diff options
author | tron <tron@pkgsrc.org> | 2001-02-05 09:00:54 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-02-05 09:00:54 +0000 |
commit | f2d262e0bef754371e35855c069d92d11d7759bb (patch) | |
tree | 2c1d493d315c86d062bda624e834a3d6f66707c0 | |
parent | 338eba73e20d12e6e7ee7489e26135aaeaef3369 (diff) | |
download | pkgsrc-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.
62 files changed, 173 insertions, 173 deletions
diff --git a/audio/rplay/Makefile b/audio/rplay/Makefile index f4bd8f598f5..ac5a2cf686d 100644 --- a/audio/rplay/Makefile +++ b/audio/rplay/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2001/01/26 04:58:57 hubertf Exp $ +# $NetBSD: Makefile,v 1.21 2001/02/05 09:00:54 tron Exp $ # FreeBSD Id: Makefile,v 1.8 1997/06/13 16:17:01 ache Exp # @@ -10,7 +10,7 @@ MASTER_SITES= ftp://rplay.doit.org/pub/rplay/ \ MAINTAINER= packages@netbsd.org HOMEPAGE= http://rplay.doit.org/ -BUILD_DEPENDS+= ${LOCALBASE}/bin/autoreconf:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/${LOCALBASE}/bin/autoremake:../../devel/autoconf DEPENDS+= gsm-1.0.10:../../audio/gsm DEPENDS+= rx-1.5:../../devel/rx diff --git a/chat/kicq/Makefile b/chat/kicq/Makefile index b01f17bc583..dd5c3d14fc9 100644 --- a/chat/kicq/Makefile +++ b/chat/kicq/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/12/15 00:36:27 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2001/02/05 09:00:54 tron Exp $ DISTNAME= kicq-1.0.0 CATEGORIES= chat kde @@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kicq/} MAINTAINER= magick@bundy.lip.owl.de HOMEPAGE= http://kicq.sourceforge.net/ -BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/${LOCALBASE}/bin/autoconf:../../devel/autoconf DEPENDS+= icqlib>=1.0.0:../../chat/icqlib DEPENDS+= kdebase-1.1.2:../../x11/kdebase diff --git a/cross/COMMON/cross.mk b/cross/COMMON/cross.mk index e00480b034b..f9fe47f9e57 100644 --- a/cross/COMMON/cross.mk +++ b/cross/COMMON/cross.mk @@ -1,4 +1,4 @@ -# $NetBSD: cross.mk,v 1.19 2001/01/29 11:38:10 wiz Exp $ +# $NetBSD: cross.mk,v 1.20 2001/02/05 09:00:54 tron Exp $ # Shared definitions for building a cross-compile environment. @@ -98,7 +98,7 @@ EGCS_INTVERSION= egcs-2.91.60 EGCS_PATCHBUNDLE= ${EGCS_DISTNAME}-NetBSD-19980104.diff.gz EGCS_WRKSRC= ${WRKDIR}/${EGCS_DISTNAME} EGCS_LANGUAGES= c # add to these below -BUILD_DEPENDS+= autoheader:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoheader:../../devel/autoconf .if defined(EGCS_MULTILIB) EGCS_INSTALL_LIB=install-multilib diff --git a/cross/armv2-netbsd/Makefile b/cross/armv2-netbsd/Makefile index 84679b8076a..0dca407f206 100644 --- a/cross/armv2-netbsd/Makefile +++ b/cross/armv2-netbsd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/07/13 21:39:11 bjh21 Exp $ +# $NetBSD: Makefile,v 1.2 2001/02/05 09:00:55 tron Exp $ # DISTVERSION= 1.3.0.0 @@ -17,12 +17,12 @@ EGCS_FAKE_RUNTIME= yes TARGET_ARCH= armv2-netbsd -BUILD_DEPENDS+= autoconf:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf post-patch: egcs-autoconf -egcs-autoconf: - ${_PKG_SILENT}${_PKG_DEBUG}cd ${WRKSRC}/gcc && autoconf +egcs-${LOCALBASE}/bin/autoconf: + ${_PKG_SILENT}${_PKG_DEBUG}cd ${WRKSRC}/gcc && ${LOCALBASE}/bin/autoconf # FOllowing chunk ripped from cross.mk diff --git a/cross/i386-linux/Makefile b/cross/i386-linux/Makefile index 8f8728342bf..285bb749119 100644 --- a/cross/i386-linux/Makefile +++ b/cross/i386-linux/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2000/09/13 13:51:29 fredb Exp $ +# $NetBSD: Makefile,v 1.7 2001/02/05 09:00:55 tron Exp $ # DISTVERSION= 2.0.7.1 @@ -9,7 +9,7 @@ MASTER_SITES= ftp://ftp.cdrom.com/pub/linux/redhat/redhat-5.1/i386/RedHat/RPMS/ MAINTAINER= packages@netbsd.org BUILD_DEPENDS+= rpm2cpio:../../misc/rpm -BUILD_DEPENDS+= autoheader:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoheader:../../devel/autoconf CHECK_SHLIBS= no WRKSRC= ${WRKDIR} diff --git a/cross/i386-netbsdpe/Makefile b/cross/i386-netbsdpe/Makefile index 3354fcf7836..5c9fb63edc4 100644 --- a/cross/i386-netbsdpe/Makefile +++ b/cross/i386-netbsdpe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/01/30 03:08:56 minoura Exp $ +# $NetBSD: Makefile,v 1.3 2001/02/05 09:00:55 tron Exp $ # DISTVERSION= 1.1.2 @@ -39,9 +39,9 @@ post-patch: for i in patches/binutils-*; do \ ${PATCH} -d ${BINUTILS_WRKSRC} --forward --quiet -E < $$i; \ done - cd ${BINUTILS_WRKSRC}/bfd && autoconf - cd ${BINUTILS_WRKSRC}/gas && autoconf - cd ${WRKDIR}/${GCC_DISTNAME}/gcc && autoconf + cd ${BINUTILS_WRKSRC}/bfd && ${LOCALBASE}/bin/autoconf + cd ${BINUTILS_WRKSRC}/gas && ${LOCALBASE}/bin/autoconf + cd ${WRKDIR}/${GCC_DISTNAME}/gcc && ${LOCALBASE}/bin/autoconf cd ${WRKDIR} && /usr/bin/tar zxf ${_DISTDIR}/${PTHREAD_DISTFILE} cd ${WRKDIR}/${GCC_DISTNAME}/gcc && \ ${LN} -s ../../${PTHREAD_DISTNAME}/include/pthread.h . && \ diff --git a/cross/i386-netbsdpe/files/cross.mk b/cross/i386-netbsdpe/files/cross.mk index 1c9bb1e3978..90fe18341f1 100644 --- a/cross/i386-netbsdpe/files/cross.mk +++ b/cross/i386-netbsdpe/files/cross.mk @@ -99,7 +99,7 @@ GCC_INTVERSION= 2.95.2 #EGCS_PATCHBUNDLE= ${EGCS_DISTNAME}-NetBSD-19980104.diff.gz GCC_WRKSRC= ${WRKDIR}/${GCC_DISTNAME} GCC_LANGUAGES= c # add to these below -BUILD_DEPENDS+= autoheader:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoheader:../../devel/autoconf .if defined(GCC_NO_RUNTIME) || defined(GCC_FAKE_RUNTIME) GCC_NO_CXX_RUNTIME= yes diff --git a/databases/mysql-server/Makefile b/databases/mysql-server/Makefile index e9f7a634a37..a684f207940 100644 --- a/databases/mysql-server/Makefile +++ b/databases/mysql-server/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2001/01/10 06:03:13 briggs Exp $ +# $NetBSD: Makefile,v 1.16 2001/02/05 09:00:55 tron Exp $ # DISTNAME= mysql-3.22.32 @@ -10,7 +10,7 @@ MASTER_SITES= ftp://ftp.mysql.com/MySQL-3.22/ \ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.mysql.com/ -BUILD_DEPENDS= autoconf:../../devel/autoconf +BUILD_DEPENDS= ${LOCALBASE}/bin/autoconf:../../devel/autoconf DEPENDS= ${DISTNAME:S/-/-client-/}:../../databases/mysql-client RESTRICTED= "Restrictive license." @@ -46,7 +46,7 @@ post-extract: done pre-configure: - @cd ${WRKSRC}/mit-pthreads/config && autoconf + @cd ${WRKSRC}/mit-pthreads/config && ${LOCALBASE}/bin/autoconf post-configure: @cd ${WRKSRC} && ${CP} config.h include/my_config.h diff --git a/devel/SDL/Makefile b/devel/SDL/Makefile index dc68112c608..359b97dd9ec 100644 --- a/devel/SDL/Makefile +++ b/devel/SDL/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2000/12/27 11:54:32 hubertf Exp $ +# $NetBSD: Makefile,v 1.7 2001/02/05 09:00:55 tron Exp $ # DISTNAME= SDL-1.1.6 @@ -8,8 +8,8 @@ MASTER_SITES= http://www.libsdl.org/release/ MAINTAINER= wiz@netbsd.org HOMEPAGE= http://www.libsdl.org/ -BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf -BUILD_DEPENDS+= ${LOCALBASE}/bin/automake:../../devel/automake +BUILD_DEPENDS+= ${LOCALBASE}/bin/${LOCALBASE}/bin/autoconf:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/${LOCALBASE}/bin/automake:../../devel/automake DEPENDS+= pth>=1.3.5:../../devel/pth #DEPENDS+= unproven-pthreads>=0.16 DEPENDS+= esound>=0.2.18:../../audio/esound @@ -29,7 +29,7 @@ pre-patch: cd ${WRKSRC} && ${MKDIR} src/audio/netbsd pre-configure: - cd ${WRKSRC} && autoconf + cd ${WRKSRC} && ${LOCALBASE}/bin/autoconf post-configure: cd ${WRKSRC}/src/audio && ${CP} *.[ch] netbsd/ diff --git a/devel/cdk/Makefile b/devel/cdk/Makefile index 09d4e1ea7dd..9418fbd4590 100644 --- a/devel/cdk/Makefile +++ b/devel/cdk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2000/08/17 00:39:37 hubertf Exp $ +# $NetBSD: Makefile,v 1.9 2001/02/05 09:00:56 tron Exp $ # DISTNAME= latestCDK @@ -11,7 +11,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= root@garbled.net HOMEPAGE= http://www.vexus.ca/CDK.html -BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/${LOCALBASE}/bin/autoconf:../../devel/autoconf USE_LIBTOOL= yes GNU_CONFIGURE= yes diff --git a/devel/libctl/Makefile b/devel/libctl/Makefile index 0053d2e9ee5..19efc125edc 100644 --- a/devel/libctl/Makefile +++ b/devel/libctl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/01/21 04:49:44 jtb Exp $ +# $NetBSD: Makefile,v 1.4 2001/02/05 09:00:56 tron Exp $ DISTNAME= libctl-1.3 CATEGORIES= devel @@ -8,7 +8,7 @@ MAINTAINER= jtb@netbsd.org HOMEPAGE= http://ab-initio.mit.edu/libctl/ DEPENDS+= guile-[0-9]*:../../lang/guile -BUILD_DEPENDS+= autoreconf:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoremake:../../devel/autoconf WRKSRC= ${WRKDIR}/${DISTNAME} GNU_CONFIGURE= YES diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile index 83fe3432d8e..40c89702b4e 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2000/11/27 14:17:53 tron Exp $ +# $NetBSD: Makefile,v 1.18 2001/02/05 09:00:56 tron Exp $ DISTNAME= gnome-games-1.2.0 CATEGORIES= games gnome @@ -7,8 +7,8 @@ MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnome-games/} MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.gnome.org/ -BUILD_DEPENDS+= autoreconf:../../devel/autoconf -BUILD_DEPENDS+= automake:../../devel/automake +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoremake:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/automake:../../devel/automake BUILD_DEPENDS+= gettextize:../../devel/gettext DEPENDS+= gnome-core-*:../../x11/gnome-core # Required for ports which don't build "libgtop". diff --git a/games/pacman/Makefile b/games/pacman/Makefile index 44b7e63411f..2e597656644 100644 --- a/games/pacman/Makefile +++ b/games/pacman/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2000/12/20 14:24:04 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2001/02/05 09:00:56 tron Exp $ DISTNAME= Pacman-0.3-CVS-00-11-17 PKGNAME= Pacman-0.3 @@ -25,7 +25,7 @@ IS_INTERACTIVE= yes .endif pre-configure: - cd ${WRKSRC} && autoconf + cd ${WRKSRC} && ${LOCALBASE}/bin/autoconf ${SED} -e 's@/usr/share@${PREFIX}/share@' < ${WRKSRC}/Sources/config.h.in > ${WRKSRC}/foo ${MV} ${WRKSRC}/foo ${WRKSRC}/Sources/config.h.in diff --git a/games/quake6/Makefile b/games/quake6/Makefile index 194a4806b83..435ee1f0a83 100644 --- a/games/quake6/Makefile +++ b/games/quake6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2000/09/07 00:10:24 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.9 2001/02/05 09:00:56 tron Exp $ DISTNAME= quake-v6-bsd-kame PKGNAME= quake6-0.0 @@ -13,7 +13,7 @@ MAINTAINER= itojun@kame.net HOMEPAGE= http://www.viagenie.qc.ca/en/ipv6-quake.shtml DEPENDS= quakedata-*:../../games/quakedata -BUILD_DEPENDS= autoreconf:../../devel/autoconf +BUILD_DEPENDS= ${LOCALBASE}/bin/autoremake:../../devel/autoconf WRKSRC= ${WRKDIR}/quakeforge diff --git a/games/xboard/Makefile b/games/xboard/Makefile index 291b6170e4c..737238e3019 100644 --- a/games/xboard/Makefile +++ b/games/xboard/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/10/15 02:14:20 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2001/02/05 09:00:57 tron Exp $ # DISTNAME= xboard-4.1.0 @@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:=xboard/} MAINTAINER= simonb@NetBSD.ORG HOMEPAGE= http://www.research.compaq.com/SRC/personal/mann/xboard.html -BUILD_DEPENDS+= autoreconf:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoremake:../../devel/autoconf USE_PERL5= # defined USE_X11= # defined @@ -30,6 +30,6 @@ CONFIGURE_ARGS+= --with-Xaw3d .endif pre-configure: - cd ${WRKSRC} && autoreconf + cd ${WRKSRC} && ${LOCALBASE}/bin/autoremake .include "../../mk/bsd.pkg.mk" diff --git a/games/xpuyopuyo/Makefile b/games/xpuyopuyo/Makefile index 6b1529c0509..cd6cede9645 100644 --- a/games/xpuyopuyo/Makefile +++ b/games/xpuyopuyo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2000/08/25 06:22:27 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2001/02/05 09:00:57 tron Exp $ DISTNAME= xpuyopuyo-0.9.1 CATEGORIES= games x11 @@ -8,7 +8,7 @@ MASTER_SITES= http://chaos2.org/xpuyopuyo/ \ MAINTAINER= jlam@netbsd.org HOMEPAGE= http://chaos2.org/xpuyopuyo/ -BUILD_DEPENDS+= automake:../../devel/automake +BUILD_DEPENDS+= ${LOCALBASE}/bin/automake:../../devel/automake DEPENDS+= gtk+-1.2.*:../../x11/gtk DEPENDS+= libmikmod>=3.1.9:../../audio/libmikmod @@ -25,7 +25,7 @@ CONFIGURE_ENV+= ac_cv_path_GNOME_CONFIG="${GNOME_CONFIG}" GNOME_CONFIG= ${WRKDIR}/gnome-config pre-configure: - cd ${WRKSRC} && autoheader && automake --gnu && autoreconf --force + cd ${WRKSRC} && ${LOCALBASE}/bin/autoheader && ${LOCALBASE}/bin/automake --gnu && ${LOCALBASE}/bin/autoremake --force ${SED} -e "s,@PREFIX@,${PREFIX},g" ${FILESDIR}/gnome-config \ > ${GNOME_CONFIG} ${CHMOD} +x ${GNOME_CONFIG} diff --git a/games/xracer/Makefile b/games/xracer/Makefile index 361c443357d..9e7d66ecd39 100644 --- a/games/xracer/Makefile +++ b/games/xracer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/01/04 16:59:05 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2001/02/05 09:00:58 tron Exp $ # DISTNAME= xracer-0.96.9 @@ -8,8 +8,8 @@ MASTER_SITES= http://xracer.annexia.org/files/ MAINTAINER= bsieker@freenet.de HOMEPAGE= http://xracer.annexia.org/ -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+= jpeg-*:../../graphics/jpeg BUILD_DEPENDS+= msgfmt:../../devel/gettext @@ -30,7 +30,7 @@ CPPFLAGS+= -I${LOCALBASE}/include CPPFLAGS+= -I${X11BASE}/include pre-configure: - cd ${WRKSRC} && autoconf && automake --gnu --no-force + cd ${WRKSRC} && ${LOCALBASE}/bin/autoconf && ${LOCALBASE}/bin/automake --gnu --no-force pre-patch: .for perlfile in blender2track/xracer-blender2track.pl \ diff --git a/graphics/GMT/Makefile b/graphics/GMT/Makefile index 70495bf0afd..1f6a9f8cb5f 100644 --- a/graphics/GMT/Makefile +++ b/graphics/GMT/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/01/27 10:36:53 jtb Exp $ +# $NetBSD: Makefile,v 1.6 2001/02/05 09:00:58 tron Exp $ DISTNAME= GMT3.3.6 PKGNAME= GMT-3.3.6 @@ -17,7 +17,7 @@ MAINTAINER= jtb@netbsd.org HOMEPAGE= http://imina.soest.hawaii.edu/gmt/ DEPENDS+= netcdf>=3.0:../../devel/netcdf -BUILD_DEPENDS+= autoreconf:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoremake:../../devel/autoconf EXTRACT_SUFFIX= .tar.bz2 WRKSRC= ${WRKDIR}/${DISTNAME} @@ -41,7 +41,7 @@ post-extract: ${MV} -f ${WRKSRC}/www/gmt/doc/ps/ ${WRKSRC} pre-configure: - (cd ${WRKSRC} && autoreconf) + (cd ${WRKSRC} && ${LOCALBASE}/bin/autoremake) for e in ${WRKSRC}/examples/*.bat \ ${WRKSRC}/examples/*/*.bat; do \ ${RM} -f $$e; \ diff --git a/graphics/giflib/Makefile b/graphics/giflib/Makefile index d22d88995af..1cd15675c98 100644 --- a/graphics/giflib/Makefile +++ b/graphics/giflib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2000/12/06 17:14:12 jlam Exp $ +# $NetBSD: Makefile,v 1.25 2001/02/05 09:00:58 tron Exp $ # DISTNAME= giflib-4.1.0 @@ -10,7 +10,7 @@ HOMEPAGE= http://prtr-13.ucsc.edu/~badger/software/libungif/index.shtml CONFLICTS= libungif-* -BUILD_DEPENDS+= autoreconf:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoremake:../../devel/autoconf USE_LIBTOOL= # defined LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig @@ -31,7 +31,7 @@ post-patch: ${RM} ${WRKSRC}/doc/gif2x11.html pre-configure: - cd ${WRKSRC} && autoreconf + cd ${WRKSRC} && ${LOCALBASE}/bin/autoremake post-install: ${INSTALL_DATA_DIR} ${DOCDIR} diff --git a/graphics/imlib/Makefile b/graphics/imlib/Makefile index 4c14d2eea97..a06e3fff4d5 100644 --- a/graphics/imlib/Makefile +++ b/graphics/imlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2000/12/06 21:29:17 hubertf Exp $ +# $NetBSD: Makefile,v 1.42 2001/02/05 09:00:58 tron Exp $ # DISTNAME= imlib-1.9.8.1 @@ -8,8 +8,8 @@ MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/imlib/} MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.nl.rasterman.com/imlib.html -BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf -BUILD_DEPENDS+= ${LOCALBASE}/bin/automake:../../devel/automake +BUILD_DEPENDS+= ${LOCALBASE}/bin/${LOCALBASE}/bin/autoconf:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/${LOCALBASE}/bin/automake:../../devel/automake DEPENDS+= gtk+-1.2.*:../../x11/gtk DEPENDS+= libungif-*:../../graphics/libungif DEPENDS+= jpeg-6b:../../graphics/jpeg @@ -34,7 +34,7 @@ CPPFLAGS= -DENABLE_NLS CPPFLAGS+= -I${LOCALBASE}/include pre-configure: - cd ${WRKSRC} && autoconf && automake + cd ${WRKSRC} && ${LOCALBASE}/bin/autoconf && ${LOCALBASE}/bin/automake post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/imlib diff --git a/graphics/libggi/Makefile b/graphics/libggi/Makefile index 56e8a97d3a2..6f434e216a2 100644 --- a/graphics/libggi/Makefile +++ b/graphics/libggi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/01/15 23:01:34 hubertf Exp $ +# $NetBSD: Makefile,v 1.10 2001/02/05 09:00:58 tron Exp $ # DISTNAME= libggi-2.0b2.1 @@ -8,7 +8,7 @@ MASTER_SITES= ftp://ftp.ggi-project.org/pub/ggi/ggi/current/ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://www.ggi-project.org/ -BUILD_DEPENDS+= autoconf:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf DEPENDS+= ncurses>=4.2:../../devel/ncurses DEPENDS+= libgii-0.6:../libgii diff --git a/graphics/libungif/Makefile b/graphics/libungif/Makefile index 48c6e437223..227d573b2ff 100644 --- a/graphics/libungif/Makefile +++ b/graphics/libungif/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/01/14 12:30:43 tron Exp $ +# $NetBSD: Makefile,v 1.10 2001/02/05 09:00:58 tron Exp $ # DISTNAME= libungif-4.1.0 @@ -10,7 +10,7 @@ HOMEPAGE= http://prtr-13.ucsc.edu/~badger/software/libungif/index.shtml CONFLICTS= giflib-* -BUILD_DEPENDS+= autoreconf:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoremake:../../devel/autoconf USE_LIBTOOL= yes LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig @@ -31,7 +31,7 @@ post-patch: ${RM} ${WRKSRC}/doc/gif2x11.html pre-configure: - cd ${WRKSRC} && autoreconf + cd ${WRKSRC} && ${LOCALBASE}/bin/autoremake post-install: cd ${PREFIX}; \ diff --git a/graphics/plplot/Makefile b/graphics/plplot/Makefile index 9523a5f6572..bb5b52096cf 100644 --- a/graphics/plplot/Makefile +++ b/graphics/plplot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/01/29 01:15:33 jtb Exp $ +# $NetBSD: Makefile,v 1.6 2001/02/05 09:00:59 tron Exp $ DISTNAME= plplot-5.0.1 CATEGORIES= graphics @@ -10,7 +10,7 @@ HOMEPAGE= http://www.plplot.org/ DEPENDS+= tcl>=8.3.0:../../lang/tcl DEPENDS+= tk>=8.3.0:../../x11/tk DEPENDS+= m4-[0-9]*:../../devel/m4 -BUILD_DEPENDS+= autoconf:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf BUILD_DEPENDS+= perl:../../lang/perl5 GNU_CONFIGURE= YES @@ -52,7 +52,7 @@ post-patch: < $$f > $$f.tmp && ${MV} $$f.tmp $$f ; done pre-configure: - (cd ${WRKSRC}/cf && autoconf) + (cd ${WRKSRC}/cf && ${LOCALBASE}/bin/autoconf) ${MV} ${WRKSRC}/cf/configure ${WRKSRC}/configure .include "../../mk/bsd.pkg.mk" diff --git a/lang/squeak/Makefile b/lang/squeak/Makefile index d71d6b23e04..0e12d7b0cd0 100644 --- a/lang/squeak/Makefile +++ b/lang/squeak/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2000/08/14 16:51:35 mjl Exp $ +# $NetBSD: Makefile,v 1.8 2001/02/05 09:00:59 tron Exp $ # DISTNAME= Squeak2.7-src @@ -10,7 +10,7 @@ DISTFILES= Squeak2.7-src.tar.gz Squeak2.7.image.gz Squeak2.7.changes.gz SqueakV2 MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.squeak.org/ -BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/${LOCALBASE}/bin/autoconf:../../devel/autoconf DIST_SUBDIR= squeak EXTRACT_ONLY= Squeak2.7-src.tar.gz diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index 4505357b5b9..0db20ea4017 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.81 2000/11/27 15:59:06 frueauf Exp $ +# $NetBSD: Makefile,v 1.82 2001/02/05 09:00:59 tron Exp $ # DISTNAME= fetchmail-5.6.0 @@ -10,7 +10,7 @@ MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ \ MAINTAINER= mycroft@netbsd.org HOMEPAGE= http://www.tuxedo.org/~esr/fetchmail/ -BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/${LOCALBASE}/bin/autoconf:../../devel/autoconf USE_LIBINTL= yes GNU_CONFIGURE= yes diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 60fc3961beb..0bb3084a7a2 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.62 2001/01/10 13:26:32 tron Exp $ +# $NetBSD: Makefile,v 1.63 2001/02/05 09:00:59 tron Exp $ DISTNAME= mutt-1.2.5i CATEGORIES= mail @@ -10,8 +10,8 @@ MASTER_SITES= ftp://ftp.mutt.org/pub/mutt/ \ MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.mutt.org/ -BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf -BUILD_DEPENDS+= ${LOCALBASE}/bin/automake:../../devel/automake +BUILD_DEPENDS+= ${LOCALBASE}/bin/${LOCALBASE}/bin/autoconf:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/${LOCALBASE}/bin/automake:../../devel/automake BUILD_DEPENDS+= msgfmt:../../devel/gettext USE_LIBINTL= YES diff --git a/math/R/Makefile b/math/R/Makefile index 29c9d299d24..a24f8189ef3 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2000/11/03 01:14:51 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2001/02/05 09:00:59 tron Exp $ # DISTNAME= R-1.1.1 @@ -19,7 +19,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= jlam@netbsd.org HOMEPAGE= http://www.R-project.org/ -BUILD_DEPENDS+= autoreconf:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoremake:../../devel/autoconf DEPENDS+= readline>=4.0:../../devel/readline DEPENDS+= jpeg-*:../../graphics/jpeg DEPENDS+= png-*:../../graphics/png @@ -71,7 +71,7 @@ R_LIBDIR= ${PREFIX}/lib/R INSTALL_DIRS= ${R_LIBDIR} pre-configure: - cd ${WRKSRC} && autoreconf + cd ${WRKSRC} && ${LOCALBASE}/bin/autoremake # Generate the PLIST dynamically as it changes in each version only in a # specific subtree. This will make maintaining this package a little easier diff --git a/math/pspp/Makefile b/math/pspp/Makefile index 1a30a83067a..4e380eb0b79 100644 --- a/math/pspp/Makefile +++ b/math/pspp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2001/01/05 01:12:54 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2001/02/05 09:01:00 tron Exp $ # DISTNAME= pspp-0.3.0 @@ -15,7 +15,7 @@ MASTER_SITES= ftp://franz.stat.wisc.edu/pub/PSPP/ \ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/pspp/ -BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/${LOCALBASE}/bin/autoconf:../../devel/autoconf BUILD_DEPENDS+= msgfmt:../../devel/gettext GNU_CONFIGURE= yes diff --git a/math/rlab/Makefile b/math/rlab/Makefile index d8311f2c353..f8a2b5da0c6 100644 --- a/math/rlab/Makefile +++ b/math/rlab/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/02/02 02:06:43 jtb Exp $ +# $NetBSD: Makefile,v 1.4 2001/02/05 09:01:00 tron Exp $ DISTNAME= rlab-2.1.05 CATEGORIES= math @@ -10,7 +10,7 @@ HOMEPAGE= http://rlab.sourceforge.net/ DEPENDS+= boehm-gc>=5.3:../../devel/boehm-gc DEPENDS+= readline>=4.0:../../devel/readline DEPENDS+= superlu-[0-9]*:../../math/superlu -BUILD_DEPENDS+= autoconf:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf GNU_CONFIGURE= YES USE_FORTRAN= YES @@ -47,7 +47,7 @@ PLIST_SRC+= ${PKGDIR}/PLIST.gnuplot .endif pre-configure: - (cd ${WRKSRC} && autoconf) + (cd ${WRKSRC} && ${LOCALBASE}/bin/autoconf) post-install: .if (${RLAB_PLOT_PKG} == "pgraf") diff --git a/mbone/vat/Makefile b/mbone/vat/Makefile index ffc0b14eb47..da1b1a5df46 100644 --- a/mbone/vat/Makefile +++ b/mbone/vat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2000/12/03 06:30:05 mycroft Exp $ +# $NetBSD: Makefile,v 1.35 2001/02/05 09:01:00 tron Exp $ # DISTNAME= vatsrc-4.0b2 @@ -10,7 +10,7 @@ MASTER_SITES= ftp://ftp.ee.lbl.gov/conferencing/vat/alpha-test/ MAINTAINER= mycroft@netbsd.org HOMEPAGE= http://www-nrg.ee.lbl.gov/vat/ -BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/${LOCALBASE}/bin/autoconf:../../devel/autoconf DEPENDS+= tk-8.3.2:../../x11/tk DEPENDS+= gsm-1.0.10:../../audio/gsm diff --git a/mbone/vic/Makefile b/mbone/vic/Makefile index 7d436eb74dc..eb92c089e13 100644 --- a/mbone/vic/Makefile +++ b/mbone/vic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2000/09/08 00:48:15 jwise Exp $ +# $NetBSD: Makefile,v 1.15 2001/02/05 09:01:00 tron Exp $ # FreeBSD Id: Makefile,v 1.12 1997/09/11 03:54:53 fenner Exp # @@ -11,7 +11,7 @@ MASTER_SITES= ftp://ftp.ee.lbl.gov/conferencing/vic/ MAINTAINER= is@netbsd.org HOMEPAGE= http://www-nrg.ee.lbl.gov/vic/ -BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/${LOCALBASE}/bin/autoconf:../../devel/autoconf DEPENDS+= tk-8.3.2:../../x11/tk GNU_CONFIGURE= yes diff --git a/misc/gnome-pim/Makefile b/misc/gnome-pim/Makefile index 2c2cca3f89a..1bc7b635537 100644 --- a/misc/gnome-pim/Makefile +++ b/misc/gnome-pim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2001/01/01 05:54:22 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2001/02/05 09:01:00 tron Exp $ # DISTNAME= gnome-pim-1.2.0 @@ -8,8 +8,8 @@ MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnome-pim/} MAINTAINER= rh@netbsd.org HOMEPAGE= http://www.gnome.org/ -BUILD_DEPENDS+= autoreconf:../../devel/autoconf -BUILD_DEPENDS+= automake:../../devel/automake +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoremake:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/automake:../../devel/automake BUILD_DEPENDS+= bison:../../devel/bison DEPENDS+= gnome-core-*:../../x11/gnome-core diff --git a/misc/gnome-utils/Makefile b/misc/gnome-utils/Makefile index dcd29586515..3cc95adc292 100644 --- a/misc/gnome-utils/Makefile +++ b/misc/gnome-utils/Makefile @@ -1,4 +1,4 @@ -## $NetBSD: Makefile,v 1.26 2001/01/28 00:51:53 dmcmahill Exp $ +## $NetBSD: Makefile,v 1.27 2001/02/05 09:01:00 tron Exp $ DISTNAME= gnome-utils-1.2.0 CATEGORIES= misc x11 gnome @@ -7,8 +7,8 @@ MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnome-utils/} MAINTAINER= rh@netbsd.org HOMEPAGE= http://www.gnome.org/ -BUILD_DEPENDS+= autoreconf:../../devel/autoconf -BUILD_DEPENDS+= automake:../../devel/automake +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoremake:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/automake:../../devel/automake BUILD_DEPENDS+= bison:../../devel/bison DEPENDS+= gnome-core>=1.2.0:../../x11/gnome-core DEPENDS+= libgtop>=1.0.9:../../devel/libgtop 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 ; \ diff --git a/print/cups/Makefile b/print/cups/Makefile index e3195fc6d5c..ade0e3ae778 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2001/01/28 02:05:36 jlam Exp $ +# $NetBSD: Makefile,v 1.20 2001/02/05 09:01:02 tron Exp $ # DISTNAME= cups-${VERS}-1-source @@ -18,7 +18,7 @@ HOMEPAGE= http://www.cups.org/ CONFLICTS+= LPRng-[0-9]* LPRng-core-[0-9]* -BUILD_DEPENDS+= autoconf:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf DEPENDS+= jpeg-6b:../../graphics/jpeg DEPENDS+= png>=1.0.6:../../graphics/png DEPENDS+= tiff-*:../../graphics/tiff @@ -85,7 +85,7 @@ post-patch: cd ${WRKSRC}/scripts; ${CHMOD} +x netbsd sysv pre-configure: - cd ${WRKSRC} && autoconf + cd ${WRKSRC} && ${LOCALBASE}/bin/autoconf post-build: ${SED} -e "s,@CUPS_USER@,${CUPS_USER},g" \ diff --git a/print/xpp/Makefile b/print/xpp/Makefile index 97af83f51b9..fc83e8c5fa0 100644 --- a/print/xpp/Makefile +++ b/print/xpp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/01/30 16:37:55 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2001/02/05 09:01:02 tron Exp $ DISTNAME= xpp-1.0 CATEGORIES= print x11 @@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cups/} MAINTAINER= jlam@netbsd.org HOMEPAGE= http://cups.sourceforge.net/xpp/index.html -BUILD_DEPENDS+= autoconf:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf DEPENDS+= cups>=1.1.1:../../print/cups DEPENDS+= fltk>=1.0.9:../../x11/fltk @@ -24,7 +24,7 @@ CPPFLAGS+= -I${LOCALBASE}/include # cups/cups.h DOCDIR= ${PREFIX}/share/doc/xpp pre-configure: - cd ${WRKSRC} && autoconf && touch aclocal.m4 Makefile.in + cd ${WRKSRC} && ${LOCALBASE}/bin/autoconf && touch aclocal.m4 Makefile.in post-install: ${INSTALL_DATA_DIR} ${DOCDIR} diff --git a/security/cyrus-sasl/Makefile b/security/cyrus-sasl/Makefile index dd4791aba56..e9a5f2867dc 100644 --- a/security/cyrus-sasl/Makefile +++ b/security/cyrus-sasl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/01/31 22:52:21 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2001/02/05 09:01:03 tron Exp $ DISTNAME= cyrus-sasl-1.5.24 PKGNAME= ${DISTNAME}nb3 @@ -9,7 +9,7 @@ MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \ MAINTAINER= jlam@netbsd.org HOMEPAGE= http://asg2.web.cmu.edu/sasl/ -BUILD_DEPENDS+= automake:../../devel/automake +BUILD_DEPENDS+= ${LOCALBASE}/bin/automake:../../devel/automake GNU_CONFIGURE= # defined USE_SSL= # defined @@ -93,7 +93,7 @@ post-extract: ${CP} ${FILESDIR}/sasl-config.in ${WRKSRC}/plugins pre-configure: - cd ${WRKSRC} && autoheader && autoconf && automake --gnu + cd ${WRKSRC} && ${LOCALBASE}/bin/autoheader && ${LOCALBASE}/bin/autoconf && ${LOCALBASE}/bin/automake --gnu post-build: ${SED} -e "s,@PREFIX@,${PREFIX},g" \ diff --git a/security/openssh/Makefile b/security/openssh/Makefile index 2427e92f471..31fe684abf4 100644 --- a/security/openssh/Makefile +++ b/security/openssh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2001/01/29 11:34:41 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2001/02/05 09:01:03 tron Exp $ DISTNAME= openssh-2.3.0p1 CATEGORIES= security @@ -16,7 +16,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.openssh.com/ BUILD_DEPENDS+= ${PERL5}:../../lang/perl5-base -BUILD_DEPENDS+= autoreconf:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoremake:../../devel/autoconf CRYPTO= yes @@ -81,7 +81,7 @@ PLIST_SRC= ${PKGDIR}/PLIST.SunOS .endif pre-configure: - cd ${WRKSRC} && autoreconf + cd ${WRKSRC} && ${LOCALBASE}/bin/autoremake post-build: for FILE in \ diff --git a/security/pakemon/Makefile b/security/pakemon/Makefile index 30a635546dd..8f29e1ab390 100644 --- a/security/pakemon/Makefile +++ b/security/pakemon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/01/09 06:32:42 itojun Exp $ +# $NetBSD: Makefile,v 1.2 2001/02/05 09:01:03 tron Exp $ DISTNAME= pakemon-0.3.1 CATEGORIES= security @@ -12,7 +12,7 @@ DEPENDS+= libnet-*:../../devel/libnet # only at compile-time. # BUILD_DEPENDS+= ${LOCALBASE}/lib/libnids.a:../../net/libnids -BUILD_DEPENDS+= autoreconf:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoremake:../../devel/autoconf GNU_CONFIGURE= yes diff --git a/security/srp_client/Makefile b/security/srp_client/Makefile index 2235c02a53b..271f694527e 100644 --- a/security/srp_client/Makefile +++ b/security/srp_client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2000/09/09 20:23:49 fredb Exp $ +# $NetBSD: Makefile,v 1.10 2001/02/05 09:01:03 tron Exp $ # DISTNAME= srp-1.4.4 @@ -9,8 +9,8 @@ MASTER_SITES= ftp://ftp.win.or.jp/pub/network/security/srp/ MAINTAINER= jlam@netbsd.org #HOMEPAGE= http://srp.stanford.edu/srp/ -BUILD_DEPENDS+= autoconf:../../devel/autoconf -BUILD_DEPENDS+= automake:../../devel/automake +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/automake:../../devel/automake DEPENDS+= gmp>=2.0.2:../../devel/gmp CRYPTO= yes diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile index 92fdb50c2d4..9ce6042c363 100644 --- a/security/stunnel/Makefile +++ b/security/stunnel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2001/01/29 20:42:41 martin Exp $ +# $NetBSD: Makefile,v 1.12 2001/02/05 09:01:03 tron Exp $ # DISTNAME= stunnel-3.13 @@ -8,7 +8,7 @@ MASTER_SITES= http://www.stunnel.org/download/stunnel/src/ MAINTAINER= martin@NetBSD.ORG HOMEPAGE= http://www.stunnel.org/ -BUILD_DEPENDS+= autoconf:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf DEPENDS+= pth>=1.3.5:../../devel/pth USE_SSL= # defined @@ -18,6 +18,6 @@ CONFIGURE_ARGS+= --with-ssl=${SSLBASE} \ --with-pem-dir="${SSLCERTS}" pre-configure: - cd ${WRKSRC} && autoreconf + cd ${WRKSRC} && ${LOCALBASE}/bin/autoremake .include "../../mk/bsd.pkg.mk" diff --git a/security/sudo/Makefile b/security/sudo/Makefile index a29f34823b2..c4a96639ed9 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2001/01/29 11:34:42 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2001/02/05 09:01:03 tron Exp $ # FreeBSD Id: Makefile,v 1.9 1997/11/12 03:24:41 obrien Exp # @@ -13,7 +13,7 @@ MASTER_SITES= http://www.courtesan.com/sudo/dist/ \ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.courtesan.com/sudo/ -BUILD_DEPENDS+= autoconf:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf .include "../../mk/bsd.prefs.mk" @@ -48,7 +48,7 @@ DOCDIR= ${PREFIX}/share/doc/sudo EGDIR= ${PREFIX}/share/examples/sudo pre-configure: - cd ${WRKSRC} && autoconf + cd ${WRKSRC} && ${LOCALBASE}/bin/autoconf post-install: ${INSTALL_DATA_DIR} ${DOCDIR} diff --git a/sysutils/apcupsd/Makefile b/sysutils/apcupsd/Makefile index 27f7a1f951f..22790539e4a 100644 --- a/sysutils/apcupsd/Makefile +++ b/sysutils/apcupsd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/01/23 19:56:45 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.5 2001/02/05 09:01:04 tron Exp $ # DISTNAME= apcupsd-3.6.2 @@ -8,7 +8,7 @@ MASTER_SITES= ftp://ftp.oasi.gpa.it/pub/apcupsd/stable/tar/ MAINTAINER= bouyer@netbsd.org HOMEPAGE= http://www.sibbald.com/apcupsd/ -BUILD_DEPENDS+= autoreconf:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoremake:../../devel/autoconf BUILD_DEPENDS+= msgfmt:../../devel/gettext USE_GMAKE= # defined @@ -29,7 +29,7 @@ CONFIGURE_ARGS+= --enable-nls # i18n support CONFIGURE_ENV+= CPFLAGS="${CPPFLAGS}" # make sure libintl.h is found pre-configure: - cd ${WRKSRC} && autoreconf --force + cd ${WRKSRC} && ${LOCALBASE}/bin/autoremake --force # we should probably allow the tty to be set in /etc/mk.conf too # diff --git a/sysutils/gnome-vfs/Makefile b/sysutils/gnome-vfs/Makefile index 392cd5aad5b..8339ac9e280 100644 --- a/sysutils/gnome-vfs/Makefile +++ b/sysutils/gnome-vfs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/11/30 04:07:17 mycroft Exp $ +# $NetBSD: Makefile,v 1.4 2001/02/05 09:01:04 tron Exp $ # DISTNAME= gnome-vfs-0.4.1 @@ -8,8 +8,8 @@ MASTER_SITES= ${MASTER_SITE_GNOME:=unstable/sources/gnome-vfs/} MAINTAINER= rh@netbsd.org HOMEPAGE= http://www.gnome.org/ -BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf -BUILD_DEPENDS+= ${LOCALBASE}/bin/automake:../../devel/automake +BUILD_DEPENDS+= ${LOCALBASE}/bin/${LOCALBASE}/bin/autoconf:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/${LOCALBASE}/bin/automake:../../devel/automake DEPENDS+= GConf>=0.11:../../devel/GConf USE_X11BASE= YES @@ -20,6 +20,6 @@ LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig GNU_CONFIGURE= YES pre-configure: - cd ${WRKSRC} && autoconf && automake + cd ${WRKSRC} && ${LOCALBASE}/bin/autoconf && ${LOCALBASE}/bin/automake .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/gtop/Makefile b/sysutils/gtop/Makefile index be2d3c09d63..6994ee05bd4 100644 --- a/sysutils/gtop/Makefile +++ b/sysutils/gtop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2000/11/27 12:23:48 tron Exp $ +# $NetBSD: Makefile,v 1.11 2001/02/05 09:01:04 tron Exp $ DISTNAME= gtop-1.0.9 CATEGORIES= sysutils gnome @@ -6,8 +6,8 @@ MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gtop/} MAINTAINER= tron@netbsd.org -BUILD_DEPENDS+= autoreconf:../../devel/autoconf -BUILD_DEPENDS+= automake:../../devel/automake +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoremake:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/automake:../../devel/automake BUILD_DEPENDS+= msgfmt:../../devel/gettext BUILD_DEPENDS+= gettextize:../../devel/gettext DEPENDS+= gnome-core>=1.2.0:../../x11/gnome-core diff --git a/sysutils/ups-nut-cgi/Makefile b/sysutils/ups-nut-cgi/Makefile index b29c0bf88f7..79131a877fa 100644 --- a/sysutils/ups-nut-cgi/Makefile +++ b/sysutils/ups-nut-cgi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/12/28 16:07:51 martin Exp $ +# $NetBSD: Makefile,v 1.2 2001/02/05 09:01:04 tron Exp $ # DISTNAME= nut-0.44.2 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.exploits.org/nut/ DEPENDS+= gd-*:../../graphics/gd DEPENDS+= ups-nut-0*:../ups-nut -BUILD_DEPENDS+= ${LOCALBASE}/bin/autoreconf:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/${LOCALBASE}/bin/autoremake:../../devel/autoconf WRKSRC= ${WRKDIR}/nut-0.44.2 diff --git a/textproc/eperl/Makefile b/textproc/eperl/Makefile index da71e49c84b..9ec48d3d271 100644 --- a/textproc/eperl/Makefile +++ b/textproc/eperl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/08/27 07:11:21 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2001/02/05 09:01:04 tron Exp $ # DISTNAME= eperl-2.2.14 @@ -8,7 +8,7 @@ MASTER_SITES= http://www.engelschall.com/sw/eperl/distrib/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.engelschall.com/sw/eperl/ -BUILD_DEPENDS+= autoreconf:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoremake:../../devel/autoconf DEPENDS= libperl-5.*:../../lang/libperl USE_PERL5= # defined @@ -18,7 +18,7 @@ GNU_CONFIGURE= # defined ALL_TARGET= all libeperl.a pre-configure: - cd ${WRKSRC} && autoreconf + cd ${WRKSRC} && ${LOCALBASE}/bin/autoremake post-build: cd ${WRKSRC}/mod/Parse; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL diff --git a/textproc/kdoc/Makefile b/textproc/kdoc/Makefile index d9d8c35dc8d..34e62dcf5e9 100644 --- a/textproc/kdoc/Makefile +++ b/textproc/kdoc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/12/20 08:54:17 skrll Exp $ +# $NetBSD: Makefile,v 1.3 2001/02/05 09:01:04 tron Exp $ # DISTNAME= kdoc-2.0.1b @@ -12,13 +12,13 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= wulf@netbsd.org HOMEPAGE= http://www.kde.org/ -BUILD_DEPENDS+= autoconf:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf USE_PERL5= yes USE_GMAKE= yes GNU_CONFIGURE= yes pre-configure: - cd ${WRKSRC} && autoconf + cd ${WRKSRC} && ${LOCALBASE}/bin/autoconf .include "../../mk/bsd.pkg.mk" diff --git a/wm/afterstep/Makefile b/wm/afterstep/Makefile index c99fb6746c5..11ab0833695 100644 --- a/wm/afterstep/Makefile +++ b/wm/afterstep/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/01/29 11:34:44 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2001/02/05 09:01:05 tron Exp $ DISTNAME= AfterStep-1.8.0 PKGNAME= afterstep-1.8.0 @@ -10,7 +10,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= fb@enteract.com HOMEPAGE= http://www.afterstep.org/ -BUILD_DEPENDS+= autoconf:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf DEPENDS+= jpeg-6b:../../graphics/jpeg DEPENDS+= png>=1.0.6:../../graphics/png DEPENDS+= rplay>=3.3.2:../../audio/rplay diff --git a/wm/windowmaker/Makefile b/wm/windowmaker/Makefile index e6894303e29..046102b90ef 100644 --- a/wm/windowmaker/Makefile +++ b/wm/windowmaker/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/12/12 02:03:49 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2001/02/05 09:01:05 tron Exp $ DISTNAME= WindowMaker-0.62.1 PKGNAME= windowmaker-0.62.1 @@ -10,7 +10,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= jlam@netbsd.org HOMEPAGE= http://www.windowmaker.org/ -BUILD_DEPENDS+= ${LOCALBASE}/bin/automake:../../devel/automake +BUILD_DEPENDS+= ${LOCALBASE}/bin/${LOCALBASE}/bin/automake:../../devel/automake BUILD_DEPENDS+= gettextize:../../devel/gettext DEPENDS+= libproplist-0.10.*:../../devel/libproplist DEPENDS+= libungif-*:../../graphics/libungif diff --git a/www/arena/Makefile b/www/arena/Makefile index 31d41b940b9..cb40b426260 100644 --- a/www/arena/Makefile +++ b/www/arena/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2001/01/23 16:18:37 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.30 2001/02/05 09:01:05 tron Exp $ # FreeBSD Id: Makefile,v 1.10 1998/05/04 20:22:31 jseger Exp # @@ -10,7 +10,7 @@ MASTER_SITES= ftp://ftp.yggdrasil.com/pub/dist/web/arena/ MAINTAINER= tv@netbsd.org HOMEPAGE= http://www.yggdrasil.com/Products/Arena/ -BUILD_DEPENDS+= autoconf:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf BUILD_DEPENDS+= msgfmt:../../devel/gettext DEPENDS+= jpeg-6b:../../graphics/jpeg DEPENDS+= libwww>=5.2.8:../../www/libwww @@ -40,7 +40,7 @@ pre-configure: ${LN} -sf $$c ${WRKSRC}/config.h; \ fi; \ done - cd ${WRKSRC} && autoconf + cd ${WRKSRC} && ${LOCALBASE}/bin/autoconf do-install: ${INSTALL_PROGRAM} ${WRKSRC}/Arena/netbsd/arena ${PREFIX}/bin/ diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile index 329e79867de..a235609e495 100644 --- a/www/bluefish/Makefile +++ b/www/bluefish/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/01/04 17:55:40 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2001/02/05 09:01:05 tron Exp $ # DISTNAME= bluefish-0.6 @@ -9,7 +9,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= wulf@ping.net.au HOMEPAGE= http://bluefish.openoffice.nl/ -BUILD_DEPENDS+= autoconf:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf BUILD_DEPENDS+= msgfmt:../../devel/gettext DEPENDS+= gtk+-1.2.*:../../x11/gtk DEPENDS+= imlib-*:../../graphics/imlib @@ -24,7 +24,7 @@ GNU_CONFIGURE= # defined HTMLDIR= ${PREFIX}/share/doc/html/bluefish pre-configure: - cd ${WRKSRC} && autoreconf + cd ${WRKSRC} && ${LOCALBASE}/bin/autoremake post-install: ${INSTALL_DATA_DIR} ${HTMLDIR} diff --git a/www/mozilla/Makefile b/www/mozilla/Makefile index f6172796cfd..39c1f070cbc 100644 --- a/www/mozilla/Makefile +++ b/www/mozilla/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2001/01/17 15:04:21 taya Exp $ +# $NetBSD: Makefile,v 1.54 2001/02/05 09:01:06 tron Exp $ DISTNAME= mozilla-source-0.7 PKGNAME= mozilla-0.7 @@ -11,7 +11,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.mozilla.org/ BUILD_DEPENDS+= ${PERL5}:../../lang/perl5-base -BUILD_DEPENDS+= autoconf:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf BUILD_DEPENDS+= zip:../../archivers/zip DEPENDS+= gtk+>=1.2.8:../../x11/gtk DEPENDS+= ORBit>=0.5.3:../../net/ORBit @@ -67,7 +67,7 @@ post-extract: .include "../../mk/bsd.prefs.mk" pre-configure: - (cd ${WRKSRC} && autoconf) + (cd ${WRKSRC} && ${LOCALBASE}/bin/autoconf) do-build: @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS} diff --git a/x11/gnome-applets/Makefile b/x11/gnome-applets/Makefile index 5da0a538b78..52a5bf99e46 100644 --- a/x11/gnome-applets/Makefile +++ b/x11/gnome-applets/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2000/10/18 00:07:41 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2001/02/05 09:01:06 tron Exp $ # DISTNAME= gnome-applets-1.2.2 @@ -8,8 +8,8 @@ MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnome-applets/} MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnome.org/ -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+= gnome-core>=1.2.1:../../x11/gnome-core DEPENDS+= libgtop>=1.0.0:../../devel/libgtop |