summaryrefslogtreecommitdiffstats
path: root/devel/cccc
Commit message (Collapse)AuthorAgeFilesLines
* Mark this broken, doesn't build on either 3-stable or 4-current withasami1999-09-211-0/+2
| | | | | | | | | | | | | | | 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.
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* No longer BROKEN (updated patchfile)mharo1999-04-182-25/+19
| | | | | PR: 11191 Submitted by: John Baldwin jobaldwi@vt.edu
* Use bsd.port.{pre,post}.mk. Either use them to avoid having to defineasami1998-11-111-3/+4
| | | | | | | | something already there (PORTOBJFORMAT, OSVERSION) or move stuff from after .include <bsd.port.mk> to before. (This is not by any means the complete list but just the ones I've noticed recently.)
* Mark BROKEN for current:jseger1998-10-121-1/+6
| | | | | CVS ---------------------------------------------------------------------- error in signal.h
* Oops, missed the commit message the last time around. No need to useasami1998-08-131-1/+1
| | | | += for variables defined only once.
* *** empty log message ***asami1998-08-131-2/+2
|
* Remove name of package.asami1997-11-041-1/+1
|
* Import of cccc port. cccc is a C and C++ code counter whichtg1997-11-037-0/+112
generates some statistics on your code as HTML output. PR: 4552 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
OpenPOWER on IntegriCloud