summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1999-09-21 09:35:06 +0000
committerSatoshi Asami <asami@FreeBSD.org>1999-09-21 09:35:06 +0000
commitfb1e4a901e30204daa87f29ae61a8375c9a05813 (patch)
treef058f0e0b31612352b6c0cd00882ab8b7f1692d0 /devel
parentUpgrade to 0.35 with some additional PLIST sorting by me.. (diff)
Mark this broken, doesn't build on either 3-stable or 4-current with
a message like the one below: === g++ -c -O -pipe -I/usr/include/g++-include -I. -I/usr/local/include/pccts -o cccc.o cccc.cpp cccc.cpp: In method `void CParser::start(class ASTBase **)': cccc.cpp:47: `zzTracePrevRuleName' undeclared (first use this function) cccc.cpp:47: (Each undeclared identifier is reported only once cccc.cpp:47: for each function it appears in.) : === My guess is that this one was left behind after the pccts upgrade.
Notes
Notes: svn path=/head/; revision=21849
Diffstat (limited to 'devel')
-rw-r--r--devel/cccc/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/cccc/Makefile b/devel/cccc/Makefile
index 714b5e98fab9..80cb43552224 100644
--- a/devel/cccc/Makefile
+++ b/devel/cccc/Makefile
@@ -17,6 +17,8 @@ MAINTAINER= andy@icc.surw.chel.su
BUILD_DEPENDS= antlr:${PORTSDIR}/devel/pccts \
dlg:${PORTSDIR}/devel/pccts
+BROKEN= pccts upgrade
+
WRKSRC= ${WRKDIR}/usr/local/src/cccc-2.1.1
USE_GMAKE= yes
MAKEFILE= makefile