summaryrefslogtreecommitdiff
path: root/www/wyvern
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2003-12-23 08:29:18 +0000
committerMark Linimon <linimon@FreeBSD.org>2003-12-23 08:29:18 +0000
commit0489205d4b370e2e421851f3f00c5874f34a789e (patch)
tree1000b4a9730ca1b7386b5018296f4e2b59ca657b /www/wyvern
parentPer bento logs, mark as broken on recent 5.x. Notified maintainer. (diff)
Per bento logs, mark as broken on recent versions of 5.x due to the gcc3.3
preprocessor being more strict. Informed maintainer.
Notes
Notes: svn path=/head/; revision=96473
Diffstat (limited to 'www/wyvern')
-rw-r--r--www/wyvern/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/wyvern/Makefile b/www/wyvern/Makefile
index 408c4176eae2..c442a8484084 100644
--- a/www/wyvern/Makefile
+++ b/www/wyvern/Makefile
@@ -29,6 +29,10 @@ MAKE_ARGS= rcdir="${LOCALBASE}/etc/rc.d"
CONFIGURE_ARGS+= --enable-ipv6
.endif
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
+.endif
+
post-extract:
${MV} ${WRKSRC}/htdocs/index.html ${WRKSRC}/htdocs/index.html-dist