diff options
author | asami <asami@FreeBSD.org> | 1999-09-21 09:35:06 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-09-21 09:35:06 +0000 |
commit | b277b23979978ab0205f4545aeb5869fa14b638d (patch) | |
tree | b747eceb1f5c83ec8478819b322e0a7d8b064351 /devel/cccc | |
parent | f792bb1c46f18e8613c52f9d7de1793e9fea18d2 (diff) | |
download | FreeBSD-ports-b277b23979978ab0205f4545aeb5869fa14b638d.zip FreeBSD-ports-b277b23979978ab0205f4545aeb5869fa14b638d.tar.gz |
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.
Diffstat (limited to 'devel/cccc')
-rw-r--r-- | devel/cccc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/cccc/Makefile b/devel/cccc/Makefile index 714b5e9..80cb435 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 |