diff options
author | tcberner <tcberner@FreeBSD.org> | 2018-11-23 04:18:37 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2018-11-23 04:18:37 +0800 |
commit | aeaabbbd04baa842b0c71d3cf998f23c9471cb13 (patch) | |
tree | 61cb3664013fb792e76869e17b47783aadc54052 /devel/ninja-ide | |
parent | b93ec524b74388e856dc1319427475b175db003d (diff) | |
download | freebsd-ports-gnome-aeaabbbd04baa842b0c71d3cf998f23c9471cb13.tar.gz freebsd-ports-gnome-aeaabbbd04baa842b0c71d3cf998f23c9471cb13.tar.zst freebsd-ports-gnome-aeaabbbd04baa842b0c71d3cf998f23c9471cb13.zip |
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
Diffstat (limited to 'devel/ninja-ide')
-rw-r--r-- | devel/ninja-ide/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ninja-ide/Makefile b/devel/ninja-ide/Makefile index 8c8b6e136360..c8cbf411bb06 100644 --- a/devel/ninja-ide/Makefile +++ b/devel/ninja-ide/Makefile @@ -4,7 +4,7 @@ PORTNAME= ninja-ide PORTVERSION= 2.3 DISTVERSIONPREFIX= v -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= http://nivit.altervista.org/FreeBSD/ports/distfiles/ |