summaryrefslogtreecommitdiff
path: root/devel/libzt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Remove expired portsPav Lucistnik2006-01-145-78/+0
| | | | Notes: svn path=/head/; revision=153501
* - Add some SHA256 checksumsPav Lucistnik2005-11-241-0/+1
| | | | Notes: svn path=/head/; revision=149311
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-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. Notes: svn path=/head/; revision=148323
* Mark as DEPRECATED, mastersite disappeared since 2004.Volker Stolz2005-11-081-0/+3
| | | | | | | | PR: ports/88500 Submitted by: Jean Milanez Melo Notes: svn path=/head/; revision=147576
* change the libtool version to use from 1.3 to 1.5Oliver Lehmann2005-05-312-2/+1
| | | | Notes: svn path=/head/; revision=136553
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* 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
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* - Drop maintainership to ports@Kirill Ponomarev2004-01-071-1/+1
| | | | Notes: svn path=/head/; revision=97598
* - Fix WWW: line according to Fenner's surveyKirill Ponomarev2003-11-221-1/+1
| | | | Notes: svn path=/head/; revision=94705
* Change my mail to @FreeBSD.orgKirill Ponomarev2003-07-221-1/+1
| | | | | | | Approved by: fjoe (mentor) Notes: svn path=/head/; revision=85354
* New port: devel/libztMax Khon2003-06-105-0/+74
Collection of utility code for C application/server development. PR: 53124 Submitted by: Kirill Ponomarew Notes: svn path=/head/; revision=82654