diff options
author | ade <ade@FreeBSD.org> | 2005-11-15 06:52:12 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2005-11-15 06:52:12 +0000 |
commit | 8d9d5197561118544281733430b48b0b60884450 (patch) | |
tree | 45e5dcd7c2206fce8b01186555aac96b6292c602 /net-p2p | |
parent | 081b17449bd91bcac5390cd0d8a63ed3914df51d (diff) | |
download | FreeBSD-ports-8d9d5197561118544281733430b48b0b60884450.zip FreeBSD-ports-8d9d5197561118544281733430b48b0b60884450.tar.gz |
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.
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/apollon/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/cdonkey/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/dcd/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/dclib/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/edonkey-tool-hash/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/fcptools/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/gift/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/gkrellm-gift/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/gnunet/Makefile | 3 | ||||
-rw-r--r-- | net-p2p/libfreenet/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/libtorrent/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/mldonkey-devel/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/mldonkey/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/rtorrent/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/verlihub-plugins/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/verlihub/Makefile | 2 |
16 files changed, 16 insertions, 17 deletions
diff --git a/net-p2p/apollon/Makefile b/net-p2p/apollon/Makefile index bce6f1c..fd4b9d1 100644 --- a/net-p2p/apollon/Makefile +++ b/net-p2p/apollon/Makefile @@ -22,7 +22,7 @@ USE_KDELIBS_VER=3 USE_GMAKE= yes GNU_CONFIGURE= yes USE_REINPLACE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 .include <bsd.port.pre.mk> diff --git a/net-p2p/cdonkey/Makefile b/net-p2p/cdonkey/Makefile index d806d33..7d09fa5 100644 --- a/net-p2p/cdonkey/Makefile +++ b/net-p2p/cdonkey/Makefile @@ -21,7 +21,7 @@ PLIST_FILES= bin/cDonkey USE_BZIP2= yes USE_REINPLACE= yes GNU_CONFIGURE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --with-berkeley-db="${LOCALBASE}/include/db3:${LOCALBASE}/lib" USE_GMAKE= yes WRKSRC= ${WRKDIR}/cDonkey-${PORTVERSION} diff --git a/net-p2p/dcd/Makefile b/net-p2p/dcd/Makefile index 90b5072..702f14b 100644 --- a/net-p2p/dcd/Makefile +++ b/net-p2p/dcd/Makefile @@ -14,7 +14,7 @@ MAINTAINER= mraleks@bk.ru COMMENT= Direct Connect Hub clone for Unix USE_BZIP2= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}" diff --git a/net-p2p/dclib/Makefile b/net-p2p/dclib/Makefile index 7772915..8858c84 100644 --- a/net-p2p/dclib/Makefile +++ b/net-p2p/dclib/Makefile @@ -23,7 +23,7 @@ GNU_CONFIGURE= yes USE_REINPLACE= yes USE_OPENSSL= yes INSTALLS_SHLIB= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} diff --git a/net-p2p/edonkey-tool-hash/Makefile b/net-p2p/edonkey-tool-hash/Makefile index 42734de..65e0bc6 100644 --- a/net-p2p/edonkey-tool-hash/Makefile +++ b/net-p2p/edonkey-tool-hash/Makefile @@ -18,7 +18,7 @@ COMMENT= Both calculates 'eDonkey/Overnet hashes' producing ed2k:// file links PLIST_FILES= bin/edonkey-tool-hash USE_REINPLACE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/ed2k_hash-${PORTVERSION} diff --git a/net-p2p/fcptools/Makefile b/net-p2p/fcptools/Makefile index 492bc06..8c02412 100644 --- a/net-p2p/fcptools/Makefile +++ b/net-p2p/fcptools/Makefile @@ -16,7 +16,7 @@ MAINTAINER= lioux@FreeBSD.org COMMENT= FreeNet client library and command-line tools for shell scripting USE_GMAKE= yes -USE_INC_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13:inc GNU_CONFIGURE= yes CONFIGURE_ARGS= --includedir=${PREFIX}/include/${PORTNAME:L} INSTALLS_SHLIB= yes diff --git a/net-p2p/gift/Makefile b/net-p2p/gift/Makefile index 9c3a1cc..b58adea 100644 --- a/net-p2p/gift/Makefile +++ b/net-p2p/gift/Makefile @@ -18,7 +18,7 @@ COMMENT= An OpenFT, Gnutella and FastTrack p2p network client LIB_DEPENDS= vorbis.3:${PORTSDIR}/audio/libvorbis -USE_LIBLTDL= yes +USE_AUTOTOOLS= libltdl:15 USE_BZIP2= yes USE_REINPLACE= yes GNU_CONFIGURE= yes diff --git a/net-p2p/gkrellm-gift/Makefile b/net-p2p/gkrellm-gift/Makefile index 2239f2b..cdf37db 100644 --- a/net-p2p/gkrellm-gift/Makefile +++ b/net-p2p/gkrellm-gift/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= gift.0:${PORTSDIR}/net/gift RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 BUILD_DEPENDS= ${X11BASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes USE_X_PREFIX= yes PLIST_FILES= libexec/gkrellm2/plugins/gift.so diff --git a/net-p2p/gnunet/Makefile b/net-p2p/gnunet/Makefile index aee271e..77d3418 100644 --- a/net-p2p/gnunet/Makefile +++ b/net-p2p/gnunet/Makefile @@ -20,13 +20,12 @@ COMMENT= An anonymous, distributed, reputation-based network LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 -USE_LIBLTDL= yes +USE_AUTOTOOLS= libltdl:15 libtool:13:inc USE_BZIP2= yes USE_GETOPT_LONG= yes USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= gnometarget gtk20 lthack -USE_INC_LIBTOOL_VER=13 USE_OPENSSL= yes USE_REINPLACE= yes diff --git a/net-p2p/libfreenet/Makefile b/net-p2p/libfreenet/Makefile index dc23fad..4128446 100644 --- a/net-p2p/libfreenet/Makefile +++ b/net-p2p/libfreenet/Makefile @@ -18,7 +18,7 @@ COMMENT= Freenet library written in C USE_REINPLACE= yes USE_OPENSSL= yes USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --includedir=${PREFIX}/include/libfreenet INSTALLS_SHLIB= yes diff --git a/net-p2p/libtorrent/Makefile b/net-p2p/libtorrent/Makefile index 2e8ffe1..49771d9 100644 --- a/net-p2p/libtorrent/Makefile +++ b/net-p2p/libtorrent/Makefile @@ -19,7 +19,7 @@ USE_GCC= 3.4 USE_GNOME= pkgconfig gnomehack USE_REINPLACE= yes INSTALLS_SHLIB= yes -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc CONFIGURE_ARGS= --disable-debug CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} diff --git a/net-p2p/mldonkey-devel/Makefile b/net-p2p/mldonkey-devel/Makefile index f89ad3d..6a13bc8 100644 --- a/net-p2p/mldonkey-devel/Makefile +++ b/net-p2p/mldonkey-devel/Makefile @@ -23,7 +23,7 @@ CONFLICTS= mldonkey-[0-9]* USE_BZIP2= yes USE_ICONV= yes USE_RC_SUBR= yes -WANT_AUTOCONF_VER= 259 +USE_AUTOTOOLS= autoconf:259:env USE_REINPLACE= yes GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/net-p2p/mldonkey/Makefile b/net-p2p/mldonkey/Makefile index 94243bb..1c93695 100644 --- a/net-p2p/mldonkey/Makefile +++ b/net-p2p/mldonkey/Makefile @@ -19,7 +19,7 @@ BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml CONFLICTS= mldonkey-devel-[0-9]* USE_BZIP2= yes -WANT_AUTOCONF_VER= 259 +USE_AUTOTOOLS= autoconf:259:env USE_REINPLACE= yes USE_OPENSSL= yes USE_ICONV= yes diff --git a/net-p2p/rtorrent/Makefile b/net-p2p/rtorrent/Makefile index c498255..1e678db 100644 --- a/net-p2p/rtorrent/Makefile +++ b/net-p2p/rtorrent/Makefile @@ -23,7 +23,7 @@ USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-debug CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} -USE_INC_LIBTOOL_VER= 13 +USE_AUTOTOOLS= libtool:13:inc SUB_FILES= pkg-message diff --git a/net-p2p/verlihub-plugins/Makefile b/net-p2p/verlihub-plugins/Makefile index d97da07..08def04 100644 --- a/net-p2p/verlihub-plugins/Makefile +++ b/net-p2p/verlihub-plugins/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= lua.5:${PORTSDIR}/lang/lua WRKSRC= ${WRKDIR}/vh_plugins-0.1 USE_GMAKE= yes -USE_INC_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15:inc INSTALLS_SHLIB= yes LDCONFIG_DIRS= %%PREFIX%%/include/verlihub CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/verlihub -I${LOCALBASE}/include/mysql" diff --git a/net-p2p/verlihub/Makefile b/net-p2p/verlihub/Makefile index 071d57d..33a204d 100644 --- a/net-p2p/verlihub/Makefile +++ b/net-p2p/verlihub/Makefile @@ -25,7 +25,7 @@ WRKSRC= ${WRKDIR}/verlihub-0.9.8c USE_MYSQL= yes USE_PERL5= yes USE_GMAKE= yes -USE_INC_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15:inc INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" |