From 92df36cb4f060e53f821e67dff720610621261e0 Mon Sep 17 00:00:00 2001 From: lofi Date: Thu, 2 Aug 2007 22:37:40 +0000 Subject: - bsd.qt.mk: QT_COMPONENTS can now be depended on at runtime or buildtime only by specifiying them as _build or _run, respectively. Specifying without any suffix will depend on the component at both build- and runtime just like before. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Convert Qt core ports to use the new dependency switches. - Add a patch to corelib to fix Qt4 on ARM, submitted by: Björn König --- chinese/qt4-codecs-tw/Makefile | 6 ++---- chinese/qt4-codecs-tw/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) (limited to 'chinese/qt4-codecs-tw') diff --git a/chinese/qt4-codecs-tw/Makefile b/chinese/qt4-codecs-tw/Makefile index 270444b5e42e..2e8cb17f26e0 100644 --- a/chinese/qt4-codecs-tw/Makefile +++ b/chinese/qt4-codecs-tw/Makefile @@ -19,7 +19,7 @@ MAINTAINER= kde@FreeBSD.org COMMENT= Qt Big-5 codec plugin USE_QT_VER= 4 -QT_COMPONENTS= qmake corelib +QT_COMPONENTS= qmake_build corelib QT_NONSTANDARD= yes QT_DIST= yes @@ -43,8 +43,6 @@ EXTRACT_AFTER_ARGS=| ${TAR} -xf - \ WRKSRC= ${WRKDIR}/${DISTNAME}/src/plugins/${PORTNAME}/tw CONFIGURE_WRKSRC=${WRKSRC}/../../../.. -.include - pre-configure: ${CP} ${.CURDIR}/../../devel/qt4/files/configure ${CONFIGURE_WRKSRC} ${REINPLACE_CMD} -e 's|target.path.*|target.path=${PREFIX}/lib/plugins/codecs|g' \ @@ -53,4 +51,4 @@ pre-configure: ${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/../../../../bin/qmake ${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/../../../../bin/moc -.include +.include diff --git a/chinese/qt4-codecs-tw/pkg-plist b/chinese/qt4-codecs-tw/pkg-plist index 86cff7bf6e0a..ee41cd9ed325 100644 --- a/chinese/qt4-codecs-tw/pkg-plist +++ b/chinese/qt4-codecs-tw/pkg-plist @@ -1,3 +1,3 @@ lib/plugins/codecs/libqtwcodecs.so -lib/plugins/codecs/libqtwcodecs.so.debug +%%DEBUG%%lib/plugins/codecs/libqtwcodecs.so.debug @dirrm lib/plugins/codecs -- cgit