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 /irc | |
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 'irc')
-rw-r--r-- | irc/bitchx/Makefile | 2 | ||||
-rw-r--r-- | irc/dancer-services/Makefile | 3 | ||||
-rw-r--r-- | irc/irssi-devel/Makefile | 2 | ||||
-rw-r--r-- | irc/kvirc-devel/Makefile | 2 | ||||
-rw-r--r-- | irc/kvirc/Makefile | 2 | ||||
-rw-r--r-- | irc/olirc/Makefile | 2 | ||||
-rw-r--r-- | irc/xchat-gnome/Makefile | 2 | ||||
-rw-r--r-- | irc/xchat2/Makefile | 2 |
8 files changed, 8 insertions, 9 deletions
diff --git a/irc/bitchx/Makefile b/irc/bitchx/Makefile index 82e07ee..1df0a47 100644 --- a/irc/bitchx/Makefile +++ b/irc/bitchx/Makefile @@ -74,7 +74,7 @@ LIB_DEPENDS+= xmms.4:${PORTSDIR}/multimedia/xmms .endif .if defined(WITH_IPV6) -USE_AUTOCONF_VER=253 +USE_AUTOTOOLS= autoconf:253 .endif .if ${ARCH} == "alpha" || ${ARCH} == "ia64" || ${ARCH} == "amd64" diff --git a/irc/dancer-services/Makefile b/irc/dancer-services/Makefile index 7946a39..886ec95 100644 --- a/irc/dancer-services/Makefile +++ b/irc/dancer-services/Makefile @@ -15,8 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= The IRC services (nickserv, chanserv, etc.) for dancer-ircd -WANT_AUTOMAKE_VER=15 -WANT_AUTOCONF_VER=253 +USE_AUTOTOOLS= automake:15:env autoconf:253:env USE_RC_SUBR= yes USE_REINPLACE= yes USE_GMAKE= yes diff --git a/irc/irssi-devel/Makefile b/irc/irssi-devel/Makefile index 5c945ff..6f67724 100644 --- a/irc/irssi-devel/Makefile +++ b/irc/irssi-devel/Makefile @@ -20,7 +20,7 @@ CONFLICTS= irssi-0.8* GNU_CONFIGURE= yes USE_GNOME= glib20 -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes USE_GMAKE= yes diff --git a/irc/kvirc-devel/Makefile b/irc/kvirc-devel/Makefile index eb7d296..f0d1f41 100644 --- a/irc/kvirc-devel/Makefile +++ b/irc/kvirc-devel/Makefile @@ -24,7 +24,7 @@ USE_BZIP2= yes USE_KDELIBS_VER=3 USE_GMAKE= yes USE_REINPLACE= yes -USE_INC_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15:inc CONFIGURE_TARGET= CONFIGURE_ARGS+= --mandir=${PREFIX}/man PLIST_SUB= VER=${PORTVERSION} diff --git a/irc/kvirc/Makefile b/irc/kvirc/Makefile index eb7d296..f0d1f41 100644 --- a/irc/kvirc/Makefile +++ b/irc/kvirc/Makefile @@ -24,7 +24,7 @@ USE_BZIP2= yes USE_KDELIBS_VER=3 USE_GMAKE= yes USE_REINPLACE= yes -USE_INC_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15:inc CONFIGURE_TARGET= CONFIGURE_ARGS+= --mandir=${PREFIX}/man PLIST_SUB= VER=${PORTVERSION} diff --git a/irc/olirc/Makefile b/irc/olirc/Makefile index 7f163d8..69e017a 100644 --- a/irc/olirc/Makefile +++ b/irc/olirc/Makefile @@ -21,7 +21,7 @@ PLIST_FILES= bin/olirc USE_BZIP2= yes USE_X_PREFIX= yes USE_GNOME= gtk12 -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= autoconf:213 CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} do-install: diff --git a/irc/xchat-gnome/Makefile b/irc/xchat-gnome/Makefile index 2c12159..1d3e57c 100644 --- a/irc/xchat-gnome/Makefile +++ b/irc/xchat-gnome/Makefile @@ -21,7 +21,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gnomehack libgnomeui USE_REINPLACE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" CONFIGURE_ARGS= --enable-nls \ diff --git a/irc/xchat2/Makefile b/irc/xchat2/Makefile index e33d70c..a724f25 100644 --- a/irc/xchat2/Makefile +++ b/irc/xchat2/Makefile @@ -21,7 +21,7 @@ USE_X_PREFIX= yes USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gnomehack gtk20 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" |