summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2008-12-22 22:43:22 +0000
committerErwin Lansing <erwin@FreeBSD.org>2008-12-22 22:43:22 +0000
commitc742b0fc744cc3baf2a31479b8369d07e6bd7e98 (patch)
tree29f56097c002aeb029b010e5ce78f69cfcbf70ae
parent- Update to 1.3.2 (diff)
Mark BROKEN on HEAD after the import of strndup(3).
As OSVERSION was not bumped at the time, approximate with 800058. Submitted by: pointyhat
Notes
Notes: svn path=/head/; revision=224610
-rw-r--r--devel/cvswrap/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/devel/cvswrap/Makefile b/devel/cvswrap/Makefile
index c8f0e29334da..df3d60f7327e 100644
--- a/devel/cvswrap/Makefile
+++ b/devel/cvswrap/Makefile
@@ -19,4 +19,11 @@ GNU_CONFIGURE= yes
MAN1= cvswrap.1
MAN5= cvswrap.conf.5
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+# Redefines strndup(3)
+.if ${OSVERSION} >= 800058
+BROKEN= does not build
+.endif
+
+.include <bsd.port.post.mk>