notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: cad/qelectrotech/pkg-plist

Number of commits found: 11

Saturday, 7 Jan 2023
10:42 Gleb Popov (arrowd) search for other commits by this committer
cad/qelectrotech: Update to 0.9.0

Reported by:	portscout!
commit hash: 2f272f43a75711aa7e5e256feb3d8ad7a3458458 commit hash: 2f272f43a75711aa7e5e256feb3d8ad7a3458458 commit hash: 2f272f43a75711aa7e5e256feb3d8ad7a3458458 commit hash: 2f272f43a75711aa7e5e256feb3d8ad7a3458458 2f272f4
Sunday, 1 Sep 2019
20:35 adridg search for other commits by this committer
Update cad/qelectrotech to latest upstream version.

This is prep-work for Qt 5.13; the previous version in ports, from
2015, doesn't build with the next Qt release (possibly also not
with Qt 5.12). So update it without maintaining it.
Original commitRevision:510738 
Saturday, 6 Jan 2018
21:30 rakuco search for other commits by this committer
Update Qt5 ports to 5.9.3.

This took quite a lot of time because Qt's own build system underwent
several changes in 5.8.0 that took a while to adapt to.

And, of course, qt5-webengine is a behemoth that we need to patch like crazy
due to its bundling of Chromium. In fact, most of the Chromium patches in
qt5-webengine have been imported with no changes from www/chromium@433510
("www/chromium: update to 56.0.2924.87").

New port: accessibility/qt5-speech

Bigger changes to Qt5 ports we had to make:
- Qt now allows using a configure.json file to define configuration options
  and specify configuration checks that can be done when qmake is invoked.
  However, configure.json checks done in a subdirectory only propagates to
  subdirectories, and checks elsewhere will fail if all .pro files are being
  parsed at once (i.e. qmake -recursive), so several ports had to switch to
  USES=qmake:norecursive along with manual additional qmake invocations in
  subdirectories in order to work. It's been mentioned in a few places such
  as Qt's bug tracker that qmake's recursive mode is pretty much deprecated,
  so we might switch to non-recursive mode by default in the future.

- Uses/qmake.mk: Introduce QMAKE_CONFIGURE_ARGS. qmake now accepts
  arbitrary options such as '-foo' and '-no-bar' at the end of the
  command-line. They can be specified in QMAKE_CONFIGURE_ARGS.

- graphics/qt5-wayland: The port can only be built if graphics/mesa-libs is
  built with the WAYLAND option, so a corresponding option (off by default)
  was added to the port.

- misc/qt5-doc: Switch to a pre-built documentation tarball. The existing
  port was not working with Qt 5.9. Instead of trying to fix it, switch to
  what Gentoo does and fetch a tarball that already contains all
  documentation so that we do not have to build anything at all. The
  tarball's name and location in download.qt.io look a bit weird, but it
  seems to work fine.

- www/qt5-webengine: Use binutils from ports, Chromium's GN build system
  generates a build.ninja that uses ar(1) with the @file syntax that is not
  supported by BSD ar, so we need to use GNU ar from binutils.

- x11-toolkits/qt5-declarative-render2d: This port was merged into the main
  Qt Declarative repository upstream, and into x11-toolkits/qt5-quick in the
  ports tree.

Changes to other ports we had to make:
- biology/ugene: Drop a '#define point "."' that is not present in more
  recent versions of the port. Defining a macro with such a common name
  causes build issues with Qt 5.9, which uses |point| as an argument name in
  methods.

- cad/qelectrotech: Fix plist with Qt 5.9. Directories are no longer
  installed with `cp -f -R', but rather `qmake install qinstall', which does
  not install

   
%%DATADIR%%/elements/10_electric/20_manufacturers_articles/bosch_rexroth/.directory

  That's a local file that should not even have been part of the tarball
  anyway.

- chinese/gcin-qt5: Add additional private Qt directories (which should not
  be used in the first place) to get the port to build with Qt 5.9.

- devel/qtcreator: Fix plist with Qt 5.9. Something changed in qdoc and some
  test classes no longer generate documentation files.

- security/keepassx-devel: Import a patch sent upstream almost a year ago to
  fix the build with Qt 5.9.

Thanks to antoine for the exp-run, and tcberner and Laurent Cimon
<laurent@nuxi.ca> for landing changes in our qt-5.9 branch.

PR:		224849
Original commitRevision:458293 
Tuesday, 29 Nov 2016
06:20 tcberner search for other commits by this committer
Stop exporting QT_BINDIR and QT_LIBDIR to PLIST_SUB.

As at the moment QT_BINDIR and QT_LIBDIR are 'bin' respectively 'lib' depending
on the Qt version these subs ended up at many wrong places in plists.

So only export it if QT_DIST is set.

PR:		210227
Reviewed by:	mat, rakuco
Approved by:	portmgr (mat), rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D8378
Original commitRevision:427356 
Monday, 31 Oct 2016
08:21 vg search for other commits by this committer
- Update to 0.5

PR:		ports/211400
Submitted by:	6yearold@gmail.com
Original commitRevision:424985 
Monday, 31 Aug 2015
18:32 amdmi3 search for other commits by this committer
- Add USES=desktop-file-utils shared-mime-info as suggested by stage-qa
- Remove useless MAN1/MANLANG
- Add manpages to pkg-plist

Approved by:	vg@FreeBSD.org (maintainer)
MFH:		2015Q3 (blanket)
Original commitRevision:395712 
Monday, 20 Oct 2014
07:19 bapt search for other commits by this committer
Cleanup plist
Original commitRevision:371238 
Thursday, 31 Oct 2013
19:34 vg search for other commits by this committer
The 0.3 version brings more electrical elements, more translations,
texts-related improvements, a faster elements panel and custom title block
templates.

- Update to 0.3
- Changed my email

Approved by:	eadler, osa, rm (mentors, implicit)
Original commitRevision:332278 
Tuesday, 22 Oct 2013
13:57 amdmi3 search for other commits by this committer
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with [bce])

Approved by:	portmgr (bdrewery)
Original commitRevision:331271 
Tuesday, 11 Jun 2013
15:16 miwi search for other commits by this committer
- Fix i18n manpages
Original commitRevision:320603 
Wednesday, 21 Jul 2010
09:57 ashish search for other commits by this committer
QElectroTech is a Qt4 application to design electric diagrams. It uses XML
files for elements and diagrams, and includes both a diagram editor and an
element editor.

WWW:    http://qelectrotech.org/

PR:             ports/146513
Submitted by:   Gvozdikov Veniamin <g.veniamin at googlemail.com>
Approved by:    pgj (mentor)
Original commit

Number of commits found: 11