1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00

Factor OSVERSION out of BROKEN/IGNORE strings to make them more consistent

across different OSVERSION scans.
This commit is contained in:
Mark Linimon 2006-07-23 23:38:15 +00:00
parent 857f21d17b
commit 0a291bd7f7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=168580
8 changed files with 9 additions and 9 deletions

View File

@ -28,7 +28,7 @@ LATEST_LINK= rat30
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700000
BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
BROKEN= Does not compile on FreeBSD 7.X
.endif
do-build:

View File

@ -35,7 +35,7 @@ PLIST_FILES= bin/vat
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 501000
BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
BROKEN= Does not compile on FreeBSD > 5.0
.endif
post-install:

View File

@ -34,7 +34,7 @@ BEFOREPORTMK= yes
.undef BEFOREPORTMK
.if ${OSVERSION} >= 500113
BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
BROKEN= "Does not compile on FreeBSD 5.X and above"
.endif
.include <bsd.port.post.mk>

View File

@ -28,7 +28,7 @@ INFO= sather sather-mode sather-tutorial
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 501000
BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
BROKEN= Does not compile on FreeBSD > 5.0
.endif
post-extract:

View File

@ -28,7 +28,7 @@ LATEST_LINK= rat30
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700000
BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
BROKEN= Does not compile on FreeBSD 7.X
.endif
do-build:

View File

@ -25,7 +25,7 @@ PLIST_FILES= bin/rtpmon
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 501000
BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
BROKEN= Does not compile on FreeBSD > 5.0
.endif
pre-configure:

View File

@ -35,7 +35,7 @@ PLIST_FILES= bin/vat
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 501000
BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
BROKEN= Does not compile on FreeBSD > 5.0
.endif
post-install:

View File

@ -12,7 +12,7 @@ MASTER_SITES= http://www.webweaving.org/watchdog/
EXTRACT_SUFX= .tgz
MAINTAINER= dirkx@webweaving.org
COMMENT= "Watchdog daemon for the AMD Elan sc520 system-on-chip."
COMMENT= Watchdog daemon for the AMD Elan sc520 system-on-chip
MAN8= watchdogd.8
MANCOMPRESSED= yes
@ -24,7 +24,7 @@ PLIST_FILES= bin/watchdogd
# We need revision 1.12 of /sys/i386/i386/elan-mmrc.c and
# 1.1 of /sys/sys/watchdog.h. The first tag is RELENG_5_1.
#
IGNORE= 'This port only works on 5.1 and above / ${OSVERSION}
IGNORE= cannot install: this port only works on FreeBSD 5.1 and above
.endif
.include <bsd.port.post.mk>