aboutsummaryrefslogtreecommitdiff
path: root/devel/ccdoc
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2003-12-08 06:40:45 +0000
committerMark Linimon <linimon@FreeBSD.org>2003-12-08 06:40:45 +0000
commitcb16459fae23c32a4fe5edf74eeb8d8f4894a471 (patch)
tree53710a012f9d51018c1683f73d0ebb522501c508 /devel/ccdoc
parent45982cf3ee157fe4e984d51e9179c5270a26591d (diff)
downloadports-cb16459fae23c32a4fe5edf74eeb8d8f4894a471.tar.gz
ports-cb16459fae23c32a4fe5edf74eeb8d8f4894a471.zip
Mark as broken on 5.x (stricter gcc3.3 string continuation handling).
Notes
Notes: svn path=/head/; revision=95323
Diffstat (limited to 'devel/ccdoc')
-rw-r--r--devel/ccdoc/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/ccdoc/Makefile b/devel/ccdoc/Makefile
index 13dab00b0386..60d3c248a7ae 100644
--- a/devel/ccdoc/Makefile
+++ b/devel/ccdoc/Makefile
@@ -22,6 +22,12 @@ USE_PERL5= yes
DOCDIR=${PREFIX}/share/doc/ccdoc
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile on FreeBSD ${OSVERSION} (gcc3.3 string continuation)"
+.endif
+
pre-patch:
@${ECHO} "Stripping ^M from all the files..."
@${FIND} ${WRKSRC} -type f | ${XARGS} perl -pi -e 's/\r//'
@@ -44,4 +50,4 @@ post-install:
${INSTALL_MAN} ${WRKSRC}/doc/autodoc/* ${DOCDIR}/autodoc
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>