diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2002-10-23 15:27:21 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2002-10-23 15:27:21 +0000 |
commit | 324de1ee4a7cb2c31b12421e3ee7df51428a27b6 (patch) | |
tree | 33d2f9430bf845dfe57ef769739663a7edae849a /x11-toolkits/qt33/Makefile | |
parent | Upgrade to 0.10.6. (diff) |
1. Removed unused refs to sleep.
2. Removed upgrade message. It's been there too long.
3. Removed opengl message. BROKEN is still there.
4. Changed a comment to be accurate about some bogus nutscrape headers.
Diffstat (limited to 'x11-toolkits/qt33/Makefile')
-rw-r--r-- | x11-toolkits/qt33/Makefile | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile index 4f1f6a77b807..fc59407d17f2 100644 --- a/x11-toolkits/qt33/Makefile +++ b/x11-toolkits/qt33/Makefile @@ -55,7 +55,6 @@ PLIST_SUB+= OPENGL="" PKGNAMESUFFIX= -opengl BROKEN= "Using WITH_OPENGL causes DRI to fail in mysterious ways" .else -PKGMESSAGE= pkg-message-upgrade PLIST_SUB+= OPENGL="@comment " CONFIGURE_ARGS+=-disable-opengl .endif @@ -74,12 +73,6 @@ 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 -.endif - pre-fetch: .if exists(${X11BASE}/include/qt2/qapp.h) @${ECHO} @@ -90,7 +83,7 @@ pre-fetch: @${FALSE} .endif -# Remove unneeded dirs (speedup) and fake netscape files. +# Remove unneeded dirs (speedup) and netscape files (build barfs). post-patch: @${FIND} ${WRKSRC} -name CVS | ${XARGS} ${RM} -fr @${RM} -fr ${WRKSRC}/examples ${WRKSRC}/tutorial @@ -125,11 +118,4 @@ pre-install: ${INSTALL_PROGRAM} ${WRKSRC}/tools/qvfb/qvfb ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/bin/findtr ${PREFIX}/bin -.if exists(${PKGMESSAGE}) -# Display another GL advisory. This one goes in the package, too. -post-install:: - @${CAT} ${PKGMESSAGE} - @${SLEEP} 10 -.endif - .include <bsd.port.post.mk> |