aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2004-05-17 17:30:19 +0800
committerarved <arved@FreeBSD.org>2004-05-17 17:30:19 +0800
commitccb74669c2ec6744f305260e0c71c1ce56f0494e (patch)
treec68fb446147f3270e65348aca046eeb6df2cfcad
parentbe24c13309682fb343ed6857bd14ba13285e84d6 (diff)
downloadfreebsd-ports-gnome-ccb74669c2ec6744f305260e0c71c1ce56f0494e.tar.gz
freebsd-ports-gnome-ccb74669c2ec6744f305260e0c71c1ce56f0494e.tar.zst
freebsd-ports-gnome-ccb74669c2ec6744f305260e0c71c1ce56f0494e.zip
Start the QT2 deorbit by marking all ports that depend non-optional
on qt23 DEPRECATED and add an EXPIRATION_DATE=2004-07-14 Suggested by: eik
-rw-r--r--devel/moonshine/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/moonshine/Makefile b/devel/moonshine/Makefile
index ba2e95df3ab6..cbc38d55651c 100644
--- a/devel/moonshine/Makefile
+++ b/devel/moonshine/Makefile
@@ -14,6 +14,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= ports@FreeBSD.org
COMMENT= A customizable IDE that supports a wide variety of languages
+DEPRECATED= "QT2 is obsolete"
+EXPIRATION_DATE=2004-07-14
+
USE_QT_VER= 2
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_XLIB= yes
@@ -28,7 +31,7 @@ QTCPPFLAGS+= -I${X11BASE}/include
BROKEN= "Does not compile"
.endif
-.if ${MACHINE_ARCH} == "alpha"
+.if ${ARCH} == "alpha"
CFLAGS+= -O0
.endif