diff options
-rw-r--r-- | net/globus4/Makefile | 4 | ||||
-rw-r--r-- | net/openmpi/Makefile | 8 | ||||
-rw-r--r-- | sysutils/diskprep/Makefile | 8 | ||||
-rw-r--r-- | sysutils/sge/Makefile | 8 | ||||
-rw-r--r-- | sysutils/sge60/Makefile | 8 | ||||
-rw-r--r-- | sysutils/sge61/Makefile | 8 | ||||
-rw-r--r-- | sysutils/sge62/Makefile | 8 |
7 files changed, 1 insertions, 51 deletions
diff --git a/net/globus4/Makefile b/net/globus4/Makefile index c724b6eb2f82..d66afac8bf0d 100644 --- a/net/globus4/Makefile +++ b/net/globus4/Makefile @@ -76,10 +76,6 @@ CPIOARGS= --quiet -pdum .include <bsd.port.pre.mk> -.if (${OSVERSION} < 530000) -IGNORE= FreeBSD < 5.3 not supported -.endif - .if (${ARCH} == "i386") || (${ARCH} == "powerpc") ARCHBITS?=32 PERL_ARCH= ${ARCH}-freebsd-64int diff --git a/net/openmpi/Makefile b/net/openmpi/Makefile index 042e90ae938c..f7b74a6b4c7c 100644 --- a/net/openmpi/Makefile +++ b/net/openmpi/Makefile @@ -52,14 +52,6 @@ CONFIGURE_ENV+= F77=${F77} FC=${FC} BROKEN= Does not compile on sparc64 .endif -.if ${OSVERSION} < 503000 -.if !exists(/usr/include/stdint.h) -BROKEN= requires stdint.h -.else -IGNORE= is not supported for FreeBSD < 5.3 -.endif -.endif - .if exists(${LOCALBASE}/lib/libtorque.so) WITH_TORQUE= yes .endif diff --git a/sysutils/diskprep/Makefile b/sysutils/diskprep/Makefile index 70f21ea12cb9..ba637e5358bb 100644 --- a/sysutils/diskprep/Makefile +++ b/sysutils/diskprep/Makefile @@ -24,10 +24,4 @@ USE_RCORDER= ${PORTNAME} MAN8= diskprep.8 MANCOMPRESSED= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 503000 -IGNORE= Requires glabel(8) and thus >= FreeBSD-5.3 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/sysutils/sge/Makefile b/sysutils/sge/Makefile index 4c7b4899a30d..e6c4968f2ead 100644 --- a/sysutils/sge/Makefile +++ b/sysutils/sge/Makefile @@ -99,14 +99,6 @@ EXCEPTFILES= arc_depend_irix.asc arc_depend_solaris.asc man testsuite .include <bsd.port.pre.mk> -.if ${OSVERSION} < 503000 -.if ${OSVERSION} < 500000 -BROKEN= "does not build without libpthread" -.else -IGNORE= is not supported for FreeBSD < 5.3 -.endif -.endif - .if defined(WITH_BDB) LIB_DEPENDS= db-4.2:${PORTSDIR}/databases/db42 PLIST_SUB+= BDB_SPOOL= diff --git a/sysutils/sge60/Makefile b/sysutils/sge60/Makefile index 4c7b4899a30d..e6c4968f2ead 100644 --- a/sysutils/sge60/Makefile +++ b/sysutils/sge60/Makefile @@ -99,14 +99,6 @@ EXCEPTFILES= arc_depend_irix.asc arc_depend_solaris.asc man testsuite .include <bsd.port.pre.mk> -.if ${OSVERSION} < 503000 -.if ${OSVERSION} < 500000 -BROKEN= "does not build without libpthread" -.else -IGNORE= is not supported for FreeBSD < 5.3 -.endif -.endif - .if defined(WITH_BDB) LIB_DEPENDS= db-4.2:${PORTSDIR}/databases/db42 PLIST_SUB+= BDB_SPOOL= diff --git a/sysutils/sge61/Makefile b/sysutils/sge61/Makefile index 4c7b4899a30d..e6c4968f2ead 100644 --- a/sysutils/sge61/Makefile +++ b/sysutils/sge61/Makefile @@ -99,14 +99,6 @@ EXCEPTFILES= arc_depend_irix.asc arc_depend_solaris.asc man testsuite .include <bsd.port.pre.mk> -.if ${OSVERSION} < 503000 -.if ${OSVERSION} < 500000 -BROKEN= "does not build without libpthread" -.else -IGNORE= is not supported for FreeBSD < 5.3 -.endif -.endif - .if defined(WITH_BDB) LIB_DEPENDS= db-4.2:${PORTSDIR}/databases/db42 PLIST_SUB+= BDB_SPOOL= diff --git a/sysutils/sge62/Makefile b/sysutils/sge62/Makefile index 4c7b4899a30d..e6c4968f2ead 100644 --- a/sysutils/sge62/Makefile +++ b/sysutils/sge62/Makefile @@ -99,14 +99,6 @@ EXCEPTFILES= arc_depend_irix.asc arc_depend_solaris.asc man testsuite .include <bsd.port.pre.mk> -.if ${OSVERSION} < 503000 -.if ${OSVERSION} < 500000 -BROKEN= "does not build without libpthread" -.else -IGNORE= is not supported for FreeBSD < 5.3 -.endif -.endif - .if defined(WITH_BDB) LIB_DEPENDS= db-4.2:${PORTSDIR}/databases/db42 PLIST_SUB+= BDB_SPOOL= |