mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
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.
This commit is contained in:
parent
9f15c68bdd
commit
1b50536a03
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64611
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user