Commit graph

6 commits

Author SHA1 Message Date
Michael Johnson
b01a19fbfe - Update to 1.15 2006-05-11 15:53:30 +00:00
Michael Johnson
d776ed4ae9 - Update to 1.14 to work with new libtool changes
Approved by:	portmgr (marcus)
2006-02-24 01:13:49 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Michael Johnson
c95e1a545e - Update to 1.13 to better handle gnome packages. 2005-12-08 02:35:33 +00:00
Michael Johnson
3e4b179fa7 - Add SHA256
- Add SIZE to a few ports
2005-11-09 07:09:47 +00:00
Michael Johnson
cb21d71df6 - Add configgen
Simple script that makes life a little easier with gnu-autotools
on FreeBSD. Configgen takes all the guess work out of figuring out
paths, gnu-autotools versions, and more. Configgen can simply be
run in a source directory and it will figure out which versions of
autotools to use and the best way to auto-generate a configure script
or you can specify a command below.

 -gnu       Create generic gnu configure script
 -gnome     Create gnome specific configure script
 -bsd       Use FreeBSD auto-tools
              (versions: libtool15, automake15, autoconf253)
 -bsd14     Use FreeBSD auto-tools
              (versions: libtool13, automake14, autoconf213)
 -bsd19     Use FreeBSD auto-tools
              (versions: libtool15, automake19, autoconf259)
 <config>   Specify a auto-gen configure script
2005-09-15 07:09:38 +00:00