non port: devel/qct/Makefile |
SVNWeb
|
Number of commits found: 30 |
Sun, 2 Dec 2018
|
[ 15:41 rene ] (Only the first 10 of 464 ports in this commit are shown above. )
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
|
Thu, 22 Nov 2018
|
[ 20:18 tcberner ] (Only the first 10 of 154 ports in this commit are shown above. )
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
|
Thu, 30 Nov 2017
|
[ 15:50 mat ] (Only the first 10 of 2423 ports in this commit are shown above. )
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 (Only the first 15 lines of the commit message are shown above )
|
Sat, 4 Feb 2017
|
[ 13:37 tcberner ] (Only the first 10 of 21 ports in this commit are shown above. )
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
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Sun, 7 Feb 2016
|
[ 11:22 amdmi3 ]
- Add LICENSE_FILE
- Switch to options helpers
- Fix docfile installation
- Regenerate patches with `make makepatch`
|
Mon, 22 Sep 2014
|
[ 15:14 bsam ]
devel/qct: adopt USES=python and remove @dirrm
|
Wed, 10 Sep 2014
|
[ 20:50 gerald ] (Only the first 10 of 3171 ports in this commit are shown above. )
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)
|
Mon, 13 Jan 2014
|
[ 21:00 rene ] (Only the first 10 of 702 ports in this commit are shown above. )
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)
|
Tue, 24 Sep 2013
|
[ 21:58 bsam ]
Support stage.
|
Fri, 20 Sep 2013
|
[ 17:17 bapt ] (Only the first 10 of 623 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4)
|
Sun, 26 May 2013
|
[ 17:36 bsam ]
Convert NOPORTDOCS -> PORT_OPTIONS:MDOCS.
|
Fri, 24 May 2013
|
[ 17:49 bsam ]
. trim Makefile headers;
. remove stale site from MASTER_SITES.
|
Sun, 3 Feb 2013
|
[ 18:16 makc ] (Only the first 10 of 58 ports in this commit are shown above. )
Bump PORTREVISON after devel/py-sip and devel/qscintilla2 update.
x11-toolkits/py-qt:
- mark BROKEN: does not build with latest devel/py-sip
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Fri, 25 May 2012
|
[ 01:50 makc ] (Only the first 10 of 57 ports in this commit are shown above. )
Chase PyQT update
|
Wed, 18 Jan 2012
|
[ 15:26 rm ]
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>
|
Mon, 21 Nov 2011
|
[ 14:58 bsam ]
Return to the pool since I don't use and ENOTIME to maintain those ports.
Feature safe: yes
|
Thu, 12 May 2011
|
[ 18:51 bsam ]
Add the license information (GPLv2).
|
[ 16:42 bsam ]
. 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]
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Fri, 5 Feb 2010
|
[ 11:46 dinoex ] (Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
Sat, 30 Jan 2010
|
[ 14:27 fluffy ] (Only the first 10 of 82 ports in this commit are shown above. )
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.
|
Fri, 24 Jul 2009
|
[ 09:55 bsam ]
. add support for svn 1.6.x; [1]
. bump PORTREVISION.
PR: 137000 [1]
Submitted by: Lapo Luchini <lapo at lapo.it> [1]
|
Tue, 7 Apr 2009
|
[ 16:26 bsam ]
Update to version 1.7.
PR: ports/133460
Submitted by: Lapo Luchini <lapo at lapo.it>
|
Sat, 14 Feb 2009
|
[ 23:01 makc ]
Bump PORTREVISION after QScintilla2 update
|
Fri, 6 Jun 2008
|
[ 13:21 edwin ] (Only the first 10 of 367 ports in this commit are shown above. )
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)
|
Sun, 16 Dec 2007
|
[ 19:07 bsam ]
Update to v.1.5.
|
Fri, 26 Oct 2007
|
[ 19:16 bsam ]
. 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!)
|
Mon, 15 Oct 2007
|
[ 18:43 bsam ]
This is to confirm a repocopy devel/py-qt4-qct -> devel/qct.
PR: PR/116652
Submitted by: bsam (me)
Repocopied by: portmgr (marcus)
|
Number of commits found: 30 |