diff options
author | rakuco <rakuco@FreeBSD.org> | 2018-02-18 17:55:10 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2018-02-18 17:55:10 +0800 |
commit | 9fb4189ed71259a7616c98c972ed5cd2390ab28c (patch) | |
tree | 4b1fc931365e58df5d682ecb7a950cc1fb1609e3 /x11-toolkits | |
parent | 9dbe279e673526b100c60922198bfdb42b191bef (diff) | |
download | freebsd-ports-gnome-9fb4189ed71259a7616c98c972ed5cd2390ab28c.tar.gz freebsd-ports-gnome-9fb4189ed71259a7616c98c972ed5cd2390ab28c.tar.zst freebsd-ports-gnome-9fb4189ed71259a7616c98c972ed5cd2390ab28c.zip |
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
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/py-qt4-gui/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/py-qt5-quick/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/py-qt5-widgets/Makefile | 4 |
3 files changed, 6 insertions, 5 deletions
diff --git a/x11-toolkits/py-qt4-gui/Makefile b/x11-toolkits/py-qt4-gui/Makefile index 0168552232b0..c96cdecb164f 100644 --- a/x11-toolkits/py-qt4-gui/Makefile +++ b/x11-toolkits/py-qt4-gui/Makefile @@ -2,6 +2,7 @@ # $FreeBSD$ PORTNAME= gui +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= x11-toolkits devel python @@ -24,7 +25,7 @@ OPTIONS_SUB= yes API_DESC= Install QtGui API for QScintilla2 API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} API_CONFIGURE_OFF= --no-qsci-api -API_LIB_DEPENDS= libqscintilla2.so:devel/qscintilla2 +API_LIB_DEPENDS= libqscintilla2_qt4.so:devel/qscintilla2 DEBUG_CONFIGURE_ON= --debug --trace BROKEN_sparc64= Does not compile on sparc64 diff --git a/x11-toolkits/py-qt5-quick/Makefile b/x11-toolkits/py-qt5-quick/Makefile index 753c322afb2c..2b0e34f16d06 100644 --- a/x11-toolkits/py-qt5-quick/Makefile +++ b/x11-toolkits/py-qt5-quick/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= quick -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-toolkits devel python MAINTAINER= kde@FreeBSD.org @@ -22,7 +22,7 @@ OPTIONS_SUB= yes API_DESC= Install QtQuick API for QScintilla2 API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} API_CONFIGURE_OFF= --no-qsci-api -API_LIB_DEPENDS= libqscintilla2-qt5.so:devel/qscintilla2-qt5 +API_LIB_DEPENDS= libqscintilla2_qt5.so:devel/qscintilla2-qt5 DEBUG_CONFIGURE_ON= --debug --trace .include <bsd.port.mk> diff --git a/x11-toolkits/py-qt5-widgets/Makefile b/x11-toolkits/py-qt5-widgets/Makefile index 557858121e45..dced86c9f26c 100644 --- a/x11-toolkits/py-qt5-widgets/Makefile +++ b/x11-toolkits/py-qt5-widgets/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= widgets -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-toolkits devel python MAINTAINER= kde@FreeBSD.org @@ -23,7 +23,7 @@ OPTIONS_SUB= yes API_DESC= Install QtGui API for QScintilla2 API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR} API_CONFIGURE_OFF= --no-qsci-api -API_LIB_DEPENDS= libqscintilla2-qt5.so:devel/qscintilla2-qt5 +API_LIB_DEPENDS= libqscintilla2_qt5.so:devel/qscintilla2-qt5 DEBUG_CONFIGURE_ON= --debug --trace .include <bsd.port.mk> |