summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-mgmt/flowd/Makefile8
-rw-r--r--net-mgmt/pads/Makefile8
-rw-r--r--polish/ekg2/Makefile8
-rw-r--r--www/clearsilver/Makefile4
4 files changed, 25 insertions, 3 deletions
diff --git a/net-mgmt/flowd/Makefile b/net-mgmt/flowd/Makefile
index fc43d48a0c57..b2dec1f16093 100644
--- a/net-mgmt/flowd/Makefile
+++ b/net-mgmt/flowd/Makefile
@@ -37,6 +37,12 @@ PLIST_SUB+= WITH_PYTHON=""
PLIST_SUB+= WITH_PYTHON="@comment "
.endif
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= Does not compile
+.endif
+
pre-extract:
@${ECHO_MSG} ""
.if defined(WITH_PERL)
@@ -76,4 +82,4 @@ post-install:
FLOWD_USER=${FLOWD_USER} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/net-mgmt/pads/Makefile b/net-mgmt/pads/Makefile
index fee64deb05f4..c9fb763d0abb 100644
--- a/net-mgmt/pads/Makefile
+++ b/net-mgmt/pads/Makefile
@@ -20,4 +20,10 @@ GNU_CONFIGURE= yes
MAN8= pads.8 pads-report.8 pads.conf.8
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= Does not compile
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/polish/ekg2/Makefile b/polish/ekg2/Makefile
index 43b2d539627f..96dfa2f5004c 100644
--- a/polish/ekg2/Makefile
+++ b/polish/ekg2/Makefile
@@ -45,4 +45,10 @@ MAKE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
INSTALLS_SHLIB= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= Does not compile
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/www/clearsilver/Makefile b/www/clearsilver/Makefile
index 33597363acc2..8004eb50b322 100644
--- a/www/clearsilver/Makefile
+++ b/www/clearsilver/Makefile
@@ -66,6 +66,10 @@ MAN3= cBroadcast.3 cCreate.3 cDestroy.3 cSignal.3 cWait.3 \
BROKEN= Does not compile completely on sparc64
.endif
+.if ${OSVERSION} < 500000
+BROKEN= Does not compile
+.endif
+
post-patch:
@# Remove CFLAGS when building the python module, pydistfile is used
@# and will do the right thing.