diff options
author | Will Andrews <will@FreeBSD.org> | 2002-01-06 06:20:22 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2002-01-06 06:20:22 +0000 |
commit | f3171de7e6077f2297972e5effe08badee1e36f3 (patch) | |
tree | 913ef58fa0265a980c478b7264d71951bec76466 /net | |
parent | Update to 2.1.2. (diff) |
First round of auto* cleanups:
- 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/
Diffstat (limited to '')
-rw-r--r-- | net-im/gale/Makefile | 8 | ||||
-rw-r--r-- | net-mgmt/net-snmp-devel/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/net-snmp/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/net-snmp4/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/net-snmp53/Makefile | 2 | ||||
-rw-r--r-- | net/freeradius-devel/Makefile | 2 | ||||
-rw-r--r-- | net/gale/Makefile | 8 | ||||
-rw-r--r-- | net/net-snmp/Makefile | 2 | ||||
-rw-r--r-- | net/net-snmp4/Makefile | 2 | ||||
-rw-r--r-- | net/openldap2/Makefile | 2 | ||||
-rw-r--r-- | net/openldap20-server/Makefile | 2 | ||||
-rw-r--r-- | net/openldap20/Makefile | 2 | ||||
-rw-r--r-- | net/openldap21-server/Makefile | 2 | ||||
-rw-r--r-- | net/openldap21/Makefile | 2 | ||||
-rw-r--r-- | net/openldap22-server/Makefile | 2 | ||||
-rw-r--r-- | net/openldap22/Makefile | 2 | ||||
-rw-r--r-- | net/openldap23-server/Makefile | 2 | ||||
-rw-r--r-- | net/openldap24-server/Makefile | 2 |
18 files changed, 20 insertions, 28 deletions
diff --git a/net-im/gale/Makefile b/net-im/gale/Makefile index e6cd4444ef41..9d63739597e5 100644 --- a/net-im/gale/Makefile +++ b/net-im/gale/Makefile @@ -13,13 +13,12 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}gg MAINTAINER= peterh@sapros.com -BUILD_DEPENDS= ${LOCALBASE}/lib/libgc.a:${PORTSDIR}/devel/boehm-gc \ - automake:${PORTSDIR}/devel/automake +BUILD_DEPENDS= ${LOCALBASE}/lib/libgc.a:${PORTSDIR}/devel/boehm-gc LIB_DEPENDS= wwwcore.1:${PORTSDIR}/www/libwww \ adns.1:${PORTSDIR}/net/adns USE_OPENSSL= yes -USE_AUTOCONF= yes +USE_AUTOCONF_VER=213 INSTALLS_SHLIB= yes CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib @@ -28,9 +27,6 @@ CPPFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib \ LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" -pre-configure: - cd ${WRKSRC} && aclocal - post-install: @${CAT} ${PKGMESSAGE} diff --git a/net-mgmt/net-snmp-devel/Makefile b/net-mgmt/net-snmp-devel/Makefile index c5e8202cadbc..ba1d73f67c33 100644 --- a/net-mgmt/net-snmp-devel/Makefile +++ b/net-mgmt/net-snmp-devel/Makefile @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= net-snmp MAINTAINER= billf@FreeBSD.org -USE_AUTOCONF= yes +USE_AUTOCONF_VER=213 USE_LIBTOOL= yes INSTALLS_SHLIB= yes LIBTOOLFLAGS= --disable-ltlibs --release-ignore diff --git a/net-mgmt/net-snmp/Makefile b/net-mgmt/net-snmp/Makefile index c5e8202cadbc..ba1d73f67c33 100644 --- a/net-mgmt/net-snmp/Makefile +++ b/net-mgmt/net-snmp/Makefile @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= net-snmp MAINTAINER= billf@FreeBSD.org -USE_AUTOCONF= yes +USE_AUTOCONF_VER=213 USE_LIBTOOL= yes INSTALLS_SHLIB= yes LIBTOOLFLAGS= --disable-ltlibs --release-ignore diff --git a/net-mgmt/net-snmp4/Makefile b/net-mgmt/net-snmp4/Makefile index c5e8202cadbc..ba1d73f67c33 100644 --- a/net-mgmt/net-snmp4/Makefile +++ b/net-mgmt/net-snmp4/Makefile @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= net-snmp MAINTAINER= billf@FreeBSD.org -USE_AUTOCONF= yes +USE_AUTOCONF_VER=213 USE_LIBTOOL= yes INSTALLS_SHLIB= yes LIBTOOLFLAGS= --disable-ltlibs --release-ignore diff --git a/net-mgmt/net-snmp53/Makefile b/net-mgmt/net-snmp53/Makefile index c5e8202cadbc..ba1d73f67c33 100644 --- a/net-mgmt/net-snmp53/Makefile +++ b/net-mgmt/net-snmp53/Makefile @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= net-snmp MAINTAINER= billf@FreeBSD.org -USE_AUTOCONF= yes +USE_AUTOCONF_VER=213 USE_LIBTOOL= yes INSTALLS_SHLIB= yes LIBTOOLFLAGS= --disable-ltlibs --release-ignore diff --git a/net/freeradius-devel/Makefile b/net/freeradius-devel/Makefile index 5bcfe1f5624d..d27b279c6bdd 100644 --- a/net/freeradius-devel/Makefile +++ b/net/freeradius-devel/Makefile @@ -17,7 +17,7 @@ MAINTAINER= wollman@lcs.mit.edu WRKSRC= ${WRKDIR}/freeradius-alpha-snapshot-${PORTVERSION} -USE_AUTOCONF= YES +USE_AUTOCONF_VER=213 USE_LIBTOOL= YES USE_GMAKE= YES diff --git a/net/gale/Makefile b/net/gale/Makefile index e6cd4444ef41..9d63739597e5 100644 --- a/net/gale/Makefile +++ b/net/gale/Makefile @@ -13,13 +13,12 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}gg MAINTAINER= peterh@sapros.com -BUILD_DEPENDS= ${LOCALBASE}/lib/libgc.a:${PORTSDIR}/devel/boehm-gc \ - automake:${PORTSDIR}/devel/automake +BUILD_DEPENDS= ${LOCALBASE}/lib/libgc.a:${PORTSDIR}/devel/boehm-gc LIB_DEPENDS= wwwcore.1:${PORTSDIR}/www/libwww \ adns.1:${PORTSDIR}/net/adns USE_OPENSSL= yes -USE_AUTOCONF= yes +USE_AUTOCONF_VER=213 INSTALLS_SHLIB= yes CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib @@ -28,9 +27,6 @@ CPPFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib \ LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" -pre-configure: - cd ${WRKSRC} && aclocal - post-install: @${CAT} ${PKGMESSAGE} diff --git a/net/net-snmp/Makefile b/net/net-snmp/Makefile index c5e8202cadbc..ba1d73f67c33 100644 --- a/net/net-snmp/Makefile +++ b/net/net-snmp/Makefile @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= net-snmp MAINTAINER= billf@FreeBSD.org -USE_AUTOCONF= yes +USE_AUTOCONF_VER=213 USE_LIBTOOL= yes INSTALLS_SHLIB= yes LIBTOOLFLAGS= --disable-ltlibs --release-ignore diff --git a/net/net-snmp4/Makefile b/net/net-snmp4/Makefile index c5e8202cadbc..ba1d73f67c33 100644 --- a/net/net-snmp4/Makefile +++ b/net/net-snmp4/Makefile @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= net-snmp MAINTAINER= billf@FreeBSD.org -USE_AUTOCONF= yes +USE_AUTOCONF_VER=213 USE_LIBTOOL= yes INSTALLS_SHLIB= yes LIBTOOLFLAGS= --disable-ltlibs --release-ignore diff --git a/net/openldap2/Makefile b/net/openldap2/Makefile index 913beeb9ea15..7d6902b7cb0b 100644 --- a/net/openldap2/Makefile +++ b/net/openldap2/Makefile @@ -24,7 +24,7 @@ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= db3.2:${PORTSDIR}/databases/db3 -USE_AUTOCONF= yes +USE_AUTOCONF_VER=213 USE_LIBTOOL= yes USE_OPENSSL= yes diff --git a/net/openldap20-server/Makefile b/net/openldap20-server/Makefile index 913beeb9ea15..7d6902b7cb0b 100644 --- a/net/openldap20-server/Makefile +++ b/net/openldap20-server/Makefile @@ -24,7 +24,7 @@ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= db3.2:${PORTSDIR}/databases/db3 -USE_AUTOCONF= yes +USE_AUTOCONF_VER=213 USE_LIBTOOL= yes USE_OPENSSL= yes diff --git a/net/openldap20/Makefile b/net/openldap20/Makefile index 913beeb9ea15..7d6902b7cb0b 100644 --- a/net/openldap20/Makefile +++ b/net/openldap20/Makefile @@ -24,7 +24,7 @@ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= db3.2:${PORTSDIR}/databases/db3 -USE_AUTOCONF= yes +USE_AUTOCONF_VER=213 USE_LIBTOOL= yes USE_OPENSSL= yes diff --git a/net/openldap21-server/Makefile b/net/openldap21-server/Makefile index 913beeb9ea15..7d6902b7cb0b 100644 --- a/net/openldap21-server/Makefile +++ b/net/openldap21-server/Makefile @@ -24,7 +24,7 @@ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= db3.2:${PORTSDIR}/databases/db3 -USE_AUTOCONF= yes +USE_AUTOCONF_VER=213 USE_LIBTOOL= yes USE_OPENSSL= yes diff --git a/net/openldap21/Makefile b/net/openldap21/Makefile index 913beeb9ea15..7d6902b7cb0b 100644 --- a/net/openldap21/Makefile +++ b/net/openldap21/Makefile @@ -24,7 +24,7 @@ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= db3.2:${PORTSDIR}/databases/db3 -USE_AUTOCONF= yes +USE_AUTOCONF_VER=213 USE_LIBTOOL= yes USE_OPENSSL= yes diff --git a/net/openldap22-server/Makefile b/net/openldap22-server/Makefile index 913beeb9ea15..7d6902b7cb0b 100644 --- a/net/openldap22-server/Makefile +++ b/net/openldap22-server/Makefile @@ -24,7 +24,7 @@ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= db3.2:${PORTSDIR}/databases/db3 -USE_AUTOCONF= yes +USE_AUTOCONF_VER=213 USE_LIBTOOL= yes USE_OPENSSL= yes diff --git a/net/openldap22/Makefile b/net/openldap22/Makefile index 913beeb9ea15..7d6902b7cb0b 100644 --- a/net/openldap22/Makefile +++ b/net/openldap22/Makefile @@ -24,7 +24,7 @@ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= db3.2:${PORTSDIR}/databases/db3 -USE_AUTOCONF= yes +USE_AUTOCONF_VER=213 USE_LIBTOOL= yes USE_OPENSSL= yes diff --git a/net/openldap23-server/Makefile b/net/openldap23-server/Makefile index 913beeb9ea15..7d6902b7cb0b 100644 --- a/net/openldap23-server/Makefile +++ b/net/openldap23-server/Makefile @@ -24,7 +24,7 @@ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= db3.2:${PORTSDIR}/databases/db3 -USE_AUTOCONF= yes +USE_AUTOCONF_VER=213 USE_LIBTOOL= yes USE_OPENSSL= yes diff --git a/net/openldap24-server/Makefile b/net/openldap24-server/Makefile index 913beeb9ea15..7d6902b7cb0b 100644 --- a/net/openldap24-server/Makefile +++ b/net/openldap24-server/Makefile @@ -24,7 +24,7 @@ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= db3.2:${PORTSDIR}/databases/db3 -USE_AUTOCONF= yes +USE_AUTOCONF_VER=213 USE_LIBTOOL= yes USE_OPENSSL= yes |