diff options
author | lofi <lofi@FreeBSD.org> | 2007-07-16 18:12:15 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2007-07-16 18:12:15 +0800 |
commit | d6fbb55c8d08bce8c098cf446709cb19c7a99e7a (patch) | |
tree | 5f5e822ab4d9145d6928fa3ad65d393697b8b1d6 /chinese/qt4-codecs-cn | |
parent | 91f7eacf6952fa98d2d8a4b08aa0a185fae8315a (diff) | |
download | freebsd-ports-gnome-d6fbb55c8d08bce8c098cf446709cb19c7a99e7a.tar.gz freebsd-ports-gnome-d6fbb55c8d08bce8c098cf446709cb19c7a99e7a.tar.zst freebsd-ports-gnome-d6fbb55c8d08bce8c098cf446709cb19c7a99e7a.zip |
Update to Qt 4.3.0, introduce bsd.qt.mk.
Approved by: portmgr (bsd.port.mk changes)
Diffstat (limited to 'chinese/qt4-codecs-cn')
-rw-r--r-- | chinese/qt4-codecs-cn/Makefile | 20 | ||||
-rw-r--r-- | chinese/qt4-codecs-cn/distinfo | 6 |
2 files changed, 8 insertions, 18 deletions
diff --git a/chinese/qt4-codecs-cn/Makefile b/chinese/qt4-codecs-cn/Makefile index 141f37341427..ed065ad49db9 100644 --- a/chinese/qt4-codecs-cn/Makefile +++ b/chinese/qt4-codecs-cn/Makefile @@ -7,7 +7,7 @@ # PORTNAME= codecs -PORTVERSION= 4.2.3 +PORTVERSION= ${QT4_VERSION} CATEGORIES?= chinese MASTER_SITES= ${MASTER_SITE_QT} PKGNAMEPREFIX= qt4- @@ -18,22 +18,12 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Qt GB 18030 codec plugin -BUILD_DEPENDS= qmake-qt4:${PORTSDIR}/devel/qmake4 -LIB_DEPENDS= QtCore:${PORTSDIR}/devel/qt4-corelib - -CONFLICTS= linguist-0.* qt-2.* qt-3.0.* \ - qt-3.1.* qt-3.2.* qt-designer-2.* xfmail-1.5.[0-5] \ - xfmail-1.5.5_[1-2] +USE_QT_VER= 4 +QT_COMPONENTS= qmake corelib +QT_NONSTANDARD= yes +QT_DIST= yes HAS_CONFIGURE= yes -USE_LDCONFIG= yes - -CONFIGURE_ARGS= -fast -no-exceptions \ - -platform ${LOCALBASE}/share/qt4/mkspecs/freebsd-g++ \ - -qt-gif -release -system-libjpeg -system-libpng \ - -system-zlib -prefix ${PREFIX} \ - -plugindir ${PREFIX}/lib/plugins -bindir ${PREFIX}/bin \ - -confirm-license ALL_TARGET= first CONFIGURE_ENV?= QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH diff --git a/chinese/qt4-codecs-cn/distinfo b/chinese/qt4-codecs-cn/distinfo index 48b91bd5d5e3..8fb631a2787d 100644 --- a/chinese/qt4-codecs-cn/distinfo +++ b/chinese/qt4-codecs-cn/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/qt-x11-opensource-src-4.2.3.tar.gz) = 13f12bf58a32ebf15837fcd605cb3c99 -SHA256 (KDE/qt-x11-opensource-src-4.2.3.tar.gz) = c163e72cb002435d1d261a47acdcb23e59c10e4263f983a5f2c2d2ca40ede75b -SIZE (KDE/qt-x11-opensource-src-4.2.3.tar.gz) = 37635710 +MD5 (KDE/qt-x11-opensource-src-4.3.0.tar.gz) = 8012acea71b35c18247bd92c4721589d +SHA256 (KDE/qt-x11-opensource-src-4.3.0.tar.gz) = abc37774d327a9b1d1d35e223f014c7e92168cd6c7baf66156badca68f8f1440 +SIZE (KDE/qt-x11-opensource-src-4.3.0.tar.gz) = 41955515 |