aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/gale
Commit message (Collapse)AuthorAgeFilesLines
* BROKEN on 5.x: Does not compilekris2004-09-191-1/+7
| | | | Approved by: portmgr (self)
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-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
* The .la file is not really being installed.linimon2004-05-151-1/+0
|
* Fix plist, unbreak, unmark as deprecated.linimon2004-05-151-4/+0
|
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* 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.
* Utilize the EXPIRATION_DATE tag for these ports scheduled for removal.kris2004-02-221-1/+2
|
* This port is also broken on 4.x, and will be removed after April 7kris2004-02-081-5/+2
|
* BROKEN on 5.x: Broken pkg-plistkris2004-02-071-1/+7
|
* Add extra mastersite to keep port fetchable.edwin2003-11-031-1/+2
|
* Chase repocopies towards ports/dnsedwin2003-09-051-1/+1
| | | | | | PR: ports/56020 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> Approved by: portmgr
* libtool uber-patchade2003-06-271-1/+1
| | | | | | | | | | | * kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5 * upgrade repo-copied devel/libtool14 to 1.4.3 * break out libltdl into its own separate port * move to version-numbered binaries/scripts (ie: there is *no* 'libtool' any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends) Approved by: portmgr (kris) - for the bsd.port.mk hooks Tested by: bento 4-exp builds (repeatedly)
* De-pkg-comment.knu2003-02-212-1/+1
|
* Fix build on -current (#include <wchar.h> instead of <rune.h>)kris2002-10-261-5/+12
|
* It is important to run aclocal before the build to ensure that a fixpetef2002-03-271-0/+5
| | | | | | | | | for a buggy autoconf macro is included, so add USE_AUTOMAKE_VER and USE_LIBTOOL (in this case, we need the libtool automake macro AM_PROG_LIBTOOL). PR: 36347 Submitted by: maintainer
* First round of auto* cleanups:will2002-01-061-6/+2
| | | | | | | | | | | | | - USE_AUTO* -> USE_AUTO*_VER=* where required - USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK - Other minor changes to fix things These changes should be no-ops with the current bsd.port.mk, but will assist in preparing for the next generation of USE_AUTO*. Submitted by: bento 4-exp USE_AUTO* cleanups http://people.FreeBSD.org/~will/4-exp/ http://bento.FreeBSD.org/errorlogs/4-exp-latest/
* - update to 0.99epetef2001-11-257-48/+149
| | | | | | | | | | | - update MASTER_SITES - fix auto{conf,make} breakage - add INSTALLS_SHLIB - silence the cat'ing of pkg-message - add @exec mkdir's to pkg-plist for packages PR: 31810 Submitted by: maintainer (mostly)
* Update to version 0.99dkevlo2001-07-039-389/+55
| | | | | PR: 28655 Submitted by: MAINTAINER
* o Add a couple of missed @dirrm's;sobomax2001-03-141-23/+30
| | | | | | | o sort PLIST while I'm here. PR: 25780 Submitted by: maintainer
* Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-171-3/+3
|
* Update to use ADNS. Bump PORTREVISION.will2000-12-213-2/+373
| | | | | PR: 21720 Submitted by: Peter Sapros <peterh@sapros.com>
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isasami2000-10-081-1/+1
| | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
* Add back explicit dependency on rsaref since it doesn't build without it.kris2000-09-221-0/+1
|
* Update all ports using OpenSSL and RSA to work without rsaref sincekris2000-09-221-3/+0
| | | | | | | it is no longer required. Apologies to the various maintainers whom I did not yet hear back from, but the ports freeze is coming up in a few hours and I will be verifying all of these ports on a 4.1 machine myself to catch any problems.
* Fix MASTER_SITES.asmodai2000-09-051-1/+1
| | | | | Not portlinted. I didn't bother to contact the MAINTAINER since this was an easy fix.
* Add Gale 0.99a, another open-source messaging system. This one useswill2000-08-117-0/+102
strong crypto for security though! PR: 20329 Submitted by: Peter Haight <peterh@sapros.com>