diff options
author | ryoon <ryoon@pkgsrc.org> | 2016-03-02 23:03:59 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2016-03-02 23:03:59 +0000 |
commit | b4805e1dd7278d8a98118b538100e127a30c1876 (patch) | |
tree | 219b0960316cdf451f76ebfa827668a25957a4be /x11 | |
parent | 984f6863cb0ac08279d967e4f83897ff9e904b43 (diff) | |
download | pkgsrc-b4805e1dd7278d8a98118b538100e127a30c1876.tar.gz |
Use RPATH instead of RUNPATH to fix library not found error from Qt5 apps
Bump PKGREVISION
Diffstat (limited to 'x11')
28 files changed, 74 insertions, 40 deletions
diff --git a/x11/qt5-mysql/Makefile b/x11/qt5-mysql/Makefile index 502e5c73c0d..e8b8f4d5972 100644 --- a/x11/qt5-mysql/Makefile +++ b/x11/qt5-mysql/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2015/10/26 19:03:59 adam Exp $ +# $NetBSD: Makefile,v 1.13 2016/03/02 23:03:59 ryoon Exp $ DISTNAME= qtbase-opensource-src-${QTVERSION} PKGNAME= qt5-mysql-${QTVERSION} +PKGREVISION= 1 COMMENT= Qt5 MySQL plugin CFLAGS+= -I${BUILDLINK_PREFIX.mysql-client}/include/mysql diff --git a/x11/qt5-odbc/Makefile b/x11/qt5-odbc/Makefile index c9c6108d39b..25850d727a7 100644 --- a/x11/qt5-odbc/Makefile +++ b/x11/qt5-odbc/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2015/10/26 19:03:59 adam Exp $ +# $NetBSD: Makefile,v 1.15 2016/03/02 23:03:59 ryoon Exp $ DISTNAME= qtbase-opensource-src-${QTVERSION} PKGNAME= qt5-odbc-${QTVERSION} +PKGREVISION= 1 COMMENT= Qt5 odbc plugin BUILD_DIRS= src/plugins/sqldrivers diff --git a/x11/qt5-psql/Makefile b/x11/qt5-psql/Makefile index 1fbccdb6b9e..b8123687357 100644 --- a/x11/qt5-psql/Makefile +++ b/x11/qt5-psql/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2015/10/26 19:03:59 adam Exp $ +# $NetBSD: Makefile,v 1.15 2016/03/02 23:04:00 ryoon Exp $ DISTNAME= qtbase-opensource-src-${QTVERSION} PKGNAME= qt5-psql-${QTVERSION} +PKGREVISION= 1 COMMENT= Qt5 PostgreSQL plugin BUILD_QT5= yes diff --git a/x11/qt5-qtbase/Makefile b/x11/qt5-qtbase/Makefile index fd6f41110c5..85b0ad2b99e 100644 --- a/x11/qt5-qtbase/Makefile +++ b/x11/qt5-qtbase/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.31 2016/02/25 08:27:05 jperkin Exp $ +# $NetBSD: Makefile,v 1.32 2016/03/02 23:04:00 ryoon Exp $ DISTNAME= qtbase-opensource-src-${QTVERSION} PKGNAME= qt5-qtbase-${QTVERSION} -PKGREVISION= 2 +PKGREVISION= 3 COMMENT= C++ X GUI toolkit .include "../../x11/qt5-qtbase/Makefile.common" diff --git a/x11/qt5-qtbase/distinfo b/x11/qt5-qtbase/distinfo index ef61fc1299e..cfd9256afd7 100644 --- a/x11/qt5-qtbase/distinfo +++ b/x11/qt5-qtbase/distinfo @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.28 2016/02/04 10:41:12 markd Exp $ +$NetBSD: distinfo,v 1.29 2016/03/02 23:04:00 ryoon Exp $ SHA1 (qtbase-opensource-src-5.5.1.tar.xz) = 0b651543fa013ae151b7a11f0d0dee092050aa3f RMD160 (qtbase-opensource-src-5.5.1.tar.xz) = ce4bccd0703aaf8d904fbecd1f334ef13d698a44 SHA512 (qtbase-opensource-src-5.5.1.tar.xz) = 4d31de136870025dfb7544f255798884af1ad4f3060b0c00a0467c98af1f7de368eb298d4c52ba6d1ad27e36060b30c0314ce7ba0744b15642420ec89587a575 Size (qtbase-opensource-src-5.5.1.tar.xz) = 46389212 bytes SHA1 (patch-config.tests_unix_iconv_iconv.cpp) = 05131870b21ff778b1e6f3d1e7287060b6b88764 -SHA1 (patch-configure) = 7ad9c130af98ffcb703e7be924c46f4cc4be4613 +SHA1 (patch-configure) = ad30163463ccc9310e34633f13ca27bfccca59f4 SHA1 (patch-mkspecs_features_create__cmake.prf) = 3f6b3a592e29f5529e5c87dbac036c165470eac4 SHA1 (patch-mkspecs_features_mac_objective__c.prf) = 20838861017d969fbcf171960dfc07db1bd5a177 SHA1 (patch-mkspecs_features_qt__module__pris.prf) = edaab0b9e407cc52f4682ce1cf8441832c57fe39 diff --git a/x11/qt5-qtbase/patches/patch-configure b/x11/qt5-qtbase/patches/patch-configure index abb25bcbbf1..ab7746e61e5 100644 --- a/x11/qt5-qtbase/patches/patch-configure +++ b/x11/qt5-qtbase/patches/patch-configure @@ -1,9 +1,9 @@ -$NetBSD: patch-configure,v 1.2 2015/10/26 19:03:59 adam Exp $ +$NetBSD: patch-configure,v 1.3 2016/03/02 23:04:00 ryoon Exp $ * Don't use SDKs on OS X * Add NetBSD/sparc{,64} support ---- configure.orig 2015-06-29 20:03:05.000000000 +0000 +--- configure.orig 2015-10-13 04:35:07.000000000 +0000 +++ configure @@ -337,7 +337,6 @@ getQMakeConf() { @@ -21,7 +21,7 @@ $NetBSD: patch-configure,v 1.2 2015/10/26 19:03:59 adam Exp $ fi getSingleQMakeVariable "$1" "$xspecvals" } -@@ -2894,6 +2892,19 @@ if [ -z "$PLATFORM" ]; then +@@ -2897,6 +2895,19 @@ if [ -z "$PLATFORM" ]; then UNIX_SV:*) PLATFORM=unixware-g++ ;; @@ -41,7 +41,23 @@ $NetBSD: patch-configure,v 1.2 2015/10/26 19:03:59 adam Exp $ QNX:*) PLATFORM=unsupported/qnx-g++ ;; -@@ -4001,10 +4012,12 @@ if true; then ###[ '!' -f "$outpath/bin/ +@@ -3471,11 +3482,11 @@ if [ "$CFG_USE_GOLD_LINKER" != "no" ]; t + fi + + # auto-detect --enable-new-dtags support +-if linkerSupportsFlag $TEST_COMPILER --enable-new-dtags; then +- CFG_ENABLE_NEW_DTAGS=yes +-else ++#if linkerSupportsFlag $TEST_COMPILER --enable-new-dtags; then ++# CFG_ENABLE_NEW_DTAGS=yes ++#else + CFG_ENABLE_NEW_DTAGS=no +-fi ++#fi + + # auto-detect -fstack-protector-strong support (for QNX only currently) + if [ "$XPLATFORM_QNX" = "yes" ]; then +@@ -4014,10 +4025,12 @@ if true; then ###[ '!' -f "$outpath/bin/ EXTRA_CXXFLAGS="$EXTRA_CXXFLAGS \$(CARBON_CFLAGS)" EXTRA_OBJS="$EXTRA_OBJS \ qsettings_mac.o \ diff --git a/x11/qt5-qtdeclarative/Makefile b/x11/qt5-qtdeclarative/Makefile index 4d3bce280f3..cc2cefd41f2 100644 --- a/x11/qt5-qtdeclarative/Makefile +++ b/x11/qt5-qtdeclarative/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2015/10/26 19:03:59 adam Exp $ +# $NetBSD: Makefile,v 1.15 2016/03/02 23:04:00 ryoon Exp $ DISTNAME= qtdeclarative-opensource-src-${QTVERSION} PKGNAME= qt5-qtdeclarative-${QTVERSION} +PKGREVISION= 1 COMMENT= Qt5 module for declarative framework BUILD_TARGET= sub-tools diff --git a/x11/qt5-qtdoc/Makefile b/x11/qt5-qtdoc/Makefile index 17073112ff9..60f26f61189 100644 --- a/x11/qt5-qtdoc/Makefile +++ b/x11/qt5-qtdoc/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2016/01/06 10:46:55 adam Exp $ +# $NetBSD: Makefile,v 1.18 2016/03/02 23:04:00 ryoon Exp $ DISTNAME= qtdoc-opensource-src-${QTVERSION} PKGNAME= qt5-qtdoc-${QTVERSION} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= Qt5 documentations MAKE_ENV+= QTDIR=${QTDIR} diff --git a/x11/qt5-qtgraphicaleffects/Makefile b/x11/qt5-qtgraphicaleffects/Makefile index 4165b295b0c..c9150b44746 100644 --- a/x11/qt5-qtgraphicaleffects/Makefile +++ b/x11/qt5-qtgraphicaleffects/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2015/10/26 19:03:59 adam Exp $ +# $NetBSD: Makefile,v 1.13 2016/03/02 23:04:00 ryoon Exp $ DISTNAME= qtgraphicaleffects-opensource-src-${QTVERSION} PKGNAME= qt5-qtgraphicaleffects-${QTVERSION} +PKGREVISION= 1 COMMENT= Qt5 module for Graphics effects BUILD_TARGET= sub-src diff --git a/x11/qt5-qtimageformats/Makefile b/x11/qt5-qtimageformats/Makefile index 6015ce86c5f..2e213ace427 100644 --- a/x11/qt5-qtimageformats/Makefile +++ b/x11/qt5-qtimageformats/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2016/01/06 10:46:50 adam Exp $ +# $NetBSD: Makefile,v 1.14 2016/03/02 23:04:00 ryoon Exp $ DISTNAME= qtimageformats-opensource-src-${QTVERSION} PKGNAME= qt5-qtimageformats-${QTVERSION} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= Qt5 module for Image formats BUILD_TARGET= sub-src diff --git a/x11/qt5-qtlocation/Makefile b/x11/qt5-qtlocation/Makefile index 86f1934e514..97497e793cc 100644 --- a/x11/qt5-qtlocation/Makefile +++ b/x11/qt5-qtlocation/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2015/10/26 19:04:00 adam Exp $ +# $NetBSD: Makefile,v 1.13 2016/03/02 23:04:00 ryoon Exp $ DISTNAME= qtlocation-opensource-src-${QTVERSION} PKGNAME= qt5-qtlocation-${QTVERSION} +PKGREVISION= 1 COMMENT= Qt5 module for qtlocation BUILD_TARGET= sub-src diff --git a/x11/qt5-qtmacextras/Makefile b/x11/qt5-qtmacextras/Makefile index 60205cc12df..c7c3b9c825e 100644 --- a/x11/qt5-qtmacextras/Makefile +++ b/x11/qt5-qtmacextras/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2015/10/26 19:04:00 adam Exp $ +# $NetBSD: Makefile,v 1.7 2016/03/02 23:04:00 ryoon Exp $ DISTNAME= qtmacextras-opensource-src-${QTVERSION} PKGNAME= qt5-qtmacextras-${QTVERSION} +PKGREVISION= 1 COMMENT= Qt5 module for Mac extras BUILD_TARGET= sub-src diff --git a/x11/qt5-qtmultimedia/Makefile b/x11/qt5-qtmultimedia/Makefile index 6c269ac7df2..0cdb4cd8082 100644 --- a/x11/qt5-qtmultimedia/Makefile +++ b/x11/qt5-qtmultimedia/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2015/10/26 19:04:00 adam Exp $ +# $NetBSD: Makefile,v 1.23 2016/03/02 23:04:00 ryoon Exp $ DISTNAME= qtmultimedia-opensource-src-${QTVERSION} PKGNAME= qt5-qtmultimedia-${QTVERSION} +PKGREVISION= 1 COMMENT= Qt5 module for multimedia BUILD_TARGET= sub-src diff --git a/x11/qt5-qtquick1/Makefile b/x11/qt5-qtquick1/Makefile index 19466cb3759..940e6cc9e9e 100644 --- a/x11/qt5-qtquick1/Makefile +++ b/x11/qt5-qtquick1/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2016/01/06 10:46:50 adam Exp $ +# $NetBSD: Makefile,v 1.21 2016/03/02 23:04:00 ryoon Exp $ DISTNAME= qtquick1-opensource-src-${QTVERSION} PKGNAME= qt5-qtquick1-${QTVERSION} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= Qt5 module for Quick1 BUILD_TARGET= sub-tools diff --git a/x11/qt5-qtquickcontrols/Makefile b/x11/qt5-qtquickcontrols/Makefile index fd655e8fa7e..e80e11300bd 100644 --- a/x11/qt5-qtquickcontrols/Makefile +++ b/x11/qt5-qtquickcontrols/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2015/10/26 19:04:00 adam Exp $ +# $NetBSD: Makefile,v 1.13 2016/03/02 23:04:00 ryoon Exp $ DISTNAME= qtquickcontrols-opensource-src-${QTVERSION} PKGNAME= qt5-qtquickcontrols-${QTVERSION} +PKGREVISION= 1 COMMENT= Qt5 module for QuickControls BUILD_TARGET= sub-src diff --git a/x11/qt5-qtscript/Makefile b/x11/qt5-qtscript/Makefile index d184fcfe929..1e54eef8bf7 100644 --- a/x11/qt5-qtscript/Makefile +++ b/x11/qt5-qtscript/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2016/01/06 10:46:50 adam Exp $ +# $NetBSD: Makefile,v 1.18 2016/03/02 23:04:01 ryoon Exp $ DISTNAME= qtscript-opensource-src-${QTVERSION} PKGNAME= qt5-qtscript-${QTVERSION} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= Qt5 module for script BUILD_TARGET= sub-src diff --git a/x11/qt5-qtsensors/Makefile b/x11/qt5-qtsensors/Makefile index 6b6768cf38c..d7071161b8d 100644 --- a/x11/qt5-qtsensors/Makefile +++ b/x11/qt5-qtsensors/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2015/10/26 19:04:00 adam Exp $ +# $NetBSD: Makefile,v 1.14 2016/03/02 23:04:01 ryoon Exp $ DISTNAME= qtsensors-opensource-src-${QTVERSION} PKGNAME= qt5-qtsensors-${QTVERSION} +PKGREVISION= 1 COMMENT= Qt5 module for Sensors BUILD_TARGET= sub-src diff --git a/x11/qt5-qtserialport/Makefile b/x11/qt5-qtserialport/Makefile index fcf5143c8f2..2ce239f664a 100644 --- a/x11/qt5-qtserialport/Makefile +++ b/x11/qt5-qtserialport/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2015/10/26 19:04:00 adam Exp $ +# $NetBSD: Makefile,v 1.13 2016/03/02 23:04:01 ryoon Exp $ DISTNAME= qtserialport-opensource-src-${QTVERSION} PKGNAME= qt5-qtserialport-${QTVERSION} +PKGREVISION= 1 COMMENT= Qt5 module for Serial Port BUILD_TARGET= sub-src diff --git a/x11/qt5-qtsvg/Makefile b/x11/qt5-qtsvg/Makefile index 793f3457904..20da65710cc 100644 --- a/x11/qt5-qtsvg/Makefile +++ b/x11/qt5-qtsvg/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2015/10/26 19:04:00 adam Exp $ +# $NetBSD: Makefile,v 1.13 2016/03/02 23:04:01 ryoon Exp $ DISTNAME= qtsvg-opensource-src-${QTVERSION} PKGNAME= qt5-qtsvg-${QTVERSION} +PKGREVISION= 1 COMMENT= Qt5 module for SVG BUILD_TARGET= sub-src diff --git a/x11/qt5-qttools/Makefile b/x11/qt5-qttools/Makefile index ee8adb45879..45b081ec005 100644 --- a/x11/qt5-qttools/Makefile +++ b/x11/qt5-qttools/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2016/01/06 10:46:50 adam Exp $ +# $NetBSD: Makefile,v 1.21 2016/03/02 23:04:01 ryoon Exp $ DISTNAME= qttools-opensource-src-${QTVERSION} PKGNAME= qt5-qttools-${QTVERSION} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= Qt5 tools DEPENDS+= xdg-utils-[0-9]*:../../misc/xdg-utils diff --git a/x11/qt5-qttranslations/Makefile b/x11/qt5-qttranslations/Makefile index 7e304e78b5d..aed8943a654 100644 --- a/x11/qt5-qttranslations/Makefile +++ b/x11/qt5-qttranslations/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2016/01/06 10:46:55 adam Exp $ +# $NetBSD: Makefile,v 1.18 2016/03/02 23:04:01 ryoon Exp $ DISTNAME= qttranslations-opensource-src-${QTVERSION} PKGNAME= qt5-qttranslations-${QTVERSION} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= Qt5 translations MAKE_ENV+= QTDIR=${QTDIR} diff --git a/x11/qt5-qtwebchannel/Makefile b/x11/qt5-qtwebchannel/Makefile index 408c7f75661..c22a8a24133 100644 --- a/x11/qt5-qtwebchannel/Makefile +++ b/x11/qt5-qtwebchannel/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2015/10/26 19:04:01 adam Exp $ +# $NetBSD: Makefile,v 1.8 2016/03/02 23:04:01 ryoon Exp $ DISTNAME= qtwebchannel-opensource-src-${QTVERSION} PKGNAME= qt5-qtwebchannel-${QTVERSION} +PKGREVISION= 1 COMMENT= Qt5 WebChannel module MAKE_ENV+= QTDIR=${QTDIR} diff --git a/x11/qt5-qtwebkit/Makefile b/x11/qt5-qtwebkit/Makefile index f50f47b1467..aa48df798e1 100644 --- a/x11/qt5-qtwebkit/Makefile +++ b/x11/qt5-qtwebkit/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.30 2016/01/06 10:46:50 adam Exp $ +# $NetBSD: Makefile,v 1.31 2016/03/02 23:04:01 ryoon Exp $ DISTNAME= qtwebkit-opensource-src-${QTVERSION} PKGNAME= qt5-qtwebkit-${QTVERSION} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= Qt5 WebView module BUILD_DEPENDS+= gperf-[0-9]*:../../devel/gperf diff --git a/x11/qt5-qtwebsockets/Makefile b/x11/qt5-qtwebsockets/Makefile index eb03bc64772..0f4767b6fac 100644 --- a/x11/qt5-qtwebsockets/Makefile +++ b/x11/qt5-qtwebsockets/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2015/10/26 19:04:01 adam Exp $ +# $NetBSD: Makefile,v 1.6 2016/03/02 23:04:01 ryoon Exp $ DISTNAME= qtwebsockets-opensource-src-${QTVERSION} PKGNAME= qt5-websockets-${QTVERSION} +PKGREVISION= 1 COMMENT= Qt5 module for websockets MAKE_ENV+= QTDIR=${QTDIR} diff --git a/x11/qt5-qtx11extras/Makefile b/x11/qt5-qtx11extras/Makefile index b845cce693e..afc2cb52cfd 100644 --- a/x11/qt5-qtx11extras/Makefile +++ b/x11/qt5-qtx11extras/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2015/10/26 19:04:01 adam Exp $ +# $NetBSD: Makefile,v 1.13 2016/03/02 23:04:01 ryoon Exp $ DISTNAME= qtx11extras-opensource-src-${QTVERSION} PKGNAME= qt5-qtx11extras-${QTVERSION} +PKGREVISION= 1 COMMENT= Qt5 module for X11 extras BUILD_TARGET= sub-src diff --git a/x11/qt5-qtxmlpatterns/Makefile b/x11/qt5-qtxmlpatterns/Makefile index b45470a547b..cb7e9ab35db 100644 --- a/x11/qt5-qtxmlpatterns/Makefile +++ b/x11/qt5-qtxmlpatterns/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2015/10/26 19:04:01 adam Exp $ +# $NetBSD: Makefile,v 1.13 2016/03/02 23:04:01 ryoon Exp $ DISTNAME= qtxmlpatterns-opensource-src-${QTVERSION} PKGNAME= qt5-qtxmlpatterns-${QTVERSION} +PKGREVISION= 1 COMMENT= Qt5 module for XML Patterns #NO_CONFIGURE= yes diff --git a/x11/qt5-sqlite3/Makefile b/x11/qt5-sqlite3/Makefile index 56e85e512e1..753b185cbd7 100644 --- a/x11/qt5-sqlite3/Makefile +++ b/x11/qt5-sqlite3/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2015/10/26 19:04:01 adam Exp $ +# $NetBSD: Makefile,v 1.14 2016/03/02 23:04:02 ryoon Exp $ DISTNAME= qtbase-opensource-src-${QTVERSION} PKGNAME= qt5-sqlite3-${QTVERSION} +PKGREVISION= 1 COMMENT= Qt5 SQLite3 plugin BUILD_DIRS= src/plugins/sqldrivers diff --git a/x11/qt5/Makefile b/x11/qt5/Makefile index 77e9c6c370a..f1eb0b790f5 100644 --- a/x11/qt5/Makefile +++ b/x11/qt5/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2015/10/29 10:57:43 jperkin Exp $ +# $NetBSD: Makefile,v 1.8 2016/03/02 23:03:59 ryoon Exp $ DISTNAME= qt5-${QTVERSION} +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= # none |