aboutsummaryrefslogtreecommitdiffstats
path: root/net/icqlib0/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - Remove net/icqlib0, it's not refered in any other port and uptodate versionpav2005-11-021-32/+0
| | | | is available in net/icqlib port.
* change the libtool version to use from 1.3 to 1.5oliver2005-06-031-1/+6
|
* Drop maintainershiplioux2005-03-051-1/+1
|
* Remove deprecated USE_SIZElioux2004-12-251-1/+0
|
* 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
* 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.
* USE_SIZEifylioux2004-02-081-0/+1
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 1)
* De-pkg-commentlioux2003-02-241-0/+1
|
* Avoid conflicts between net/icqlib and net/icqlib0, add LATEST_LINK=icqlib0lioux2001-11-081-0/+2
| | | | Submitted by: knu
* The trick of installing icqlib.so as icqlib0.so was not foolinglioux2001-01-061-10/+2
| | | | | | | libtool. The installed libs were unusable. Added a patch to have it build the correct library. Also, updated the pkg-comment to a more specific message.
* This is a repocopy of net/icqlib greatly done bylioux2000-12-311-3/+15
| | | | | | | | | | | | | | asami. The port mail/icqmail requires an old version of icqlib brand 0.x.x. The icqlib port handles the current version brand 1.x.x. This icqlib0 port will be handling the old icqlib brand 0.x.x. PR: ports/23156 Submitted by: Nevermind <never@nevermind.kiev.ua> Approved by: asami (the repocopy)
* Maintainer is now a committer, update email accordinglylioux2000-10-031-1/+1
| | | | Approved by: will
* Change MAINTAINER e-mail address.dannyboy2000-09-231-1/+1
| | | | | PR: 21453 Submitted by: MAINTAINER
* Update to 1.0.0.sobomax2000-09-191-2/+3
| | | | | PR: 20636 Submitted by: maintainer
* Change maintainer to be Mario Sergio Fujikawa Ferreira <lioux@uol.com.br>.sobomax2000-09-191-1/+1
| | | | Submitted by: old maintainer
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-171-1/+1
| | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
* Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withsobomax2000-06-161-0/+1
| | | | ldconfig in PLIST need personal consideration.
* Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.sobomax2000-06-141-1/+2
|
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-2/+2
|
* New MASTER_SITE and add support for IP_PORTRANGE.steve1999-12-241-1/+1
| | | | | PR: 15343 Submitted by: maintainer
* $Id$ -> $FreeBSD$peter1999-08-301-1/+1
|
* I moved icqlib from devel to net. Fixed ${CATEGORY} and ${LIB_DEPENDS}taoka1999-05-051-2/+2
| | | | with respect to the change.
* icqlib is a library required by kicq, KDE ICQ client.taoka1999-05-051-0/+17
PR: 10649 Submitted by: Pavel Andreev <paxvel@iname.com>