The FreeBSD Ports Archive
FreeBSD net-im : icqlib4>
A library required by kicq (not libicq)
icqlib history
v. 1.26
date: 2007/01/27 08:04:26; author: kris; state: Exp; lines: +1 -0
Use libtool port instead of included one to avoid objformat a.out botch
v. 1.25
date: 2006/08/15 00:56:19; author: clsung; state: Exp; lines: +1 -1
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include misc/ multimedia/ net/ net-mgmt/ net-im/
net-p2p/ palm/ print/ science/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin
v. 1.24
date: 2006/05/11 22:49:34; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from all categories starting with N
v. 1.23
date: 2006/02/23 10:38:31; author: ade; state: Exp; lines: +2 -2
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.22
date: 2005/11/15 06:50:39; author: ade; state: Exp; lines: +1 -1
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
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.
v. 1.21
date: 2005/11/09 07:48:12; author: pav; state: Exp; lines: +1 -1
Move instant messaging related ports to newly created net-im category:
net/aim -> net-im/aim
net/amsn -> net-im/amsn
net/ari-yahoo -> net-im/ari-yahoo
net/ayttm -> net-im/ayttm
net/bsflite -> net-im/bsflite
net/ccmsn -> net-im/ccmsn
net/centericq -> net-im/centericq
net/cicquin -> net-im/cicquin
net/coccinella -> net-im/coccinella
net/convey -> net-im/convey
net/echat -> net-im/echat
net/ejabberd -> net-im/ejabberd
net/firetalk -> net-im/firetalk
net/fugu -> net-im/fugu
net/gajim -> net-im/gajim
net/gale -> net-im/gale
net/ginsu -> net-im/ginsu
net/gnome-jabber -> net-im/gnome-jabber
net/gtkyahoo -> net-im/gtkyahoo
net/gyach -> net-im/gyach
net/icb -> net-im/icb
net/icmpchat -> net-im/icmpchat
net/icqlib -> net-im/icqlib
net/imcom -> net-im/imcom
net/jabberd -> net-im/jabberd
net/jabber-pymsn -> net-im/jabber-pymsn
net/jit -> net-im/jit
net/kmerlin -> net-im/kmerlin
net/kmess -> net-im/kmess
net/konverse -> net-im/konverse
net/kpopup -> net-im/kpopup
net/libmsn -> net-im/libmsn
net/libyahoo2 -> net-im/libyahoo2
net/linpopup -> net-im/linpopup
net/linux-ymessenger -> net-im/linux-ymessenger
net/mcabber -> net-im/mcabber
net/mercury -> net-im/mercury
net/micq -> net-im/micq
net/mu-conference -> net-im/mu-conference
net/naim -> net-im/naim
net/pebrot -> net-im/pebrot
net/pork -> net-im/pork
net/py-msnp -> net-im/py-msnp
net/py-pyxmpp -> net-im/py-pyxmpp
net/p5-Jabber-Connection -> net-im/p5-Jabber-Connection
net/p5-Net-AIM -> net-im/p5-Net-AIM
net/p5-Net-AOLIM -> net-im/p5-Net-AOLIM
net/p5-Net-ICQ2000 -> net-im/p5-Net-ICQ2000
net/p5-Net-MSN -> net-im/p5-Net-MSN
net/p5-Net-NetSend -> net-im/p5-Net-NetSend
net/p5-Net-OSCAR -> net-im/p5-Net-OSCAR
net/simicq -> net-im/simicq
net/sulci -> net-im/sulci
net/tik -> net-im/tik
net/tkabber -> net-im/tkabber
net/tkabber-devel -> net-im/tkabber-devel
net/tmsnc -> net-im/tmsnc
net/vicq -> net-im/vicq
net/vqcc-gtk -> net-im/vqcc-gtk
net/xicq -> net-im/xicq
net/ymessenger -> net-im/ymessenger
net/ysm -> net-im/ysm
Repocopied by: marcus
v. 1.20
date: 2005/06/02 20:28:39; author: oliver; state: Exp; lines: +6 -1
change the libtool version to use from 1.3 to 1.5
v. 1.19
date: 2005/03/05 01:17:09; author: lioux; state: Exp; lines: +1 -1
Drop maintainership
v. 1.18
date: 2004/12/25 11:43:55; author: lioux; state: Exp; lines: +0 -1
Remove deprecated USE_SIZE
v. 1.17
date: 2004/07/09 17:42:40; author: marcus; state: Exp; lines: +1 -1
Apply a big libtool patch to allow porters to use the libtool installed by
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
v. 1.16
date: 2004/03/14 06:17:06; author: ade; state: Exp; lines: +1 -1
Whoa there, boy, that's a mighty big commit y'all have there...
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.
v. 1.15
date: 2004/02/08 01:14:00; author: lioux; state: Exp; lines: +1 -0
USE_SIZEify
v. 1.14
date: 2004/02/04 05:08:08; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
v. 1.13
date: 2003/02/23 19:58:30; author: lioux; state: Exp; lines: +2 -1
De-pkg-comment
v. 1.12
date: 2000/10/03 05:12:37; author: lioux; state: Exp; lines: +2 -2
Maintainer is now a committer, update email accordingly
Approved by: will
v. 1.11
date: 2000/09/23 04:31:54; author: dannyboy; state: Exp; lines: +2 -2
Change MAINTAINER e-mail address.
PR: 21453
Submitted by: MAINTAINER
v. 1.10
date: 2000/09/19 15:19:22; author: sobomax; state: Exp; lines: +4 -3
Update to 1.0.0.
PR: 20636
Submitted by: maintainer
v. 1.9
date: 2000/09/18 16:50:29; author: sobomax; state: Exp; lines: +2 -2
Change maintainer to be Mario Sergio Fujikawa Ferreira .
Submitted by: old maintainer
v. 1.8
date: 2000/06/16 21:51:45; author: asami; state: Exp; lines: +2 -2
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
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
v. 1.7
date: 2000/06/16 10:38:25; author: sobomax; state: Exp; lines: +2 -1
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
v. 1.6
date: 2000/06/14 13:21:30; author: sobomax; state: Exp; lines: +3 -2
Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.
v. 1.5
date: 2000/04/09 18:11:42; author: cpiazza; state: Exp; lines: +3 -3
Update with the new PORTNAME/PORTVERSION variables
v. 1.4
date: 1999/12/23 18:11:58; author: steve; state: Exp; lines: +2 -2
New MASTER_SITE and add support for IP_PORTRANGE.
PR: 15343
Submitted by: maintainer
v. 1.3
date: 1999/08/30 14:22:59; author: peter; state: Exp; lines: +1 -1
$Id$ -> $FreeBSD$
v. 1.2
date: 1999/05/05 14:13:53; author: taoka; state: Exp; lines: +2 -2
I moved icqlib from devel to net. Fixed ${CATEGORY} and ${LIB_DEPENDS}
with respect to the change.
v. 1.1
date: 1999/05/05 13:57:00; author: taoka; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1999/05/05 13:57:00; author: taoka; state: Exp; lines: +0 -0
icqlib is a library required by kicq, KDE ICQ client.
PR: 10649
Submitted by: Pavel Andreev
=============================================================================
v. 1.26
date: 2007/01/27 08:04:26; author: kris; state: Exp; lines: +1 -0
Use libtool port instead of included one to avoid objformat a.out botch
v. 1.25
date: 2006/08/15 00:56:19; author: clsung; state: Exp; lines: +1 -1
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include misc/ multimedia/ net/ net-mgmt/ net-im/
net-p2p/ palm/ print/ science/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin
v. 1.24
date: 2006/05/11 22:49:34; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from all categories starting with N
v. 1.23
date: 2006/02/23 10:38:31; author: ade; state: Exp; lines: +2 -2
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.22
date: 2005/11/15 06:50:39; author: ade; state: Exp; lines: +1 -1
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
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.
v. 1.21
date: 2005/11/09 07:48:12; author: pav; state: Exp; lines: +1 -1
Move instant messaging related ports to newly created net-im category:
net/aim -> net-im/aim
net/amsn -> net-im/amsn
net/ari-yahoo -> net-im/ari-yahoo
net/ayttm -> net-im/ayttm
net/bsflite -> net-im/bsflite
net/ccmsn -> net-im/ccmsn
net/centericq -> net-im/centericq
net/cicquin -> net-im/cicquin
net/coccinella -> net-im/coccinella
net/convey -> net-im/convey
net/echat -> net-im/echat
net/ejabberd -> net-im/ejabberd
net/firetalk -> net-im/firetalk
net/fugu -> net-im/fugu
net/gajim -> net-im/gajim
net/gale -> net-im/gale
net/ginsu -> net-im/ginsu
net/gnome-jabber -> net-im/gnome-jabber
net/gtkyahoo -> net-im/gtkyahoo
net/gyach -> net-im/gyach
net/icb -> net-im/icb
net/icmpchat -> net-im/icmpchat
net/icqlib -> net-im/icqlib
net/imcom -> net-im/imcom
net/jabberd -> net-im/jabberd
net/jabber-pymsn -> net-im/jabber-pymsn
net/jit -> net-im/jit
net/kmerlin -> net-im/kmerlin
net/kmess -> net-im/kmess
net/konverse -> net-im/konverse
net/kpopup -> net-im/kpopup
net/libmsn -> net-im/libmsn
net/libyahoo2 -> net-im/libyahoo2
net/linpopup -> net-im/linpopup
net/linux-ymessenger -> net-im/linux-ymessenger
net/mcabber -> net-im/mcabber
net/mercury -> net-im/mercury
net/micq -> net-im/micq
net/mu-conference -> net-im/mu-conference
net/naim -> net-im/naim
net/pebrot -> net-im/pebrot
net/pork -> net-im/pork
net/py-msnp -> net-im/py-msnp
net/py-pyxmpp -> net-im/py-pyxmpp
net/p5-Jabber-Connection -> net-im/p5-Jabber-Connection
net/p5-Net-AIM -> net-im/p5-Net-AIM
net/p5-Net-AOLIM -> net-im/p5-Net-AOLIM
net/p5-Net-ICQ2000 -> net-im/p5-Net-ICQ2000
net/p5-Net-MSN -> net-im/p5-Net-MSN
net/p5-Net-NetSend -> net-im/p5-Net-NetSend
net/p5-Net-OSCAR -> net-im/p5-Net-OSCAR
net/simicq -> net-im/simicq
net/sulci -> net-im/sulci
net/tik -> net-im/tik
net/tkabber -> net-im/tkabber
net/tkabber-devel -> net-im/tkabber-devel
net/tmsnc -> net-im/tmsnc
net/vicq -> net-im/vicq
net/vqcc-gtk -> net-im/vqcc-gtk
net/xicq -> net-im/xicq
net/ymessenger -> net-im/ymessenger
net/ysm -> net-im/ysm
Repocopied by: marcus
v. 1.20
date: 2005/06/02 20:28:39; author: oliver; state: Exp; lines: +6 -1
change the libtool version to use from 1.3 to 1.5
v. 1.19
date: 2005/03/05 01:17:09; author: lioux; state: Exp; lines: +1 -1
Drop maintainership
v. 1.18
date: 2004/12/25 11:43:55; author: lioux; state: Exp; lines: +0 -1
Remove deprecated USE_SIZE
v. 1.17
date: 2004/07/09 17:42:40; author: marcus; state: Exp; lines: +1 -1
Apply a big libtool patch to allow porters to use the libtool installed by
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
v. 1.16
date: 2004/03/14 06:17:06; author: ade; state: Exp; lines: +1 -1
Whoa there, boy, that's a mighty big commit y'all have there...
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.
v. 1.15
date: 2004/02/08 01:14:00; author: lioux; state: Exp; lines: +1 -0
USE_SIZEify
v. 1.14
date: 2004/02/04 05:08:08; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
v. 1.13
date: 2003/02/23 19:58:30; author: lioux; state: Exp; lines: +2 -1
De-pkg-comment
v. 1.12
date: 2000/10/03 05:12:37; author: lioux; state: Exp; lines: +2 -2
Maintainer is now a committer, update email accordingly
Approved by: will
v. 1.11
date: 2000/09/23 04:31:54; author: dannyboy; state: Exp; lines: +2 -2
Change MAINTAINER e-mail address.
PR: 21453
Submitted by: MAINTAINER
v. 1.10
date: 2000/09/19 15:19:22; author: sobomax; state: Exp; lines: +4 -3
Update to 1.0.0.
PR: 20636
Submitted by: maintainer
v. 1.9
date: 2000/09/18 16:50:29; author: sobomax; state: Exp; lines: +2 -2
Change maintainer to be Mario Sergio Fujikawa Ferreira .
Submitted by: old maintainer
v. 1.8
date: 2000/06/16 21:51:45; author: asami; state: Exp; lines: +2 -2
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
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
v. 1.7
date: 2000/06/16 10:38:25; author: sobomax; state: Exp; lines: +2 -1
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
v. 1.6
date: 2000/06/14 13:21:30; author: sobomax; state: Exp; lines: +3 -2
Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.
v. 1.5
date: 2000/04/09 18:11:42; author: cpiazza; state: Exp; lines: +3 -3
Update with the new PORTNAME/PORTVERSION variables
v. 1.4
date: 1999/12/23 18:11:58; author: steve; state: Exp; lines: +2 -2
New MASTER_SITE and add support for IP_PORTRANGE.
PR: 15343
Submitted by: maintainer
v. 1.3
date: 1999/08/30 14:22:59; author: peter; state: Exp; lines: +1 -1
$Id$ -> $FreeBSD$
v. 1.2
date: 1999/05/05 14:13:53; author: taoka; state: Exp; lines: +2 -2
I moved icqlib from devel to net. Fixed ${CATEGORY} and ${LIB_DEPENDS}
with respect to the change.
v. 1.1
date: 1999/05/05 13:57:00; author: taoka; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1999/05/05 13:57:00; author: taoka; state: Exp; lines: +0 -0
icqlib is a library required by kicq, KDE ICQ client.
PR: 10649
Submitted by: Pavel Andreev
=============================================================================
v. 1.26
date: 2007/01/27 08:04:26; author: kris; state: Exp; lines: +1 -0
Use libtool port instead of included one to avoid objformat a.out botch
v. 1.25
date: 2006/08/15 00:56:19; author: clsung; state: Exp; lines: +1 -1
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include misc/ multimedia/ net/ net-mgmt/ net-im/
net-p2p/ palm/ print/ science/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin
v. 1.24
date: 2006/05/11 22:49:34; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from all categories starting with N
v. 1.23
date: 2006/02/23 10:38:31; author: ade; state: Exp; lines: +2 -2
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.22
date: 2005/11/15 06:50:39; author: ade; state: Exp; lines: +1 -1
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
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.
v. 1.21
date: 2005/11/09 07:48:12; author: pav; state: Exp; lines: +1 -1
Move instant messaging related ports to newly created net-im category:
net/aim -> net-im/aim
net/amsn -> net-im/amsn
net/ari-yahoo -> net-im/ari-yahoo
net/ayttm -> net-im/ayttm
net/bsflite -> net-im/bsflite
net/ccmsn -> net-im/ccmsn
net/centericq -> net-im/centericq
net/cicquin -> net-im/cicquin
net/coccinella -> net-im/coccinella
net/convey -> net-im/convey
net/echat -> net-im/echat
net/ejabberd -> net-im/ejabberd
net/firetalk -> net-im/firetalk
net/fugu -> net-im/fugu
net/gajim -> net-im/gajim
net/gale -> net-im/gale
net/ginsu -> net-im/ginsu
net/gnome-jabber -> net-im/gnome-jabber
net/gtkyahoo -> net-im/gtkyahoo
net/gyach -> net-im/gyach
net/icb -> net-im/icb
net/icmpchat -> net-im/icmpchat
net/icqlib -> net-im/icqlib
net/imcom -> net-im/imcom
net/jabberd -> net-im/jabberd
net/jabber-pymsn -> net-im/jabber-pymsn
net/jit -> net-im/jit
net/kmerlin -> net-im/kmerlin
net/kmess -> net-im/kmess
net/konverse -> net-im/konverse
net/kpopup -> net-im/kpopup
net/libmsn -> net-im/libmsn
net/libyahoo2 -> net-im/libyahoo2
net/linpopup -> net-im/linpopup
net/linux-ymessenger -> net-im/linux-ymessenger
net/mcabber -> net-im/mcabber
net/mercury -> net-im/mercury
net/micq -> net-im/micq
net/mu-conference -> net-im/mu-conference
net/naim -> net-im/naim
net/pebrot -> net-im/pebrot
net/pork -> net-im/pork
net/py-msnp -> net-im/py-msnp
net/py-pyxmpp -> net-im/py-pyxmpp
net/p5-Jabber-Connection -> net-im/p5-Jabber-Connection
net/p5-Net-AIM -> net-im/p5-Net-AIM
net/p5-Net-AOLIM -> net-im/p5-Net-AOLIM
net/p5-Net-ICQ2000 -> net-im/p5-Net-ICQ2000
net/p5-Net-MSN -> net-im/p5-Net-MSN
net/p5-Net-NetSend -> net-im/p5-Net-NetSend
net/p5-Net-OSCAR -> net-im/p5-Net-OSCAR
net/simicq -> net-im/simicq
net/sulci -> net-im/sulci
net/tik -> net-im/tik
net/tkabber -> net-im/tkabber
net/tkabber-devel -> net-im/tkabber-devel
net/tmsnc -> net-im/tmsnc
net/vicq -> net-im/vicq
net/vqcc-gtk -> net-im/vqcc-gtk
net/xicq -> net-im/xicq
net/ymessenger -> net-im/ymessenger
net/ysm -> net-im/ysm
Repocopied by: marcus
v. 1.20
date: 2005/06/02 20:28:39; author: oliver; state: Exp; lines: +6 -1
change the libtool version to use from 1.3 to 1.5
v. 1.19
date: 2005/03/05 01:17:09; author: lioux; state: Exp; lines: +1 -1
Drop maintainership
v. 1.18
date: 2004/12/25 11:43:55; author: lioux; state: Exp; lines: +0 -1
Remove deprecated USE_SIZE
v. 1.17
date: 2004/07/09 17:42:40; author: marcus; state: Exp; lines: +1 -1
Apply a big libtool patch to allow porters to use the libtool installed by
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
v. 1.16
date: 2004/03/14 06:17:06; author: ade; state: Exp; lines: +1 -1
Whoa there, boy, that's a mighty big commit y'all have there...
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.
v. 1.15
date: 2004/02/08 01:14:00; author: lioux; state: Exp; lines: +1 -0
USE_SIZEify
v. 1.14
date: 2004/02/04 05:08:08; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
v. 1.13
date: 2003/02/23 19:58:30; author: lioux; state: Exp; lines: +2 -1
De-pkg-comment
v. 1.12
date: 2000/10/03 05:12:37; author: lioux; state: Exp; lines: +2 -2
Maintainer is now a committer, update email accordingly
Approved by: will
v. 1.11
date: 2000/09/23 04:31:54; author: dannyboy; state: Exp; lines: +2 -2
Change MAINTAINER e-mail address.
PR: 21453
Submitted by: MAINTAINER
v. 1.10
date: 2000/09/19 15:19:22; author: sobomax; state: Exp; lines: +4 -3
Update to 1.0.0.
PR: 20636
Submitted by: maintainer
v. 1.9
date: 2000/09/18 16:50:29; author: sobomax; state: Exp; lines: +2 -2
Change maintainer to be Mario Sergio Fujikawa Ferreira .
Submitted by: old maintainer
v. 1.8
date: 2000/06/16 21:51:45; author: asami; state: Exp; lines: +2 -2
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
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
v. 1.7
date: 2000/06/16 10:38:25; author: sobomax; state: Exp; lines: +2 -1
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
v. 1.6
date: 2000/06/14 13:21:30; author: sobomax; state: Exp; lines: +3 -2
Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.
v. 1.5
date: 2000/04/09 18:11:42; author: cpiazza; state: Exp; lines: +3 -3
Update with the new PORTNAME/PORTVERSION variables
v. 1.4
date: 1999/12/23 18:11:58; author: steve; state: Exp; lines: +2 -2
New MASTER_SITE and add support for IP_PORTRANGE.
PR: 15343
Submitted by: maintainer
v. 1.3
date: 1999/08/30 14:22:59; author: peter; state: Exp; lines: +1 -1
$Id$ -> $FreeBSD$
v. 1.2
date: 1999/05/05 14:13:53; author: taoka; state: Exp; lines: +2 -2
I moved icqlib from devel to net. Fixed ${CATEGORY} and ${LIB_DEPENDS}
with respect to the change.
v. 1.1
date: 1999/05/05 13:57:00; author: taoka; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1999/05/05 13:57:00; author: taoka; state: Exp; lines: +0 -0
icqlib is a library required by kicq, KDE ICQ client.
PR: 10649
Submitted by: Pavel Andreev
=============================================================================
|
| |

|