summaryrefslogtreecommitdiffstats
path: root/devel/libast
Commit message (Collapse)AuthorAgeFilesLines
* - Update e17 ports to 20070223 snapshotstas2007-03-111-1/+2
| | | | | | | | | | | | - Bump portrevisions on all imlib2-dependend ports as the library soversion was bumped [1] - Disable fade-in effects in x11-fm/evidence permanently, since evas doesn't support it anymore. [2] The patch was tested in the tinderbox. Approved by: portmgr (marcus) [1], Anders Troback <freebsd@troback.com> (maintainer) [2]
* Use libtool15 port instead of included version to avoid objformat a.out botchkris2007-02-101-0/+1
|
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gclsung2006-08-141-1/+1
| | | | | | | - these include comms/ converters/ databases/ devel/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
* Add additional, faster master site.ehaupt2006-03-151-1/+2
|
* - Update to 0.7 and fix fetch [1]mnag2006-03-113-5/+5
| | | | | | | PR: 94203 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> Reported by: fenner's distfile survey [1] Approved by: portmgr (marcus)
* Conversion to a single libtool environment.ade2006-02-232-2/+3
| | | | Approved by: portmgr (kris)
* - Add some SHA256 checksumspav2005-11-241-0/+1
|
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-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.
* Bump PORTREVISION on all ports that received the imlib2 shlib chase.adamw2005-03-071-0/+1
|
* 1: Upgrade imlib2 to 1.2.0vanilla2005-03-071-1/+1
| | | | | | | | 2: chase shared library version to 3. PR: ports/78347 Submitted by: Russell Jackson <raj at cserv62.csub.edu> Somepart by: me
* - Update to 0.6.1pav2005-02-205-18/+12
| | | | | PR: ports/77773 Submitted by: Sam Lawrance <boris@brooknet.com.au>
* remove USE_FREETYPE, in the fact, libast don't need freetype library.vanilla2004-08-082-2/+14
|
* 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
* 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.
* SIZEify.trevor2004-01-291-0/+1
|
* - Chase libraries for new Imlib2 versionkrion2003-12-151-1/+1
|
* De-pkg-comment.knu2003-02-202-1/+1
|
* 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
* Update to version 0.5.naddy2002-10-145-7/+34
| | | | | PR: 43785 Submitted by: Ports Fury
* Reset maintainership to ports@. Thanks for your work on these, Jeremy!petef2002-06-041-1/+1
| | | | | PR: 38874 Submitted by: Jeremy Norris <ishmael@mchsi.com> (previous maintainer)
* Update maintainer's emaildwcjr2002-01-271-1/+1
| | | | | PR: 34340 Submitted by: maintainer
* Upgrade to 0.4.vanilla2001-11-042-2/+2
| | | | | PR: ports/31115 Submitted by: maintainer
* Add devel/libast, "A library of assorted spiffy things, previously known asolgeni2001-09-076-0/+47
libmej, the Eterm helper library". This port is required by the Eterm 0.9.1 upgrade. Submitted by: Jeremy Norris <ishmael27@home.com>
OpenPOWER on IntegriCloud