summaryrefslogtreecommitdiff
path: root/devel/cccc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Mark this broken, doesn't build on either 3-stable or 4-current withSatoshi Asami1999-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. Notes: svn path=/head/; revision=21849
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20947
* No longer BROKEN (updated patchfile)Michael Haro1999-04-182-25/+19
| | | | | | | | PR: 11191 Submitted by: John Baldwin jobaldwi@vt.edu Notes: svn path=/head/; revision=17973
* Use bsd.port.{pre,post}.mk. Either use them to avoid having to defineSatoshi Asami1998-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.) Notes: svn path=/head/; revision=14465
* Mark BROKEN for current:Justin M. Seger1998-10-121-1/+6
| | | | | | | | CVS ---------------------------------------------------------------------- error in signal.h Notes: svn path=/head/; revision=13905
* Oops, missed the commit message the last time around. No need to useSatoshi Asami1998-08-131-1/+1
| | | | | | | += for variables defined only once. Notes: svn path=/head/; revision=12490
* *** empty log message ***Satoshi Asami1998-08-131-2/+2
| | | | Notes: svn path=/head/; revision=12489
* Remove name of package.Satoshi Asami1997-11-041-1/+1
| | | | Notes: svn path=/head/; revision=8467
* Import of cccc port. cccc is a C and C++ code counter whichThomas Gellekum1997-11-037-0/+112
generates some statistics on your code as HTML output. PR: 4552 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su> Notes: svn path=/head/; revision=8453