summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2006-04-04 20:12:23 +0000
committerthierry <thierry@FreeBSD.org>2006-04-04 20:12:23 +0000
commit2b5b73a716dc752884a9ad32e756dcce8f0ef196 (patch)
tree36e3dda8ea0b09f5627e3199a837fda19025b45a
parent06eb70509ebc010d7e06ea3d67e08709e2f57a09 (diff)
downloadFreeBSD-ports-2b5b73a716dc752884a9ad32e756dcce8f0ef196.zip
FreeBSD-ports-2b5b73a716dc752884a9ad32e756dcce8f0ef196.tar.gz
Mark BROKEN on FreeBSD-4.x.
PR: 95318 Submitted by: Matthias Sund <m.sund (at) arcor.de> (maintainer)
-rw-r--r--devel/upp/Makefile8
-rw-r--r--devel/upp602/Makefile8
2 files changed, 14 insertions, 2 deletions
diff --git a/devel/upp/Makefile b/devel/upp/Makefile
index a68e3eb..034f38a 100644
--- a/devel/upp/Makefile
+++ b/devel/upp/Makefile
@@ -27,6 +27,12 @@ BUILD_WRKSRC= ${WRKSRC}/uppsrc/ide
INSTALL_DIRS= Common examples reference uppsrc
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= Ultimate++ is not supported on FreeBSD 4.x
+.endif
+
post-extract:
@${MKDIR} ${WRKDIR}/${DISTNAME}
@for d in ${INSTALL_DIRS}; do ${MV} ${WRKDIR}/$$d ${WRKSRC}; done;
@@ -83,4 +89,4 @@ post-install:
@${RM} ${WRKSRC}/*.txt
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/devel/upp602/Makefile b/devel/upp602/Makefile
index a68e3eb..034f38a 100644
--- a/devel/upp602/Makefile
+++ b/devel/upp602/Makefile
@@ -27,6 +27,12 @@ BUILD_WRKSRC= ${WRKSRC}/uppsrc/ide
INSTALL_DIRS= Common examples reference uppsrc
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= Ultimate++ is not supported on FreeBSD 4.x
+.endif
+
post-extract:
@${MKDIR} ${WRKDIR}/${DISTNAME}
@for d in ${INSTALL_DIRS}; do ${MV} ${WRKDIR}/$$d ${WRKSRC}; done;
@@ -83,4 +89,4 @@ post-install:
@${RM} ${WRKSRC}/*.txt
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud