summaryrefslogtreecommitdiffstats
path: root/textproc/mifluz
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Correct INFO handlingkris2004-04-172-7/+1
|
* Tidy up whitespace.trevor2004-04-101-1/+1
|
* - Use USE_ICONV knobkrion2004-03-301-2/+1
| | | | Approved by: portmgr
* 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.
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 1)
* SIZEify.trevor2004-01-291-0/+1
|
* De-pkg-comment.knu2003-02-202-1/+1
|
* Make textproc/mifluz build again under -currentedwin2002-11-241-0/+3
| | | | | PR: ports/44401 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
* Fix PORTCOMMENTs that were killing INDEX builds.adamw2002-11-072-2/+1
| | | | | 105 pointy hats to: me Approved by: pat
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-062-1/+2
| | | | Approved by: pat
* - GNU_CONFIGURE -> USE_LIBTOOLijliao2002-07-315-62/+81
| | | | | | | | | - add missing files - add more master site by using MASTER_SITE_GNU - add WWW PR: 41177 Submitted by: Ports Fury
* Add mifluz 0.23.0, a c++ library to build and query a full textwill2002-06-239-0/+198
inverted index. PR: 38977 Submitted by: Frederic Dubuy <fdubuy@free.fr>
OpenPOWER on IntegriCloud