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 /audio/picard | |
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 'audio/picard')
-rw-r--r-- | audio/picard/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/picard/Makefile b/audio/picard/Makefile index dfb4e6062c14..07cd88b3ff9e 100644 --- a/audio/picard/Makefile +++ b/audio/picard/Makefile @@ -3,6 +3,7 @@ PORTNAME= picard PORTVERSION= 2.0.4 +PORTREVISION= 1 CATEGORIES= audio python MASTER_SITES= http://ftp.musicbrainz.org/pub/musicbrainz/picard/ \ ftp://ftp.musicbrainz.org/pub/musicbrainz/picard/ \ |