summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--audio/rat30/Makefile2
-rw-r--r--audio/vat/Makefile2
-rw-r--r--japanese/gnomelibs/Makefile2
-rw-r--r--lang/Sather/Makefile2
-rw-r--r--mbone/rat30/Makefile2
-rw-r--r--mbone/rtpmon/Makefile2
-rw-r--r--mbone/vat/Makefile2
-rw-r--r--sysutils/watchdog/Makefile4
8 files changed, 9 insertions, 9 deletions
diff --git a/audio/rat30/Makefile b/audio/rat30/Makefile
index 1acedf4..4440a9b 100644
--- a/audio/rat30/Makefile
+++ b/audio/rat30/Makefile
@@ -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:
diff --git a/audio/vat/Makefile b/audio/vat/Makefile
index dcabef9..70c6f56 100644
--- a/audio/vat/Makefile
+++ b/audio/vat/Makefile
@@ -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:
diff --git a/japanese/gnomelibs/Makefile b/japanese/gnomelibs/Makefile
index db85036..720ed53 100644
--- a/japanese/gnomelibs/Makefile
+++ b/japanese/gnomelibs/Makefile
@@ -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>
diff --git a/lang/Sather/Makefile b/lang/Sather/Makefile
index 2aa78e6..f12a082 100644
--- a/lang/Sather/Makefile
+++ b/lang/Sather/Makefile
@@ -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:
diff --git a/mbone/rat30/Makefile b/mbone/rat30/Makefile
index 1acedf4..4440a9b 100644
--- a/mbone/rat30/Makefile
+++ b/mbone/rat30/Makefile
@@ -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:
diff --git a/mbone/rtpmon/Makefile b/mbone/rtpmon/Makefile
index b09d58e..32eaf82 100644
--- a/mbone/rtpmon/Makefile
+++ b/mbone/rtpmon/Makefile
@@ -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:
diff --git a/mbone/vat/Makefile b/mbone/vat/Makefile
index dcabef9..70c6f56 100644
--- a/mbone/vat/Makefile
+++ b/mbone/vat/Makefile
@@ -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:
diff --git a/sysutils/watchdog/Makefile b/sysutils/watchdog/Makefile
index 051594f..1becae4 100644
--- a/sysutils/watchdog/Makefile
+++ b/sysutils/watchdog/Makefile
@@ -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>
OpenPOWER on IntegriCloud