summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2001-02-05 09:00:54 +0000
committertron <tron@pkgsrc.org>2001-02-05 09:00:54 +0000
commitf2d262e0bef754371e35855c069d92d11d7759bb (patch)
tree2c1d493d315c86d062bda624e834a3d6f66707c0 /net
parent338eba73e20d12e6e7ee7489e26135aaeaef3369 (diff)
downloadpkgsrc-f2d262e0bef754371e35855c069d92d11d7759bb.tar.gz
Use full pathname "${LOCALBASE}/bin/auto..." in dependences and make
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
Diffstat (limited to 'net')
-rw-r--r--net/ORBit/Makefile6
-rw-r--r--net/gnut/Makefile8
-rw-r--r--net/irrd/Makefile6
-rw-r--r--net/jwhois/Makefile6
-rw-r--r--net/samba/Makefile4
-rw-r--r--net/trafshow/Makefile6
-rw-r--r--net/ucd-snmp-current/Makefile4
-rw-r--r--net/ucd-snmp/Makefile6
-rw-r--r--net/zebra/Makefile10
9 files changed, 28 insertions, 28 deletions
diff --git a/net/ORBit/Makefile b/net/ORBit/Makefile
index f5933f49ba1..6ecb82b45fc 100644
--- a/net/ORBit/Makefile
+++ b/net/ORBit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2001/01/23 15:38:27 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.46 2001/02/05 09:01:01 tron Exp $
#
DISTNAME= ORBit-0.5.6
@@ -10,7 +10,7 @@ HOMEPAGE= http://www.gnome.org/
DEPENDS+= glib>=1.2.7:../../devel/glib
DEPENDS+= gindent-*:../../devel/gindent
-BUILD_DEPENDS+= autoconf:../../devel/autoconf
+BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf
BUILD_DEPENDS+= msgfmt:../../devel/gettext
USE_LIBINTL= YES
@@ -35,6 +35,6 @@ DEPENDS+= tcp_wrappers>=7.6:../../security/tcp_wrappers
.endif
pre-configure:
- cd ${WRKSRC}/popt && autoconf
+ cd ${WRKSRC}/popt && ${LOCALBASE}/bin/autoconf
.include "../../mk/bsd.pkg.mk"
diff --git a/net/gnut/Makefile b/net/gnut/Makefile
index e2736735033..b65c7ea1fd6 100644
--- a/net/gnut/Makefile
+++ b/net/gnut/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2000/12/30 13:57:46 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2001/02/05 09:01:01 tron Exp $
#
DISTNAME= gnut-0.4.12
@@ -8,8 +8,8 @@ MASTER_SITES= http://www.mrob.com/gnut/tars/
MAINTAINER= deberg@netbsd.org
HOMEPAGE= http://www.mrob.com/gnut/
-#BUILD_DEPENDS+= autoreconf:../../devel/autoconf
-#BUILD_DEPENDS+= automake:../../devel/automake
+#BUILD_DEPENDS+= ${LOCALBASE}/bin/autoremake:../../devel/autoconf
+#BUILD_DEPENDS+= ${LOCALBASE}/bin/automake:../../devel/automake
#DEPENDS+= pth>=1.3.6:../../devel/pth
DEPENDS+= unproven-pthreads-0.*:../../devel/unproven-pthreads
@@ -30,7 +30,7 @@ LDFLAGS= -Wl,-R${LOCALBASE}/pthreads/lib -L${LOCALBASE}/pthreads/lib
.endif
#post-patch:
-# cd ${WRKSRC} && ${CP} aclocal.m4 acinclude.m4 && autoreconf
+# cd ${WRKSRC} && ${CP} aclocal.m4 acinclude.m4 && ${LOCALBASE}/bin/autoremake
GNUTDOCS= TUTORIAL \
gnut-1.html \
diff --git a/net/irrd/Makefile b/net/irrd/Makefile
index e715a3ed2a8..117dc053d6c 100644
--- a/net/irrd/Makefile
+++ b/net/irrd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2000/10/21 22:49:17 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2001/02/05 09:01:01 tron Exp $
#
DISTNAME= irrd2.0a-Aug22-2000
@@ -10,7 +10,7 @@ MASTER_SITES= ftp://ftp.merit.edu/radb/irrd/source/ \
MAINTAINER= kim@tac.nyc.ny.us
HOMEPAGE= http://www.irrd.net/
-BUILD_DEPENDS+= autoreconf:../../devel/autoconf
+BUILD_DEPENDS+= ${LOCALBASE}/bin/autoremake:../../devel/autoconf
BUILD_DEPENDS+= bison:../../devel/bison
DEPENDS+= gdbm-*:../../databases/gdbm
DEPENDS+= pgp5-*:../../security/pgp5
@@ -30,7 +30,7 @@ CPPFLAGS+= -I${LOCALBASE}/include
CFLAGS+= -g
pre-configure:
- @(cd ${WRKSRC} && autoreconf)
+ @(cd ${WRKSRC} && ${LOCALBASE}/bin/autoremake)
IRRD_CACHER= irrdcacher ripe2rpsl update_source
diff --git a/net/jwhois/Makefile b/net/jwhois/Makefile
index 7b49cb0a2a6..152cd4900e9 100644
--- a/net/jwhois/Makefile
+++ b/net/jwhois/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2001/01/05 01:02:31 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2001/02/05 09:01:01 tron Exp $
#
DISTNAME= jwhois-2.4.1
@@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:=jwhois/}
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.gnu.org/software/jwhois/
-BUILD_DEPENDS+= autoreconf:../../devel/autoconf
+BUILD_DEPENDS+= ${LOCALBASE}/bin/autoremake:../../devel/autoconf
BUILD_DEPENDS+= ${LOCALBASE}/share/autoconf/gettext.m4:../../devel/gettext
GNU_CONFIGURE= # defined
@@ -20,7 +20,7 @@ CONFIGURE_ARGS+= --with-cache
INFO_FILES= jwhois.info
pre-configure:
- cd ${WRKSRC} && autoreconf
+ cd ${WRKSRC} && ${LOCALBASE}/bin/autoremake
post-install:
${INSTALL_DATA} ${WRKSRC}/example/jwhois.conf ${PREFIX}/share/examples
diff --git a/net/samba/Makefile b/net/samba/Makefile
index 67c24767d08..e8e6d8d205f 100644
--- a/net/samba/Makefile
+++ b/net/samba/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2001/02/04 18:08:27 tron Exp $
+# $NetBSD: Makefile,v 1.42 2001/02/05 09:01:01 tron Exp $
DISTNAME= samba-2.0.7-ja-1.3
PKGNAME= samba-2.0.7.1.3
@@ -9,7 +9,7 @@ MASTER_SITES= ftp://ftp.samba.gr.jp/pub/samba-jp/samba-2.0.7-ja/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.samba.org/
-BUILD_DEPENDS+= ${LOCALBASE}/bin/autoreconf:../../devel/autoconf
+BUILD_DEPENDS+= ${LOCALBASE}/bin/${LOCALBASE}/bin/autoremake:../../devel/autoconf
BUILD_DEPENDS+= msgfmt:../../devel/gettext
.if !exists(/usr/include/readline.h)
diff --git a/net/trafshow/Makefile b/net/trafshow/Makefile
index 3601f1b59cf..816e321e276 100644
--- a/net/trafshow/Makefile
+++ b/net/trafshow/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2000/08/11 12:18:58 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2001/02/05 09:01:02 tron Exp $
# $FreeBSD: ports/net/trafshow/Makefile,v 1.14 2000/06/28 12:53:15 alex Exp $
#
@@ -10,13 +10,13 @@ EXTRACT_SUFX= .tgz
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://soft.risp.ru/trafshow/index.shtml
-BUILD_DEPENDS+= autoreconf:../../devel/autoconf
+BUILD_DEPENDS+= ${LOCALBASE}/bin/autoremake:../../devel/autoconf
GNU_CONFIGURE= yes
ALL_TARGET= trafshow
pre-configure:
- cd ${WRKSRC} && autoreconf
+ cd ${WRKSRC} && ${LOCALBASE}/bin/autoremake
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/trafshow ${PREFIX}/bin
diff --git a/net/ucd-snmp-current/Makefile b/net/ucd-snmp-current/Makefile
index 51615246b9e..95bc46d5692 100644
--- a/net/ucd-snmp-current/Makefile
+++ b/net/ucd-snmp-current/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2001/01/26 05:21:47 hubertf Exp $
+# $NetBSD: Makefile,v 1.5 2001/02/05 09:01:02 tron Exp $
#
DISTNAME= ucd-snmp-4.0.1
@@ -18,7 +18,7 @@ MASTER_SITES= ftp://ucd-snmp.ucdavis.edu/ \
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.ece.ucdavis.edu/ucd-snmp/
-BUILD_DEPENDS+= autoconf:../../devel/autoconf
+BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-defaults
diff --git a/net/ucd-snmp/Makefile b/net/ucd-snmp/Makefile
index 2953caa05d0..ab6dae46b25 100644
--- a/net/ucd-snmp/Makefile
+++ b/net/ucd-snmp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2001/01/31 00:33:23 hubertf Exp $
+# $NetBSD: Makefile,v 1.28 2001/02/05 09:01:02 tron Exp $
# FreeBSD Id: Makefile,v 1.18 1998/04/06 20:50:31 andreas Exp
#
@@ -16,7 +16,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=net-snmp/} \
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://net-snmp.sourceforge.net/
-BUILD_DEPENDS+= autoreconf:../../devel/autoconf
+BUILD_DEPENDS+= ${LOCALBASE}/bin/autoremake:../../devel/autoconf
BUILD_DEFS+= USE_INET6
@@ -50,7 +50,7 @@ post-extract:
@${ECHO} 'int allow_severity, deny_severity;' >${WRKSRC}/snmplib/libwrap.c
pre-configure:
- @(cd ${WRKSRC} && autoreconf)
+ @(cd ${WRKSRC} && ${LOCALBASE}/bin/autoremake)
post-build:
${SED} 's,@PREFIX@,${PREFIX},g' < ${FILESDIR}/snmpd.sh > ${WRKDIR}/snmpd
diff --git a/net/zebra/Makefile b/net/zebra/Makefile
index 34a03b43646..6c44f9515ac 100644
--- a/net/zebra/Makefile
+++ b/net/zebra/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2001/02/03 09:45:16 itojun Exp $
+# $NetBSD: Makefile,v 1.32 2001/02/05 09:01:02 tron Exp $
# Based on KAME Id: Makefile,v 1.1.2.1.2.1.10.2 1999/01/05 11:03:50 itojun Exp
#
@@ -11,8 +11,8 @@ MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/
MAINTAINER= itojun@itojun.org
HOMEPAGE= http://www.zebra.org/
-BUILD_DEPENDS+= automake:../../devel/automake
-BUILD_DEPENDS+= autoreconf:../../devel/autoconf
+BUILD_DEPENDS+= ${LOCALBASE}/bin/automake:../../devel/automake
+BUILD_DEPENDS+= ${LOCALBASE}/bin/autoremake:../../devel/autoconf
.include "../../mk/bsd.prefs.mk"
@@ -51,8 +51,8 @@ post-patch:
${ECHO} '@dirrm share/examples/zebra' >>${PLIST_SRC}
pre-configure:
- cd ${WRKSRC} && autoreconf
-# cd ${WRKSRC} && automake
+ cd ${WRKSRC} && ${LOCALBASE}/bin/autoremake
+# cd ${WRKSRC} && ${LOCALBASE}/bin/automake
#post-build:
# cd ${WRKSRC}/doc ; \