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: devel/qct/Makefile

Number of commits found: 30

Sunday, 2 Dec 2018
15:41 rene search for other commits by this committer
Mark QT4 ports/functionality for removal on 2019-03-15

While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.

Submitted by:	tcberner
Reviewed by:	adridg, jhale, rene, tcberner
Approved by:	portmgr (implicit, flavor hook)
Differential Revision:	https://reviews.freebsd.org/D17741
Original commitRevision:486467 
Thursday, 22 Nov 2018
20:18 tcberner search for other commits by this committer
pyqt: Change install directories for Python flavor support

* PyQt could not be installed for multiple Python versions at
  the same time, as there were conflicting files.

  This patch creates Python-version versioned directories for
  all these, and further installs binaries with a version number.

* Note, there might be some hickups for software that depends on
  on of the .so's provided by PyQt5, which might not be found
  anymore autmotically, and maybe need some LD-flaggery.

* Update PyQt5 to 5.10.1

* Mark www/py-qt5-webengine broken. It is unforuntately no longer
  compatible with the old qt5-webengine-5.9.4 we ship.

PR:		232745
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D8714
Original commitRevision:485614 
Thursday, 30 Nov 2017
15:50 mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
Original commitRevision:455210 
Saturday, 4 Feb 2017
13:37 tcberner search for other commits by this committer
Switch ports to use USE_PYQT=<foo> instead of using RUN_- and BUILD_DEPENDS

pyqt.mk provides USE_PYQT=<list> to depend on its components. Convert the ports
not yet using it to it.

Reviewed by:	rakuco, mat
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D9261
Original commitRevision:433310 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
Sunday, 7 Feb 2016
11:22 amdmi3 search for other commits by this committer
- Add LICENSE_FILE
- Switch to options helpers
- Fix docfile installation
- Regenerate patches with `make makepatch`
Original commitRevision:408368 
Monday, 22 Sep 2014
15:14 bsam search for other commits by this committer
devel/qct: adopt USES=python and remove @dirrm
Original commitRevision:368958 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
Original commitRevision:367888 
Monday, 13 Jan 2014
21:00 rene search for other commits by this committer
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
Original commitRevision:339634 
Tuesday, 24 Sep 2013
21:58 bsam search for other commits by this committer
Support stage.
Original commitRevision:328201 
Friday, 20 Sep 2013
17:17 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4)
Original commitRevision:327726 
Sunday, 26 May 2013
17:36 bsam search for other commits by this committer
Convert NOPORTDOCS -> PORT_OPTIONS:MDOCS.
Original commitRevision:319123 
Friday, 24 May 2013
17:49 bsam search for other commits by this committer
. trim Makefile headers;
. remove stale site from MASTER_SITES.
Original commitRevision:318999 
Sunday, 3 Feb 2013
18:16 makc search for other commits by this committer
Bump PORTREVISON after devel/py-sip and devel/qscintilla2 update.

x11-toolkits/py-qt:
- mark BROKEN: does not build with latest devel/py-sip
Original commitRevision:311476 
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Friday, 25 May 2012
01:50 makc search for other commits by this committer
Chase PyQT update
Original commit
Wednesday, 18 Jan 2012
15:26 rm search for other commits by this committer
Switch back to using distutils to fix runtime. Also fix logic bug in
setup.py that had mixing use of setuptools with distutils.

With using setuptools some ui-related files are not generating
and not installing so gui becomes broken. As for original submitter's
plist problem, i believe it was also because it needs py-qt4-gui on build stage
too, not only on runtime (see QctBuild.compile_ui() in setup.py for details).
This port revision works fine for me both on live system and in tinderbox.

Please also note that this port doesn't work with modern mercurial versions,
but works fine with cvs/svn. hg support should be trivial to fix, but i have
no time/desire resources for this.

PR:             156975
Submitted by:   Lapo Luchini <lapo at lapo dot it>
Original commit
Monday, 21 Nov 2011
14:58 bsam search for other commits by this committer
Return to the pool since I don't use and ENOTIME to maintain those ports.

Feature safe:   yes
Original commit
Thursday, 12 May 2011
18:51 bsam search for other commits by this committer
Add the license information (GPLv2).
Original commit
16:42 bsam search for other commits by this committer
. fix plist  [1];
. use easy_install;
. use py-qt4-gui to build the port.

PR:                     156975 [1]
Pointed out by:         Lapo Luchini <lapo@lapo.it> [1]
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Saturday, 30 Jan 2010
14:27 fluffy search for other commits by this committer
The KDE FreeBSD team is proud to announce the release of SIP-4.10 and
PyQt-4.7 for FreeBSD. The official update notes can be found at
http://www.riverbankcomputing.com

We'd like to say thanks to all helpers, testers and submitters.
Original commit
Friday, 24 Jul 2009
09:55 bsam search for other commits by this committer
. add support for svn 1.6.x;  [1]
. bump PORTREVISION.

PR:             137000  [1]
Submitted by:   Lapo Luchini <lapo at lapo.it>  [1]
Original commit
Tuesday, 7 Apr 2009
16:26 bsam search for other commits by this committer
Update to version 1.7.

PR:             ports/133460
Submitted by:   Lapo Luchini <lapo at lapo.it>
Original commit
Saturday, 14 Feb 2009
23:01 makc search for other commits by this committer
Bump PORTREVISION after QScintilla2 update
Original commit
Friday, 6 Jun 2008
13:21 edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
Original commit
Sunday, 16 Dec 2007
19:07 bsam search for other commits by this committer
Update to v.1.5.
Original commit
Friday, 26 Oct 2007
19:16 bsam search for other commits by this committer
. rename port py-qt4-qct -> qct;
. update to 1.4 release (now require python-2.5);
. fix MASTER_SITES, add my site by the author permission.

Pinged by:      linimon (thanks!)
Original commit
Monday, 15 Oct 2007
18:43 bsam search for other commits by this committer
This is to confirm a repocopy devel/py-qt4-qct -> devel/qct.

PR:             PR/116652
Submitted by:   bsam (me)
Repocopied by:  portmgr (marcus)
Original commit

Number of commits found: 30