aboutsummaryrefslogtreecommitdiff
path: root/devel/zthread
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Unmark as broken on -current; really, it's only broken on non-i386,Mark Linimon2004-02-171-2/+2
| | | | | | | due to the usual misuse of ints as pointers. Notified maintainer. Notes: svn path=/head/; revision=101163
* Mark as broken on 5.x. Informed maintainer.Mark Linimon2004-02-091-1/+8
| | | | Notes: svn path=/head/; revision=100431
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* - Add patch-configure containing my currently preferred workaround for theJohann Visagie2001-11-144-29/+33
| | | | | | | | | problem described in PR 31142 - Remove patch for same from patch-aa - Tidy up pkg-{comment,desc} somewhat Notes: svn path=/head/; revision=50025
* - Update to version 1.5.1Johann Visagie2001-11-143-45/+296
| | | | | | | | | | | - Assume maintainership; the previous maintainer - an ex-coworker - has expressed no further interest in maintaining this port - Remove spurious build-time dependency on doxygen - HAS_CONFIGURE -> GNU_CONFIGURE - Add post-install target to install some documentation and examples Notes: svn path=/head/; revision=50015
* Update to version 1.4.4Johann Visagie2001-08-034-22/+37
| | | | | | | | PR: 29412 Submitted by: Peter van Heusden <pvh@egenetics.com> (MAINTAINER) Notes: svn path=/head/; revision=45776
* Update to version 1.4.3Johann Visagie2001-07-034-51/+71
| | | | | | | | PR: 28633 Submitted by: Peter van Heusden <pvh@egenetics.com> (MAINTAINER) Notes: svn path=/head/; revision=44706
* add zthreadYing-Chieh Liao2001-05-295-0/+86
ZThreads: a platform-independent object-oriented threading package PR: 27570 Submitted by: Peter van Heusden <pvh@egenetics.com> Notes: svn path=/head/; revision=43255