mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Now that RELENG_4 is no longer supported, remove seatbelts preventing
these ports from being built there (and on pre-STABLE 5).
This commit is contained in:
parent
4efce3486b
commit
638fc7f4cd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184288
7 changed files with 1 additions and 51 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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=
|
||||
|
|
|
@ -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=
|
||||
|
|
|
@ -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=
|
||||
|
|
|
@ -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=
|
||||
|
|
Loading…
Add table
Reference in a new issue