Mark BROKEN for FreeBSD 4 and below due to build error and IGNORE for
5.x prior to 5.3 because I'm not going to support those releases. Reported by: pointyhat (via kris)
This commit is contained in:
parent
6d21339b10
commit
87ef6bb54f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=142632
4 changed files with 32 additions and 0 deletions
|
@ -92,6 +92,14 @@ 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= "Not supported for FreeBSD < 5.3"
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.if defined(WITH_BDB)
|
||||
LIB_DEPENDS= db-4.2:${PORTSDIR}/databases/db42
|
||||
PLIST_SUB+= BDB_SPOOL=
|
||||
|
|
|
@ -92,6 +92,14 @@ 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= "Not supported for FreeBSD < 5.3"
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.if defined(WITH_BDB)
|
||||
LIB_DEPENDS= db-4.2:${PORTSDIR}/databases/db42
|
||||
PLIST_SUB+= BDB_SPOOL=
|
||||
|
|
|
@ -92,6 +92,14 @@ 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= "Not supported for FreeBSD < 5.3"
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.if defined(WITH_BDB)
|
||||
LIB_DEPENDS= db-4.2:${PORTSDIR}/databases/db42
|
||||
PLIST_SUB+= BDB_SPOOL=
|
||||
|
|
|
@ -92,6 +92,14 @@ 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= "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…
Reference in a new issue