summaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2004-06-04 17:29:38 +0000
committerade <ade@FreeBSD.org>2004-06-04 17:29:38 +0000
commitca808f0eaebe5bce7acf4b82ce3d8c4b67f1a02a (patch)
tree0f8268b015ec949860a3c2ab315d341fbbc7615c /sysutils
parent62cb740217d0f5aa007d7cab9d007fb551534a4f (diff)
downloadFreeBSD-ports-ca808f0eaebe5bce7acf4b82ce3d8c4b67f1a02a.zip
FreeBSD-ports-ca808f0eaebe5bce7acf4b82ce3d8c4b67f1a02a.tar.gz
Sync with new bsd.autotools.mk
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/apachetop/Makefile7
-rw-r--r--sysutils/cfengine/Makefile1
-rw-r--r--sysutils/cfengine3-legacy/Makefile1
-rw-r--r--sysutils/cfengine3/Makefile1
-rw-r--r--sysutils/fastresolve/Makefile1
-rw-r--r--sysutils/gfslicer/Makefile5
-rw-r--r--sysutils/gpkgdep/Makefile1
-rw-r--r--sysutils/sjog/Makefile1
8 files changed, 11 insertions, 7 deletions
diff --git a/sysutils/apachetop/Makefile b/sysutils/apachetop/Makefile
index ef2b64e..ab8f60d 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 ccc30be..d22de81 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 ccc30be..d22de81 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 ccc30be..d22de81 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 f374c39..a43fa46 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 775a5c1..96f3b31 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 f33a0ee..ea378f9 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 393ccee..a029d91 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
OpenPOWER on IntegriCloud