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 /math/convertall | |
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 'math/convertall')
-rw-r--r-- | math/convertall/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/convertall/Makefile b/math/convertall/Makefile index e7a7a48dfb3f..67ea9d3f4f37 100644 --- a/math/convertall/Makefile +++ b/math/convertall/Makefile @@ -3,6 +3,7 @@ PORTNAME= convertall PORTVERSION= 0.7.5 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} |