From cc8a667aa283dbd1c377aa55dd4b47568cebc6b9 Mon Sep 17 00:00:00 2001 From: "Tobias C. Berner" Date: Thu, 22 Nov 2018 20:18:37 +0000 Subject: 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 --- games/anki/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'games/anki') diff --git a/games/anki/Makefile b/games/anki/Makefile index b6b4bd0c3913..7c8f66a246c6 100644 --- a/games/anki/Makefile +++ b/games/anki/Makefile @@ -3,6 +3,7 @@ PORTNAME= anki DISTVERSION= 2.0.52 +PORTREVISION= 1 CATEGORIES= games python MASTER_SITES= https://apps.ankiweb.net/downloads/current/ DISTNAME= anki-${PORTVERSION}-source -- cgit v1.2.3