From fb1e4a901e30204daa87f29ae61a8375c9a05813 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Tue, 21 Sep 1999 09:35:06 +0000 Subject: 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. --- devel/cccc/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'devel') 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 -- cgit v1.2.3