aboutsummaryrefslogtreecommitdiff
path: root/devel/styx
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
* unbreak by upgrading to 1.6.1Ying-Chieh Liao2004-02-235-210/+218
| | | | | | | | utilize USE_ICONV utilize DOCSDIR && EXAMPLESDIR Notes: svn path=/head/; revision=101790
* BROKEN: Checksum mismatchKris Kennaway2004-02-211-0/+2
| | | | Notes: svn path=/head/; revision=101602
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75951
* upgrade to 1.5.1Ying-Chieh Liao2003-01-025-289/+225
| | | | | | | | PR: 46129 Submitted by: Ports Fury Notes: svn path=/head/; revision=72273
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* 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
* Replace ${PERL} with ${REINPLACE_CMD}Ying-Chieh Liao2002-06-251-1/+2
| | | | | | | | PR: 39842 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> Notes: svn path=/head/; revision=61964
* - Fix remaining places where giconv used instead of iconvYing-Chieh Liao2002-03-253-278/+280
| | | | | | | | | | - Support NOPORTDOCS PR: 36290 Submitted by: Ports Fury Notes: svn path=/head/; revision=56623
* Fix another few places where giconv used instead of iconv.Maxim Sobolev2002-03-191-1/+1
| | | | | | | | PR: 36059, 36063, 36082 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com> Notes: svn path=/head/; revision=56333
* Iconv cleanup, stage 2b: remove regex hacks that change iconv.h to giconv.h andMaxim Sobolev2002-03-181-3/+0
| | | | | | | -liconv to -lgiconv. Notes: svn path=/head/; revision=56294
* Bump PORTREVISION to reflect the (lib)iconv upgrade.Akinori MUSHA2002-03-181-0/+1
| | | | Notes: svn path=/head/; revision=56291
* Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that needMaxim Sobolev2002-03-181-1/+1
| | | | | | | libiconv. Notes: svn path=/head/; revision=56287
* upgrade to 1.5Ying-Chieh Liao2002-03-123-5/+37
| | | | | | | drop maintainership Notes: svn path=/head/; revision=55935
* USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate.Maxim Sobolev2001-08-311-1/+0
| | | | Notes: svn path=/head/; revision=47231
* upgrade to 1.4Ying-Chieh Liao2001-05-073-6/+2
| | | | Notes: svn path=/head/; revision=42374
* add missing "@dirrm include/styx" in pkg-plistYing-Chieh Liao2001-04-261-0/+1
| | | | | | | Noted by: bento's log Notes: svn path=/head/; revision=41911
* add styxYing-Chieh Liao2001-04-169-0/+428
A scanner/parser generator Notes: svn path=/head/; revision=41476