diff options
author | alane <alane@FreeBSD.org> | 2002-08-18 03:49:44 +0800 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2002-08-18 03:49:44 +0800 |
commit | 32a373c43947c5eee1a26cef1b854aeb8490932c (patch) | |
tree | af6ba6559ed2a1b32751d4d05b9ccb362c488895 /x11-toolkits | |
parent | ce69379647b8ac750cbcfc0bff0350ff2ccbba30 (diff) | |
download | freebsd-ports-gnome-32a373c43947c5eee1a26cef1b854aeb8490932c.tar.gz freebsd-ports-gnome-32a373c43947c5eee1a26cef1b854aeb8490932c.tar.zst freebsd-ports-gnome-32a373c43947c5eee1a26cef1b854aeb8490932c.zip |
1. Remove pre-everything message.
2. No-op sleep after message if BATCH or PACKAGE_BUILDING.
3. Add NO_FILTER_SHLIBS to keep the qt lib names from getting munged.
4. Bump PORTREVISION because (3) changes installed pkg-plist, even though
one supplied in port does not change.
(3) will fix a message indicating the libfoo.so.1 does not exist on
pkg-deinstallation, too.
Credits:
1,2 due to Mikhail Teterin. 3 is from Will. 4 is common-sense.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/qt30/Makefile | 24 | ||||
-rw-r--r-- | x11-toolkits/qt31/Makefile | 24 | ||||
-rw-r--r-- | x11-toolkits/qt32/Makefile | 24 | ||||
-rw-r--r-- | x11-toolkits/qt33/Makefile | 24 |
4 files changed, 52 insertions, 44 deletions
diff --git a/x11-toolkits/qt30/Makefile b/x11-toolkits/qt30/Makefile index 125d8f1fda57..cd939272c586 100644 --- a/x11-toolkits/qt30/Makefile +++ b/x11-toolkits/qt30/Makefile @@ -7,7 +7,7 @@ PORTNAME?= qt PORTVERSION?= 3.0.5 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES?= x11-toolkits MASTER_SITES= ftp://ftp.trolltech.com/qt/source/ \ ftp://ftp.chg.ru/pub/X11/qt/source/ @@ -28,13 +28,14 @@ IMAGELIB_TYPE= qt PLIST_SUB+= IMAGE_PLUGINS="@comment " .endif -QT_PREFIX?= ${PREFIX} -USE_BZIP2= yes -USE_GMAKE= yes -USE_REINPLACE= yes -REINPLACE_ARGS= -i "" -USE_X_PREFIX= yes -HAS_CONFIGURE= yes +QT_PREFIX?= ${PREFIX} +USE_BZIP2= yes +USE_GMAKE= yes +USE_REINPLACE= yes +REINPLACE_ARGS= -i "" +USE_X_PREFIX= yes +NO_FILTER_SHLIBS= yes +HAS_CONFIGURE= yes CONFIGURE_ARGS= -prefix ${QT_PREFIX} \ -shared -qt-gif -system-zlib \ -no-g++-exceptions -thread -no-stl \ @@ -73,10 +74,11 @@ CFLAGS+= -O0 BROKEN= "The QT 3.x port does not support any XFree86 < 4.x" .endif +.if defined(BATCH) || defined(PACKAGE_BUILDING) +SLEEP=${TRUE} +.else SLEEP=/bin/sleep -pre-everything: - @${CAT} ${PKGMESSAGE} - @${SLEEP} 10 +.endif pre-fetch: .if exists(${X11BASE}/include/qt2/qapp.h) diff --git a/x11-toolkits/qt31/Makefile b/x11-toolkits/qt31/Makefile index 125d8f1fda57..cd939272c586 100644 --- a/x11-toolkits/qt31/Makefile +++ b/x11-toolkits/qt31/Makefile @@ -7,7 +7,7 @@ PORTNAME?= qt PORTVERSION?= 3.0.5 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES?= x11-toolkits MASTER_SITES= ftp://ftp.trolltech.com/qt/source/ \ ftp://ftp.chg.ru/pub/X11/qt/source/ @@ -28,13 +28,14 @@ IMAGELIB_TYPE= qt PLIST_SUB+= IMAGE_PLUGINS="@comment " .endif -QT_PREFIX?= ${PREFIX} -USE_BZIP2= yes -USE_GMAKE= yes -USE_REINPLACE= yes -REINPLACE_ARGS= -i "" -USE_X_PREFIX= yes -HAS_CONFIGURE= yes +QT_PREFIX?= ${PREFIX} +USE_BZIP2= yes +USE_GMAKE= yes +USE_REINPLACE= yes +REINPLACE_ARGS= -i "" +USE_X_PREFIX= yes +NO_FILTER_SHLIBS= yes +HAS_CONFIGURE= yes CONFIGURE_ARGS= -prefix ${QT_PREFIX} \ -shared -qt-gif -system-zlib \ -no-g++-exceptions -thread -no-stl \ @@ -73,10 +74,11 @@ CFLAGS+= -O0 BROKEN= "The QT 3.x port does not support any XFree86 < 4.x" .endif +.if defined(BATCH) || defined(PACKAGE_BUILDING) +SLEEP=${TRUE} +.else SLEEP=/bin/sleep -pre-everything: - @${CAT} ${PKGMESSAGE} - @${SLEEP} 10 +.endif pre-fetch: .if exists(${X11BASE}/include/qt2/qapp.h) diff --git a/x11-toolkits/qt32/Makefile b/x11-toolkits/qt32/Makefile index 125d8f1fda57..cd939272c586 100644 --- a/x11-toolkits/qt32/Makefile +++ b/x11-toolkits/qt32/Makefile @@ -7,7 +7,7 @@ PORTNAME?= qt PORTVERSION?= 3.0.5 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES?= x11-toolkits MASTER_SITES= ftp://ftp.trolltech.com/qt/source/ \ ftp://ftp.chg.ru/pub/X11/qt/source/ @@ -28,13 +28,14 @@ IMAGELIB_TYPE= qt PLIST_SUB+= IMAGE_PLUGINS="@comment " .endif -QT_PREFIX?= ${PREFIX} -USE_BZIP2= yes -USE_GMAKE= yes -USE_REINPLACE= yes -REINPLACE_ARGS= -i "" -USE_X_PREFIX= yes -HAS_CONFIGURE= yes +QT_PREFIX?= ${PREFIX} +USE_BZIP2= yes +USE_GMAKE= yes +USE_REINPLACE= yes +REINPLACE_ARGS= -i "" +USE_X_PREFIX= yes +NO_FILTER_SHLIBS= yes +HAS_CONFIGURE= yes CONFIGURE_ARGS= -prefix ${QT_PREFIX} \ -shared -qt-gif -system-zlib \ -no-g++-exceptions -thread -no-stl \ @@ -73,10 +74,11 @@ CFLAGS+= -O0 BROKEN= "The QT 3.x port does not support any XFree86 < 4.x" .endif +.if defined(BATCH) || defined(PACKAGE_BUILDING) +SLEEP=${TRUE} +.else SLEEP=/bin/sleep -pre-everything: - @${CAT} ${PKGMESSAGE} - @${SLEEP} 10 +.endif pre-fetch: .if exists(${X11BASE}/include/qt2/qapp.h) diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile index 125d8f1fda57..cd939272c586 100644 --- a/x11-toolkits/qt33/Makefile +++ b/x11-toolkits/qt33/Makefile @@ -7,7 +7,7 @@ PORTNAME?= qt PORTVERSION?= 3.0.5 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES?= x11-toolkits MASTER_SITES= ftp://ftp.trolltech.com/qt/source/ \ ftp://ftp.chg.ru/pub/X11/qt/source/ @@ -28,13 +28,14 @@ IMAGELIB_TYPE= qt PLIST_SUB+= IMAGE_PLUGINS="@comment " .endif -QT_PREFIX?= ${PREFIX} -USE_BZIP2= yes -USE_GMAKE= yes -USE_REINPLACE= yes -REINPLACE_ARGS= -i "" -USE_X_PREFIX= yes -HAS_CONFIGURE= yes +QT_PREFIX?= ${PREFIX} +USE_BZIP2= yes +USE_GMAKE= yes +USE_REINPLACE= yes +REINPLACE_ARGS= -i "" +USE_X_PREFIX= yes +NO_FILTER_SHLIBS= yes +HAS_CONFIGURE= yes CONFIGURE_ARGS= -prefix ${QT_PREFIX} \ -shared -qt-gif -system-zlib \ -no-g++-exceptions -thread -no-stl \ @@ -73,10 +74,11 @@ CFLAGS+= -O0 BROKEN= "The QT 3.x port does not support any XFree86 < 4.x" .endif +.if defined(BATCH) || defined(PACKAGE_BUILDING) +SLEEP=${TRUE} +.else SLEEP=/bin/sleep -pre-everything: - @${CAT} ${PKGMESSAGE} - @${SLEEP} 10 +.endif pre-fetch: .if exists(${X11BASE}/include/qt2/qapp.h) |