summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorshaun <shaun@FreeBSD.org>2007-04-26 14:08:55 +0000
committershaun <shaun@FreeBSD.org>2007-04-26 14:08:55 +0000
commit309e2fd25487ad96c22a3b523188485a495a2673 (patch)
tree77e77c3666692918a63733025992718ab33e8491
parente5a34d27cddb4f8c203fa9e2ce76c6e48512cad0 (diff)
downloadFreeBSD-ports-309e2fd25487ad96c22a3b523188485a495a2673.zip
FreeBSD-ports-309e2fd25487ad96c22a3b523188485a495a2673.tar.gz
- Remove FreeBSD 4.x checks.
PR: ports/112021, ports/112035, ports/112064 Submitted by: David Yeske <dyeske@yahoo.com> (maintainer)
-rw-r--r--graphics/k3d/Makefile4
-rw-r--r--graphics/yafaray/Makefile8
-rw-r--r--graphics/yafray/Makefile8
-rw-r--r--lang/lush/Makefile4
4 files changed, 2 insertions, 22 deletions
diff --git a/graphics/k3d/Makefile b/graphics/k3d/Makefile
index 9c34bd9..31f014d 100644
--- a/graphics/k3d/Makefile
+++ b/graphics/k3d/Makefile
@@ -45,10 +45,6 @@ MAN1= k3d.1
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 500000
-BROKEN= "Does not compile on FreeBSD 4.x"
-.endif
-
.if ${ARCH} == "amd64"
BROKEN= "Does not compile on amd64"
.endif
diff --git a/graphics/yafaray/Makefile b/graphics/yafaray/Makefile
index 6ed07ac..db01601 100644
--- a/graphics/yafaray/Makefile
+++ b/graphics/yafaray/Makefile
@@ -20,13 +20,7 @@ USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN= Does not compile on 4.x
-.endif
-
pre-patch:
@${MV} ${WRKSRC}/linux-settings.py ${WRKSRC}/freebsd-settings.py
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/graphics/yafray/Makefile b/graphics/yafray/Makefile
index 6ed07ac..db01601 100644
--- a/graphics/yafray/Makefile
+++ b/graphics/yafray/Makefile
@@ -20,13 +20,7 @@ USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN= Does not compile on 4.x
-.endif
-
pre-patch:
@${MV} ${WRKSRC}/linux-settings.py ${WRKSRC}/freebsd-settings.py
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/lang/lush/Makefile b/lang/lush/Makefile
index 421c8b2..1a4d3cb0 100644
--- a/lang/lush/Makefile
+++ b/lang/lush/Makefile
@@ -34,10 +34,6 @@ MAN1= lush.1
BROKEN= Does not build on sparc64
.endif
-.if ${OSVERSION} < 500000
-BROKEN= Does not build
-.endif
-
post-patch:
@${REINPLACE_CMD} -E -e \
's|opt=.+$$||; \
OpenPOWER on IntegriCloud