diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2007-08-02 22:37:40 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2007-08-02 22:37:40 +0000 |
commit | e332496be5f6fa4fa10c72920241b6910a69ca00 (patch) | |
tree | 7c1e4ee6690abd492b16853205c1bf65c308e4fb /korean | |
parent | Enable AfterImage's support by default. (diff) |
- bsd.qt.mk:
QT_COMPONENTS can now be depended on at runtime or buildtime only by
specifiying them as <component>_build or <component>_run, respectively.
Specifying <component> without any suffix will depend on the component
at both build- and runtime just like before.
- 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 <bkoenig@alpha-tierchen.de>
Notes
Notes:
svn path=/head/; revision=196993
Diffstat (limited to 'korean')
-rw-r--r-- | korean/qt4-codecs-kr/Makefile | 8 | ||||
-rw-r--r-- | korean/qt4-codecs-kr/pkg-plist | 2 |
2 files changed, 3 insertions, 7 deletions
diff --git a/korean/qt4-codecs-kr/Makefile b/korean/qt4-codecs-kr/Makefile index 69d008d483b6..1c58cb0dc292 100644 --- a/korean/qt4-codecs-kr/Makefile +++ b/korean/qt4-codecs-kr/Makefile @@ -19,7 +19,7 @@ MAINTAINER= kde@FreeBSD.org COMMENT= Qt EUC-KR codec plugin USE_QT_VER= 4 -QT_COMPONENTS= qmake corelib +QT_COMPONENTS= qmake_build corelib QT_NONSTANDARD= yes QT_DIST= yes @@ -46,8 +46,6 @@ EXTRACT_AFTER_ARGS=| ${TAR} -xf - \ WRKSRC= ${WRKDIR}/${DISTNAME}/src/plugins/${PORTNAME}/kr CONFIGURE_WRKSRC=${WRKSRC}/../../../.. -.include <bsd.port.pre.mk> - pre-configure: ${CP} ${.CURDIR}/../../devel/qt4/files/configure ${CONFIGURE_WRKSRC} ${REINPLACE_CMD} -e 's|target.path.*|target.path=${PREFIX}/lib/plugins/codecs|g' \ @@ -56,7 +54,5 @@ pre-configure: ${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/../../../../bin/qmake ${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/../../../../bin/moc -post-configure: - ${REINPLACE_CMD} -e 's|(test -z.*||g' ${WRKSRC}/Makefile +.include <bsd.port.mk> -.include <bsd.port.post.mk> diff --git a/korean/qt4-codecs-kr/pkg-plist b/korean/qt4-codecs-kr/pkg-plist index 5db94dbdbd13..619ee02f6528 100644 --- a/korean/qt4-codecs-kr/pkg-plist +++ b/korean/qt4-codecs-kr/pkg-plist @@ -1,3 +1,3 @@ lib/plugins/codecs/libqkrcodecs.so -lib/plugins/codecs/libqkrcodecs.so.debug +%%DEBUG%%lib/plugins/codecs/libqkrcodecs.so.debug @dirrm lib/plugins/codecs |