summaryrefslogtreecommitdiffstats
path: root/textproc/libtre
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.7.2krion2004-12-112-3/+3
|
* Update to 0.7.1krion2004-11-272-3/+5
|
* Update to 0.7.0krion2004-10-263-6/+5
|
* Install additional documentation.krion2004-07-232-0/+12
| | | | Requested by: Nicolas Rachinsky <nicolas@rachinsky.de>
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-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
* - Update to version 0.6.8krion2004-05-282-3/+3
|
* - Fix typokrion2004-05-141-1/+1
| | | | Submitted by: Nicolas Rachinsky <nicolas@rachinsky.de>
* - Add WITH_OPTIMIZED_CFLAGSkrion2004-05-131-0/+12
| | | | Requested by: Radim Kolar <hsn@netmag.cz>
* - Update to version 0.6.7krion2004-05-103-4/+4
|
* - Support WITHOUT_NLSkrion2004-03-282-2/+9
|
* - Update to version 0.6.6krion2004-03-212-3/+3
|
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-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.
* - Update to version 0.6.5krion2004-03-053-16/+4
|
* Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-041-2/+2
| | | | | Submitted by: trevor Tested by: bento
* - SIZEifykrion2004-01-302-0/+2
|
* Now gettext 0.12.1 is gettext-old.trevor2004-01-231-1/+1
|
* - Update to version 0.6.4krion2004-01-022-2/+2
|
* - Update to version 0.6.3krion2003-12-224-7/+6
| | | | - Take maintainership
* USE_REINPLACE must be defined before REINPLACE_CMD may be used.trevor2003-11-171-0/+1
|
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.marcus2003-08-261-0/+1
| | | | Prodded by: kris
* Chase the libintl.so shared lib version.marcus2003-08-251-1/+1
|
* * Rearrange USE_GNOMEkrion2003-07-301-5/+1
| | | | | | PR: 55065 Submitted by: Ports Fury Approved by: fjoe (mentor) (implicit)
* Update to 0.5.3kevlo2003-05-152-2/+2
| | | | | PR: 52248 Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
* Update to version 0.5.2naddy2003-05-013-9/+24
| | | | | PR: 51236 Submitted by: Ports Fury
* De-pkg-comment.knu2003-02-202-1/+1
|
* URL updates.naddy2003-02-122-2/+2
| | | | | PR: 48167 Submitted by: tadalunch@sources.redhat.com
* - Do not install useless .la filesijliao2002-11-203-1/+11
| | | | | PR: 45447 Submitted by: Ports Fury
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-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)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-062-1/+2
| | | | Approved by: pat
* add libtre 0.3.2ijliao2002-10-145-0/+47
A lightweight fully POSIX compliant regexp matching library
OpenPOWER on IntegriCloud