diff options
author | Ade Lovett <ade@FreeBSD.org> | 2004-06-04 17:29:38 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2004-06-04 17:29:38 +0000 |
commit | 1a628ded35ecbbc5eeb75598dd844d830aca8cb2 (patch) | |
tree | 128ce8505dc266bea10a8cf389f38de197424aed /sysutils | |
parent | 639a61155c89af6b9b01d796a82cbd2ad643a299 (diff) | |
download | ports-1a628ded35ecbbc5eeb75598dd844d830aca8cb2.tar.gz ports-1a628ded35ecbbc5eeb75598dd844d830aca8cb2.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/apachetop/Makefile | 7 | ||||
-rw-r--r-- | sysutils/cfengine/Makefile | 1 | ||||
-rw-r--r-- | sysutils/cfengine3-legacy/Makefile | 1 | ||||
-rw-r--r-- | sysutils/cfengine3/Makefile | 1 | ||||
-rw-r--r-- | sysutils/fastresolve/Makefile | 1 | ||||
-rw-r--r-- | sysutils/gfslicer/Makefile | 5 | ||||
-rw-r--r-- | sysutils/gpkgdep/Makefile | 1 | ||||
-rw-r--r-- | sysutils/sjog/Makefile | 1 |
8 files changed, 11 insertions, 7 deletions
diff --git a/sysutils/apachetop/Makefile b/sysutils/apachetop/Makefile index ef2b64e504d3..ab8f60d03bf3 100644 --- a/sysutils/apachetop/Makefile +++ b/sysutils/apachetop/Makefile @@ -14,8 +14,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= esn@x123.info COMMENT= Apache RealTime log stats -BUILD_DEPENDS= ${LOCALBASE}/bin/autoconf257:${PORTSDIR}/devel/autoconf257 - +WANT_AUTOCONF_VER=257 GNU_CONFIGURE= yes USE_REINPLACE= yes @@ -24,8 +23,8 @@ PLIST_FILES= sbin/apachetop post-configure: ${REINPLACE_CMD} \ - -e 's/--run autoconf$$/--run autoconf257/' \ - -e 's/--run autoheader$$/--run autoheader257/' \ + -e 's/--run autoconf$$/--run $${AUTOCONF}/' \ + -e 's/--run autoheader$$/--run $${AUTOHEADER}/' \ ${WRKSRC}/Makefile .include <bsd.port.mk> diff --git a/sysutils/cfengine/Makefile b/sysutils/cfengine/Makefile index ccc30be49184..d22de810455c 100644 --- a/sysutils/cfengine/Makefile +++ b/sysutils/cfengine/Makefile @@ -28,6 +28,7 @@ LIB_DEPENDS+= wrap.7:${PORTSDIR}/security/tcp_wrapper USE_GMAKE= yes USE_AUTOMAKE_VER=14 +USE_AUTOCONF_VER=213 MAN8= cfengine.8 diff --git a/sysutils/cfengine3-legacy/Makefile b/sysutils/cfengine3-legacy/Makefile index ccc30be49184..d22de810455c 100644 --- a/sysutils/cfengine3-legacy/Makefile +++ b/sysutils/cfengine3-legacy/Makefile @@ -28,6 +28,7 @@ LIB_DEPENDS+= wrap.7:${PORTSDIR}/security/tcp_wrapper USE_GMAKE= yes USE_AUTOMAKE_VER=14 +USE_AUTOCONF_VER=213 MAN8= cfengine.8 diff --git a/sysutils/cfengine3/Makefile b/sysutils/cfengine3/Makefile index ccc30be49184..d22de810455c 100644 --- a/sysutils/cfengine3/Makefile +++ b/sysutils/cfengine3/Makefile @@ -28,6 +28,7 @@ LIB_DEPENDS+= wrap.7:${PORTSDIR}/security/tcp_wrapper USE_GMAKE= yes USE_AUTOMAKE_VER=14 +USE_AUTOCONF_VER=213 MAN8= cfengine.8 diff --git a/sysutils/fastresolve/Makefile b/sysutils/fastresolve/Makefile index f374c39a69b2..a43fa467f7b6 100644 --- a/sysutils/fastresolve/Makefile +++ b/sysutils/fastresolve/Makefile @@ -24,6 +24,7 @@ CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \ CXXFLAGS="-I${LOCALBASE}/include" \ PERL=${PERL} USE_AUTOMAKE_VER= 14 +USE_AUTOCONF_VER= 213 # Default to db3 WITH_BDB_VER?= 3 diff --git a/sysutils/gfslicer/Makefile b/sysutils/gfslicer/Makefile index 775a5c16f566..96f3b310d69f 100644 --- a/sysutils/gfslicer/Makefile +++ b/sysutils/gfslicer/Makefile @@ -16,10 +16,9 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}.orig MAINTAINER= ports@FreeBSD.org COMMENT= A utility to split and join files -BUILD_DEPENDS= ${LOCALBASE}/share/automake14/install-sh:${PORTSDIR}/devel/automake14 - WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +WANT_AUTOMAKE_VER=14 USE_X_PREFIX= yes USE_GNOME= gnomehack gnomelibs gnomeprefix USE_GMAKE= yes @@ -32,7 +31,7 @@ MANCOMPRESSED= yes post-extract: .for file in install-sh missing mkinstalldirs - @${LN} -sf ${LOCALBASE}/share/automake14/${file} ${WRKSRC} + @${LN} -sf ${AUTOMAKE_DIR}/${file} ${WRKSRC} .endfor @${RM} -f ${WRKSRC}/config.cache diff --git a/sysutils/gpkgdep/Makefile b/sysutils/gpkgdep/Makefile index f33a0eee4e44..ea378f902fc9 100644 --- a/sysutils/gpkgdep/Makefile +++ b/sysutils/gpkgdep/Makefile @@ -17,6 +17,7 @@ COMMENT= Shows package dependencies in tree views USE_BZIP2= yes USE_GNOME= gtk20 USE_AUTOMAKE_VER= 15 +USE_AUTOCONF_VER= 253 AUTOMAKE_ARGS= --add-missing USE_GMAKE= yes PLIST_FILES= bin/gpkgdep diff --git a/sysutils/sjog/Makefile b/sysutils/sjog/Makefile index 393ccee44939..a029d91e5e90 100644 --- a/sysutils/sjog/Makefile +++ b/sysutils/sjog/Makefile @@ -17,6 +17,7 @@ COMMENT= Userland daemon for Sony Vaio Jog Dial ONLY_FOR_ARCHS= i386 USE_AUTOMAKE_VER= 14 +USE_AUTOCONF_VER= 213 GNU_CONFIGURE= yes USE_GNOME= gtk12 USE_GMAKE= yes |