diff options
author | rakuco <rakuco@FreeBSD.org> | 2013-10-14 07:15:50 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2013-10-14 07:15:50 +0800 |
commit | 3f35675c14f62cb830bf258f594a5b64db1b1768 (patch) | |
tree | 6e4bc973485641dceb988b7456b64a08077dafe0 /chinese | |
parent | 2fcf60123be2638230c684999ac25b2f439b8df3 (diff) | |
download | freebsd-ports-gnome-3f35675c14f62cb830bf258f594a5b64db1b1768.tar.gz freebsd-ports-gnome-3f35675c14f62cb830bf258f594a5b64db1b1768.tar.zst freebsd-ports-gnome-3f35675c14f62cb830bf258f594a5b64db1b1768.zip |
Update Qt to 4.8.5 and Qt Creator to 2.8.0.
Proudly brought to you by the KDE on FreeBSD team, with commits by makc@,
Schaich Alonso and yours truly.
Besides the tons of upstream fixes, we have mkspecs for GCC 4.9 and clang33
(from ports), staging support in the Makefiles and dependency fixes related
to pkg-config.
Many thanks to the people who helped test the ports using our area51
repository, and also to the people who provided patches and bug reports via
GNATS!
PR: ports/180615
ports/181921
ports/182049
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/qt4-codecs-cn/Makefile | 3 | ||||
-rw-r--r-- | chinese/qt4-codecs-tw/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/chinese/qt4-codecs-cn/Makefile b/chinese/qt4-codecs-cn/Makefile index 20141d6bc2e1..71d49081107c 100644 --- a/chinese/qt4-codecs-cn/Makefile +++ b/chinese/qt4-codecs-cn/Makefile @@ -36,9 +36,8 @@ EXTRACT_AFTER_ARGS+= --exclude '${DISTNAME}/${dne}' BUILD_WRKSRC= ${WRKSRC}/src/plugins/${PORTNAME}/cn INSTALL_WRKSRC= ${BUILD_WRKSRC} -EXTRA_PATCHES= ${.CURDIR}/../../devel/qt4/files/patch-configure +EXTRA_PATCHES+= ${.CURDIR}/../../devel/qt4/files/patch-configure -NO_STAGE= yes pre-configure: ${MKDIR} ${WRKSRC}/mkspecs ${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/bin/qmake diff --git a/chinese/qt4-codecs-tw/Makefile b/chinese/qt4-codecs-tw/Makefile index d0ae6820fe02..40bab460fa6f 100644 --- a/chinese/qt4-codecs-tw/Makefile +++ b/chinese/qt4-codecs-tw/Makefile @@ -36,9 +36,8 @@ EXTRACT_AFTER_ARGS+= --exclude '${DISTNAME}/${dne}' BUILD_WRKSRC= ${WRKSRC}/src/plugins/${PORTNAME}/tw INSTALL_WRKSRC= ${BUILD_WRKSRC} -EXTRA_PATCHES= ${.CURDIR}/../../devel/qt4/files/patch-configure +EXTRA_PATCHES+= ${.CURDIR}/../../devel/qt4/files/patch-configure -NO_STAGE= yes pre-configure: ${MKDIR} ${WRKSRC}/mkspecs ${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/bin/qmake |