notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: devel/py-qt5-qscintilla2/Makefile
SVNWeb

Number of commits found: 40

Tue, 1 Aug 2023
[ 17:52 Jason E. Hale (jhale) search for other commits by this committer Author: Rainer Hurling ]    commit hash:e3870422c83310c98c03bf15312bf046a0fe17b5  commit hash:e3870422c83310c98c03bf15312bf046a0fe17b5  commit hash:e3870422c83310c98c03bf15312bf046a0fe17b5  e387042 
devel/py-qt5-qscintilla2: Bump PORTREVSION after 5a423f9e863f

PR:		272817
Thu, 27 Jul 2023
[ 23:51 Jason E. Hale (jhale) search for other commits by this committer ]    commit hash:5bcefb9d57ea5511961abf307b56fc804101423e  commit hash:5bcefb9d57ea5511961abf307b56fc804101423e  commit hash:5bcefb9d57ea5511961abf307b56fc804101423e  5bcefb9d5 
devel/qscintilla2-qt5: Update to 2.14.1
Tue, 27 Jun 2023
[ 19:34 Rene Ladan (rene) search for other commits by this committer ]    commit hash:3d9a815d9c5acbb71f4bb07738bdeab4879feacb  commit hash:3d9a815d9c5acbb71f4bb07738bdeab4879feacb  commit hash:3d9a815d9c5acbb71f4bb07738bdeab4879feacb  3d9a815  (Only the first 10 of 4481 ports in this commit are shown above. View all ports for this commit)
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
Tue, 25 Apr 2023
[ 15:17 Christian Weisgerber (naddy) search for other commits by this committer ]    commit hash:feb1fa34f58ea796656b86a81c2a2996b0b03c96  commit hash:feb1fa34f58ea796656b86a81c2a2996b0b03c96  commit hash:feb1fa34f58ea796656b86a81c2a2996b0b03c96  feb1fa3  (Only the first 10 of 1613 ports in this commit are shown above. View all ports for this commit)
audio/opus: bump consumers after update to 1.4
Thu, 9 Mar 2023
[ 11:15 Loïc Bartoletti (lbartoletti) search for other commits by this committer ]    commit hash:6d3a647cc0ba425475074038caed83f68bd739b2  commit hash:6d3a647cc0ba425475074038caed83f68bd739b2  commit hash:6d3a647cc0ba425475074038caed83f68bd739b2  6d3a647  (Only the first 10 of 74 ports in this commit are shown above. View all ports for this commit)
PyQt: Update to latest versions

- PyQt5: update to 5.15.9
- PyQt6: upate to 6.4.2
- PyQt6-sip: update to 13.4.1
- PyQt5-sip: update to 12.11.1
- PyQt-builder: update to 1.14.1
- sip: upate to 6.7.7

PR:		269751
Exp-run by:	antoine
Tue, 13 Dec 2022
[ 12:53 Loïc Bartoletti (lbartoletti) search for other commits by this committer ]    commit hash:38d7436fd72b6d75dfb08d0efe92d3ced3a13857  commit hash:38d7436fd72b6d75dfb08d0efe92d3ced3a13857  commit hash:38d7436fd72b6d75dfb08d0efe92d3ced3a13857  38d7436 
devel/py-qt5-qscintilla2: allow all flavors
Wed, 2 Nov 2022
[ 06:41 Loïc Bartoletti (lbartoletti) search for other commits by this committer ]    commit hash:9f4f33134a3169bcdf10b13a8e208877d62bf2f9  commit hash:9f4f33134a3169bcdf10b13a8e208877d62bf2f9  commit hash:9f4f33134a3169bcdf10b13a8e208877d62bf2f9  9f4f331  (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
*/*: Update PyQt, Sip, QSCintlla2

PR:		267203
Exp-run by:	antoine
Sun, 11 Sep 2022
[ 10:20 Felix Palmen (zirias) search for other commits by this committer ]    commit hash:ddae4e92d8313a1461145e3b4f0232fe463feaee  commit hash:ddae4e92d8313a1461145e3b4f0232fe463feaee  commit hash:ddae4e92d8313a1461145e3b4f0232fe463feaee  ddae4e9  (Only the first 10 of 1105 ports in this commit are shown above. View all ports for this commit)
Mk/Uses: always use colon for build/run suffix

Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.

Document in CHANGES.

PR:			266034
Exp-run by:		antoine
Approved by:		tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D36349
Thu, 8 Sep 2022
[ 15:43 Stefan Eßer (se) search for other commits by this committer ]    commit hash:986beaaabc71b9e7e29e7e89e0f36405b687216f  commit hash:986beaaabc71b9e7e29e7e89e0f36405b687216f  commit hash:986beaaabc71b9e7e29e7e89e0f36405b687216f  986beaa  (Only the first 10 of 174 ports in this commit are shown above. View all ports for this commit)
Move more WWW entries from pkg-descr files into Makefiles

The WWW: lines in the pkg-descr files of these ports where not at the
end of those files and have been missed in prior conversion runs.

Approved by:	portmgr (implicit)
Mon, 7 Mar 2022
[ 17:39 Loïc Bartoletti (lbartoletti) search for other commits by this committer ]    commit hash:2d8f8573167d49958b7fbf471f42a360a20227d8  commit hash:2d8f8573167d49958b7fbf471f42a360a20227d8  commit hash:2d8f8573167d49958b7fbf471f42a360a20227d8  2d8f8573  (Only the first 10 of 75 ports in this commit are shown above. View all ports for this commit)
devel/py-qt5, devel/py-sip: Update versions

- Update sip to 6.5.1
- Update PyQt5 to 5.15.6
- Update PyQtChart, PyQtNetworkAuth and PyQtWebengine to 5.15.5
- Update PyQtSip to 12.9.1
- Update PyQtBuilder to 1.12.2
- Add ${_MAKE_JOBS} for pyqt.mk (reported by Tatsuki Makino)

PR:		261685
Exp-run by:	antoine
Thu, 27 Jan 2022
[ 06:12 Loïc Bartoletti (lbartoletti) search for other commits by this committer ]    commit hash:4f0a5e1540c391610950d6ae9ce64ba0dd218d72  commit hash:4f0a5e1540c391610950d6ae9ce64ba0dd218d72  commit hash:4f0a5e1540c391610950d6ae9ce64ba0dd218d72  4f0a5e1  (Only the first 10 of 205 ports in this commit are shown above. View all ports for this commit)
PyQt: Update sip to 6.5.0, reintroduce sip4 and simplify PyQt framework.

SIP:
As mentioned in the update from sip to sip5, this is a transitional version
to remove what is deprecated in sip4.
Sip6 completely removes the deprecated parts.
Unfortunately, some ports — mostly cura things — can not use sip6, so we
reintroduce sip4.

PyQt:
At the same time, we took the opportunity to simplify PyQT and propose only one
package as for devel/pyside2. */py-qt5-* have been merged — excepted chart,
networkauth and webengine — into devel/py-qt5-pyqt.

This allows us to be in adequacy with the packages that the author of these
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 3 Nov 2021
[ 11:43 Dmitry Marakasov (amdmi3) search for other commits by this committer ]    commit hash:c703272c7318367a609dda09cddf11597d7da72f  commit hash:c703272c7318367a609dda09cddf11597d7da72f  commit hash:c703272c7318367a609dda09cddf11597d7da72f  c703272 
devel/py-qt5-qscintilla2: limit supported python versions

sip-build-3.10: Python v3.10 is not supported

Approved by:	portmgr blanket
Sat, 16 Oct 2021
[ 09:51 Jimmy Olgeni (olgeni) search for other commits by this committer ]    commit hash:4460cf727a7788c9ce21f3344ce5745e5cd9fc4a  commit hash:4460cf727a7788c9ce21f3344ce5745e5cd9fc4a  commit hash:4460cf727a7788c9ce21f3344ce5745e5cd9fc4a  4460cf7  (Only the first 10 of 476 ports in this commit are shown above. View all ports for this commit)
*: fix tab vs. space issues, and comments according to the guide.
Mon, 12 Jul 2021
[ 12:36 Loïc Bartoletti (lbartoletti) search for other commits by this committer ]    commit hash:9713ff93f26132468714bfba19c8d7f671b8e4cb  commit hash:9713ff93f26132468714bfba19c8d7f671b8e4cb  commit hash:9713ff93f26132468714bfba19c8d7f671b8e4cb  9713ff9  (Only the first 10 of 46 ports in this commit are shown above. View all ports for this commit)
devel/qscintilla2: Update to 2.12.1

Changelog:
	https://riverbankcomputing.com/news/QScintilla_2.12.1_Released

PR:		257002
Exp-run by:	antoine
Sun, 4 Jul 2021
[ 16:55 Loïc Bartoletti (lbartoletti) search for other commits by this committer ]    commit hash:be86c4fe23e089aeef1ed7467161c2ce321a8c81  commit hash:be86c4fe23e089aeef1ed7467161c2ce321a8c81  commit hash:be86c4fe23e089aeef1ed7467161c2ce321a8c81  be86c4f  (Only the first 10 of 49 ports in this commit are shown above. View all ports for this commit)
misc/qtchooser: remove

QtChooser allows you to select your version of Qt among those installed.
However, this tool is no longer supported upstream and will not be
available for Qt6.
By default, our Qt installations are done in
${LOCALBASE}/lib/qt${QT_VERSION} as recommended.

We have added symbolic linking for the main binaries to
${LOCALBASE}/bin with the suffix -qt5.
Tue, 22 Jun 2021
[ 18:53 Kevin Bowling (kbowling) search for other commits by this committer ]    commit hash:da3162c7c9f01912ba1940e188b253f2b5c7ba77  commit hash:da3162c7c9f01912ba1940e188b253f2b5c7ba77  commit hash:da3162c7c9f01912ba1940e188b253f2b5c7ba77  da3162c  (Only the first 10 of 914 ports in this commit are shown above. View all ports for this commit)
graphics/mesa-libs: Bump reverse deps for libglvnd

Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.

PR:		246767
Reviewed by:	manu, bapt
Approved by:	x11
Differential Revision:	https://reviews.freebsd.org/D30824
Wed, 7 Apr 2021
[ 08:09 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  cf118cc  (Only the first 10 of 8873 ports in this commit are shown above. View all ports for this commit)
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Mon, 8 Mar 2021
[ 06:49 lbartoletti search for other commits by this committer ] Original commit   Revision:567825 (Only the first 10 of 100 ports in this commit are shown above. View all ports for this commit)
PyQt5: Update PyQt5 to 5.15.3, QScintilla2 to 2.12.0, py-qtbuilder to 1.9.0

* PyQt5: update to 5.15.3

This is a minor feature and bug-fix release. There are corresponding releases of
the other PyQt5-related packages.

 - Added the missing QImage.setAlphaChannel().
 - Support for the QtNetworkAuth library has been moved to a separate
PyQtNetworkAuth package.
 - Wheels no longer bundle the corresponding Qt libraries and instead
automatically install them from an external wheel.

* QScintilla2: update to 2.12.0

This adds support for Qt6 and removes support for Qt4.

 - Change the new distname (again)i due to a conflict
 - Use the new sip-build system

* devel/py-qtbuilder: update to 1.9.0
* devel/py-sip: fix flavor for sip-distinfo

PR:		253865
Exp-run by:	antoine
Mon, 18 Jan 2021
[ 19:03 lbartoletti search for other commits by this committer ] Original commit   Revision:561958 (Only the first 10 of 44 ports in this commit are shown above. View all ports for this commit)
Update qscintilla2 to 2.11.6
Tue, 15 Dec 2020
[ 17:56 lbartoletti search for other commits by this committer ] Original commit   Revision:558168 (Only the first 10 of 54 ports in this commit are shown above. View all ports for this commit)
Update PyQt5 to 5.15.2, sip to 5.5.0, py-qtbuilder to 1.6.0 and py-qt5-sip to
12.8.1

PR:		251764
Exp-run by: antoine
Thu, 10 Dec 2020
[ 16:13 lbartoletti search for other commits by this committer ] Original commit   Revision:557442
PyQt: fix flavors

py-qt modules require sip-module to build, unfortunately, it is hardcoded and
links to the default python version.

There is no option to pass it in like sip binary, so we need to patch
configure.py file.

Reported by:	fluffy
Approved by:	fluffy
Tue, 8 Dec 2020
[ 20:03 lbartoletti search for other commits by this committer ] Original commit   Revision:557300 (Only the first 10 of 136 ports in this commit are shown above. View all ports for this commit)
Update Qt/PySide2 to 5.15.2 / PyQt to 5.15.1 / SIP to 5.4.0
This commit combines several updates.

- Update Qt to 5.12.2
- Update PyQt to 5.15.1
- Since PySide 5.15.1 is broken with Qt 5.15.2, so PySide and Shiboken are also
updated to 5.15.2.
- Update sip to 5.4.0

SIP is a collection of tools  to create Python bindings for C and C++ libraries
and used by PyQt and wxPython. There are some changes with sip5 [1]:
- python 3.5+ is required
- sip drops support of old deprecated methods as sipdistutils & cie.
- this version breaks also PyQt5 extension ABI. SIP files will be installed in
${PYTHON_SITELIBDIR}/PyQt${_PYQT_VERSION}/bindings
- some ports will use the new pyqtbuilder package with the pyproject.toml setup.
Instead if the project have a setup.py, you should use sip-build to build it.
- if a port needs sip, it should also needs pysip. BTW, py-qt5-core requires
pysip, so that should be enough for PyQt packages.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 5 Oct 2020
[ 15:50 lbartoletti search for other commits by this committer ] Original commit   Revision:551499 (Only the first 10 of 122 ports in this commit are shown above. View all ports for this commit)
Update PyQt to 5.15.0, py-sip to 4.19.24 and qscintilla2 to 2.11.5

- Update PyQt to 5.15.0, py-sip to 4.19.24 and qscintilla2 to 2.11.5
- Use pypi for PYQT [1]
- Add devel/py-qt5-sip (Don't use it for now. It will be used in future updates
of PyQt with py-sip >= 5)
- Add missing py-qt5 ports: comms/py-qt5-sensors, devel/py-qt5-location,
devel/py-qt5-remoteobjects, net/py-qt5-networkauth
- Strip libs
- Refactor *_PATH and *_PORT parts

[1] RiverBankComputing doesn't offer links to download latest version of some
ports

PR:		247369
Reviewed by:	tcberner
Differential Revision:	https://reviews.freebsd.org/D25749
Exp-run by:	antoine
Mon, 4 Nov 2019
[ 22:20 zeising search for other commits by this committer ] Original commit   Revision:516748 (Only the first 10 of 102 ports in this commit are shown above. View all ports for this commit)
Add USES=xorg USES=gl, ports categories d

Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'd'.
Fri, 5 Apr 2019
[ 23:05 tcberner search for other commits by this committer ] Original commit   Revision:498035 (Only the first 10 of 45 ports in this commit are shown above. View all ports for this commit)
Update PyQt5 to 5.12.1

- Upgrade sip to 4.19.15
- Upgrade qscintilla2 to 2.11.1
- Upgrade PyQt to 5.12.1

- From this version on www/py-qt5-webengine is unbundled and ships its own
distfile

PR:		236894
Exp-run by:	antoine
Wed, 16 Jan 2019
[ 11:13 tijl search for other commits by this committer ] Original commit   Revision:490472 (Only the first 10 of 1089 ports in this commit are shown above. View all ports for this commit)
Fix Qt5 symbol version scripts to put the catch-all clause first.  When
a symbol matches multiple clauses the last one takes precedence.  If the
catch-all is last it captures everything.  In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API.  This only affects lld because GNU ld always gives the
catch-all lowest priority.

Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium.  Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3]  The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one.  If there's no such non-weak symbol the call
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 22 Nov 2018
[ 20:18 tcberner search for other commits by this committer ] Original commit   Revision:485614 (Only the first 10 of 154 ports in this commit are shown above. View all ports for this commit)
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, 28 Jun 2018
[ 17:39 tcberner search for other commits by this committer ] Original commit   Revision:473503 (Only the first 10 of 1416 ports in this commit are shown above. View all ports for this commit)
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk

From now on, ports that depend on Qt4 will have to set
	USES=		qt:4
	USE_QT=		foo bar
ports depending on Qt5 will use
	USES=		qt:5
	USE_QT=		foo bar

PR:		229225
Exp-run by:	antoine
Reviewed by:	mat
Approved by:	portmgr (antoine)
Differential Revision:	-https://reviews.freebsd.org/D15540
Sun, 29 Apr 2018
[ 16:19 tcberner search for other commits by this committer ] Original commit   Revision:468632 (Only the first 10 of 65 ports in this commit are shown above. View all ports for this commit)
Update the QScintilla2 ports to 2.10.4
Mon, 12 Mar 2018
[ 18:06 tcberner search for other commits by this committer ] Original commit   Revision:464266 (Only the first 10 of 54 ports in this commit are shown above. View all ports for this commit)
Update py-sip to 4.19.8 and qscintilla2 to 2.10.3

PR:		226487
Exp-run by:	antoine
Sun, 18 Feb 2018
[ 09:55 rakuco search for other commits by this committer ] Original commit   Revision:462214 (Only the first 10 of 71 ports in this commit are shown above. View all ports for this commit)
Update QScintilla 2.10.2.

Upstream has renamed its libraries and we no longer need to patch
devel/qscintilla-qt5 to create a library whose name does not conflict with
devel/qscintilla's. However, the library names are different so we need to bump
PORTREVISION in several ports (the SOVERSION has changed too).

Thanks to antoine for the exp-run.

PR:		225928
Wed, 14 Feb 2018
[ 21:30 rakuco search for other commits by this committer ] Original commit   Revision:461841 (Only the first 10 of 44 ports in this commit are shown above. View all ports for this commit)
PyQt: Unconditionally install the .pyi files

r460809 started installing .pyi with the %%PYTHON3%% substitution in the
plists. Support for .pyi files was added in Python 3.5, and PyQt's configure.py
only installs the files on Python >= 3.5.

This patch removes the version checks from configure.py (the files are just
unused in earlier Python versions), as it is easier than checking Python 3's
version in each PyQt port's Makefile (or to add the logic to Mk/Uses/pyqt.mk).

PR:		225773
Reviewed by:	tcberner
Differential Revision:	https://reviews.freebsd.org/D14361
Sun, 4 Feb 2018
[ 20:56 rakuco search for other commits by this committer ] Original commit   Revision:460949 (Only the first 10 of 27 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION in the PyQt5 ports after r460809.
Tue, 2 Jan 2018
[ 20:21 rakuco search for other commits by this committer ] Original commit   Revision:457921 (Only the first 10 of 36 ports in this commit are shown above. View all ports for this commit)
Update SIP to 4.19.6, PyQt4 to 4.12.1 and PyQt5 to 5.9.2.

Upstream no longer ships the contents of misc/py-qt5-doc, so the port has been
removed.

This is also a requirement for updating the Qt5 ports, as the PyQt5 version
currently in the tree has license conflicts with later Qt versions.

Big thanks to tcberner for doing most of the work here, and antoine for the
exp-run.

PR:		224739
Thu, 30 Nov 2017
[ 15:50 mat search for other commits by this committer ] Original commit   Revision:455210 (Only the first 10 of 2423 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 1 Nov 2017
[ 07:32 antoine search for other commits by this committer ] Original commit   Revision:453263
- py-qt5-*: Fix build when using non default version of python, in this case
  sip is installed as sip-${PYTHON_VER}

- py-qt*-demo: Fix packaging with python3, those ports have a python2 pkg-plist
  so USE_PYTHON=py3kplist must be used to convert it

PR:		219641
Tue, 23 May 2017
[ 05:03 rezny search for other commits by this committer ] Original commit   Revision:441503 (Only the first 10 of 711 ports in this commit are shown above. View all ports for this commit)
Revision bump of all ports with USE_GL after consolidation of mesa-libs

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Sun, 13 Dec 2015
[ 21:56 rakuco search for other commits by this committer ] Original commit   Revision:403693 (Only the first 10 of 126 ports in this commit are shown above. View all ports for this commit)
At very long last land PyQt5 5.5.1 ports.

Add the required bits to Uses/pyqt.mk along with all the PyQt5 ports.
Thankfully this commit is mostly adding new ports, as the hard work was
already done in r403297 and r403662.

Huge kudos to Tobias Berner <tcberner@gmail.com> and, most importantly,
Guido Falsi (madpilot@) for their initial work on these ports (see D2910 in
Phabricator for an earlier version of the PyQt5 patch set).

PR:		204672

Number of commits found: 40