summaryrefslogtreecommitdiff
path: root/www/cgicc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* - Update to 3.2.2Kirill Ponomarev2004-03-125-160/+196
| | | | | | | | | | | | - Fix dead URL - Utilize DOCSDIR - Assign maintainership to submitter PR: ports/64026 Submitted by: Sergey Matveychuk <sem@ciam.ru> Notes: svn path=/head/; revision=103788
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* - Fix build on -currentKirill Ponomarev2003-11-031-6/+4
| | | | | | | | PR: 58881 Submitted by: Ports Fury Notes: svn path=/head/; revision=92992
* Per bento logs, mark as broken on 5.x for the usual gcc3.3 reasons.Mark Linimon2003-11-021-1/+7
| | | | Notes: svn path=/head/; revision=92828
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75976
* - Do not install useless .la fileYing-Chieh Liao2002-11-074-156/+181
| | | | | | | | | | - Utilize NOPORTDOCS PR: 44981 Submitted by: Ports Fury Notes: svn path=/head/; revision=69653
* Fix PORTCOMMENTs that were killing INDEX builds.Adam Weinberger2002-11-072-2/+1
| | | | | | | | 105 pointy hats to: me Approved by: pat Notes: svn path=/head/; revision=69625
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* fix doc installation pathYing-Chieh Liao2002-06-253-161/+163
| | | | | | | bump portrevision Notes: svn path=/head/; revision=61909
* Add USE_REINPLACE where appropriate.Maxim Sobolev2002-06-191-0/+1
| | | | Notes: svn path=/head/; revision=61545
* upgrade to 3.2.1Ying-Chieh Liao2002-06-184-52/+13
| | | | Notes: svn path=/head/; revision=61497
* - Do not install useless .la filePatrick Li2002-03-123-156/+202
| | | | | | | | | | - Utilize NOPORTDOCS PR: 35796 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=55902
* upgrade to 3.2Ying-Chieh Liao2002-02-083-14/+173
| | | | | | | drop maintainership Notes: svn path=/head/; revision=54360
* USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate.Maxim Sobolev2001-08-311-1/+0
| | | | Notes: svn path=/head/; revision=47231
* add cgiccYing-Chieh Liao2001-03-265-0/+65
A C++ class library for writing CGI applications Notes: svn path=/head/; revision=40388