aboutsummaryrefslogtreecommitdiff
path: root/www/cgicc
Commit message (Collapse)AuthorAgeFilesLines
* Conversion to a single libtool environment.Ade Lovett2006-02-232-1/+3
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - Remove USE_REINPLACE from my portsSergey Matveychuk2006-02-071-1/+0
| | | | Notes: svn path=/head/; revision=155429
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* - Yield to a total SHAtification.Sergey Matveychuk2005-11-111-0/+1
| | | | | | | - mysql-administrator: simplify BROKEN message Notes: svn path=/head/; revision=147896
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* - update URLSergey Matveychuk2005-03-011-1/+1
| | | | Notes: svn path=/head/; revision=130069
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet Notes: svn path=/head/; revision=113296
* Change email address for my ports.Sergey Matveychuk2004-07-071-1/+1
| | | | | | | Approved by: krion (mentor) Notes: svn path=/head/; revision=113155
* Update to 3.2.3Kirill Ponomarev2004-07-065-36/+17
| | | | | | | | PR: ports/68706 Submitted by: maintainer Notes: svn path=/head/; revision=113039
* 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