diff options
author | fredb <fredb> | 2001-02-06 03:16:56 +0000 |
---|---|---|
committer | fredb <fredb> | 2001-02-06 03:16:56 +0000 |
commit | 6832477769f2e8dc8ce59161acc7a4c2f8f784dd (patch) | |
tree | fc373d0dc8bbedf2209b780336196ea2dcb03607 | |
parent | 270af3290dfb322d67d97949025d6844c89920c5 (diff) | |
download | pkgsrc-6832477769f2e8dc8ce59161acc7a4c2f8f784dd.tar.gz |
Make that "autoreconf" -- there is no "autoremake".
-rw-r--r-- | audio/rplay/Makefile | 4 | ||||
-rw-r--r-- | devel/libctl/Makefile | 4 | ||||
-rw-r--r-- | games/gnome-games/Makefile | 4 | ||||
-rw-r--r-- | games/quake6/Makefile | 10 | ||||
-rw-r--r-- | games/xboard/Makefile | 6 | ||||
-rw-r--r-- | games/xpuyopuyo/Makefile | 5 | ||||
-rw-r--r-- | games/xracer/Makefile | 6 | ||||
-rw-r--r-- | graphics/GMT/Makefile | 6 | ||||
-rw-r--r-- | graphics/giflib/Makefile | 6 | ||||
-rw-r--r-- | graphics/libungif/Makefile | 6 | ||||
-rw-r--r-- | math/R/Makefile | 6 | ||||
-rw-r--r-- | misc/gnome-pim/Makefile | 4 | ||||
-rw-r--r-- | misc/gnome-utils/Makefile | 4 | ||||
-rw-r--r-- | net/gnut/Makefile | 6 | ||||
-rw-r--r-- | net/irrd/Makefile | 6 | ||||
-rw-r--r-- | net/jwhois/Makefile | 6 | ||||
-rw-r--r-- | net/samba/Makefile | 4 | ||||
-rw-r--r-- | net/trafshow/Makefile | 6 | ||||
-rw-r--r-- | net/ucd-snmp/Makefile | 6 | ||||
-rw-r--r-- | net/zebra/Makefile | 6 | ||||
-rw-r--r-- | security/openssh/Makefile | 6 | ||||
-rw-r--r-- | security/pakemon/Makefile | 6 | ||||
-rw-r--r-- | security/stunnel/Makefile | 6 | ||||
-rw-r--r-- | sysutils/apcupsd/Makefile | 6 | ||||
-rw-r--r-- | sysutils/ups-nut-cgi/Makefile | 4 | ||||
-rw-r--r-- | textproc/eperl/Makefile | 6 | ||||
-rw-r--r-- | www/bluefish/Makefile | 6 | ||||
-rw-r--r-- | x11/gnome-applets/Makefile | 4 |
28 files changed, 78 insertions, 77 deletions
diff --git a/audio/rplay/Makefile b/audio/rplay/Makefile index ac5a2cf686d..9e8325eb043 100644 --- a/audio/rplay/Makefile +++ b/audio/rplay/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2001/02/05 09:00:54 tron Exp $ +# $NetBSD: Makefile,v 1.22 2001/02/06 03:16:56 fredb 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/${LOCALBASE}/bin/autoremake:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoreconf:../../devel/autoconf DEPENDS+= gsm-1.0.10:../../audio/gsm DEPENDS+= rx-1.5:../../devel/rx diff --git a/devel/libctl/Makefile b/devel/libctl/Makefile index 19efc125edc..ec2280278e7 100644 --- a/devel/libctl/Makefile +++ b/devel/libctl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/02/05 09:00:56 tron Exp $ +# $NetBSD: Makefile,v 1.5 2001/02/06 03:16:57 fredb 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+= ${LOCALBASE}/bin/autoremake:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoreconf:../../devel/autoconf WRKSRC= ${WRKDIR}/${DISTNAME} GNU_CONFIGURE= YES diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile index 40c89702b4e..64e43fb82c5 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2001/02/05 09:00:56 tron Exp $ +# $NetBSD: Makefile,v 1.19 2001/02/06 03:16:57 fredb Exp $ DISTNAME= gnome-games-1.2.0 CATEGORIES= games gnome @@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnome-games/} MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.gnome.org/ -BUILD_DEPENDS+= ${LOCALBASE}/bin/autoremake:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf BUILD_DEPENDS+= ${LOCALBASE}/bin/automake:../../devel/automake BUILD_DEPENDS+= gettextize:../../devel/gettext DEPENDS+= gnome-core-*:../../x11/gnome-core diff --git a/games/quake6/Makefile b/games/quake6/Makefile index 435ee1f0a83..55997ec8388 100644 --- a/games/quake6/Makefile +++ b/games/quake6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/02/05 09:00:56 tron Exp $ +# $NetBSD: Makefile,v 1.10 2001/02/06 03:16:57 fredb Exp $ DISTNAME= quake-v6-bsd-kame PKGNAME= quake6-0.0 @@ -13,13 +13,13 @@ MAINTAINER= itojun@kame.net HOMEPAGE= http://www.viagenie.qc.ca/en/ipv6-quake.shtml DEPENDS= quakedata-*:../../games/quakedata -BUILD_DEPENDS= ${LOCALBASE}/bin/autoremake:../../devel/autoconf +BUILD_DEPENDS= ${LOCALBASE}/bin/autoreconf:../../devel/autoconf WRKSRC= ${WRKDIR}/quakeforge post-extract: - (cd ${WRKSRC}; ${FIND} . -name \*.o -exec ${RM} {} \;) - (cd ${WRKSRC}; ${RM} config.cache) + cd ${WRKSRC}; ${FIND} . -name \*.o -exec ${RM} {} \; + cd ${WRKSRC}; ${RM} config.cache USE_GMAKE= yes USE_X11= yes @@ -36,6 +36,6 @@ IGNORE= "${PKGNAME} requires IPv6 support" CONFIGURE_ARGS+=--disable-asmopt --bindir=/bin post-patch: - (cd ${WRKSRC}; autoreconf) + cd ${WRKSRC}; autoreconf .include "../../mk/bsd.pkg.mk" diff --git a/games/xboard/Makefile b/games/xboard/Makefile index 737238e3019..18cfcb0ea11 100644 --- a/games/xboard/Makefile +++ b/games/xboard/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/02/05 09:00:57 tron Exp $ +# $NetBSD: Makefile,v 1.6 2001/02/06 03:16:57 fredb 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+= ${LOCALBASE}/bin/autoremake:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoreconf:../../devel/autoconf USE_PERL5= # defined USE_X11= # defined @@ -30,6 +30,6 @@ CONFIGURE_ARGS+= --with-Xaw3d .endif pre-configure: - cd ${WRKSRC} && ${LOCALBASE}/bin/autoremake + cd ${WRKSRC} && ${LOCALBASE}/bin/autoreconf .include "../../mk/bsd.pkg.mk" diff --git a/games/xpuyopuyo/Makefile b/games/xpuyopuyo/Makefile index cd6cede9645..5fb2f5b75a4 100644 --- a/games/xpuyopuyo/Makefile +++ b/games/xpuyopuyo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/02/05 09:00:57 tron Exp $ +# $NetBSD: Makefile,v 1.10 2001/02/06 03:16:57 fredb Exp $ DISTNAME= xpuyopuyo-0.9.1 CATEGORIES= games x11 @@ -8,6 +8,7 @@ MASTER_SITES= http://chaos2.org/xpuyopuyo/ \ MAINTAINER= jlam@netbsd.org HOMEPAGE= http://chaos2.org/xpuyopuyo/ +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoreconf:../../devel/autoconf BUILD_DEPENDS+= ${LOCALBASE}/bin/automake:../../devel/automake DEPENDS+= gtk+-1.2.*:../../x11/gtk DEPENDS+= libmikmod>=3.1.9:../../audio/libmikmod @@ -25,7 +26,7 @@ CONFIGURE_ENV+= ac_cv_path_GNOME_CONFIG="${GNOME_CONFIG}" GNOME_CONFIG= ${WRKDIR}/gnome-config pre-configure: - cd ${WRKSRC} && ${LOCALBASE}/bin/autoheader && ${LOCALBASE}/bin/automake --gnu && ${LOCALBASE}/bin/autoremake --force + cd ${WRKSRC} && ${LOCALBASE}/bin/autoheader && ${LOCALBASE}/bin/automake --gnu && ${LOCALBASE}/bin/autoreconf --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 9e7d66ecd39..3ec0a7965d4 100644 --- a/games/xracer/Makefile +++ b/games/xracer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/02/05 09:00:58 tron Exp $ +# $NetBSD: Makefile,v 1.10 2001/02/06 03:16:57 fredb Exp $ # DISTNAME= xracer-0.96.9 @@ -8,7 +8,7 @@ MASTER_SITES= http://xracer.annexia.org/files/ MAINTAINER= bsieker@freenet.de HOMEPAGE= http://xracer.annexia.org/ -BUILD_DEPENDS+= ${LOCALBASE}/bin/autoremake:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../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} && ${LOCALBASE}/bin/autoconf && ${LOCALBASE}/bin/automake --gnu --no-force + cd ${WRKSRC} && ${LOCALBASE}/bin/automake --gnu --no-force && ${LOCALBASE}/bin/autoconf pre-patch: .for perlfile in blender2track/xracer-blender2track.pl \ diff --git a/graphics/GMT/Makefile b/graphics/GMT/Makefile index 1f6a9f8cb5f..6423633d0f8 100644 --- a/graphics/GMT/Makefile +++ b/graphics/GMT/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/02/05 09:00:58 tron Exp $ +# $NetBSD: Makefile,v 1.7 2001/02/06 03:16:58 fredb 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+= ${LOCALBASE}/bin/autoremake:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoreconf:../../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} && ${LOCALBASE}/bin/autoremake) + (cd ${WRKSRC} && ${LOCALBASE}/bin/autoreconf) for e in ${WRKSRC}/examples/*.bat \ ${WRKSRC}/examples/*/*.bat; do \ ${RM} -f $$e; \ diff --git a/graphics/giflib/Makefile b/graphics/giflib/Makefile index 1cd15675c98..242d0654728 100644 --- a/graphics/giflib/Makefile +++ b/graphics/giflib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2001/02/05 09:00:58 tron Exp $ +# $NetBSD: Makefile,v 1.26 2001/02/06 03:16:58 fredb 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+= ${LOCALBASE}/bin/autoremake:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoreconf:../../devel/autoconf USE_LIBTOOL= # defined LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig @@ -31,7 +31,7 @@ post-patch: ${RM} ${WRKSRC}/doc/gif2x11.html pre-configure: - cd ${WRKSRC} && ${LOCALBASE}/bin/autoremake + cd ${WRKSRC} && ${LOCALBASE}/bin/autoreconf post-install: ${INSTALL_DATA_DIR} ${DOCDIR} diff --git a/graphics/libungif/Makefile b/graphics/libungif/Makefile index 227d573b2ff..6bf6fd89468 100644 --- a/graphics/libungif/Makefile +++ b/graphics/libungif/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/02/05 09:00:58 tron Exp $ +# $NetBSD: Makefile,v 1.11 2001/02/06 03:16:58 fredb 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+= ${LOCALBASE}/bin/autoremake:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoreconf:../../devel/autoconf USE_LIBTOOL= yes LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig @@ -31,7 +31,7 @@ post-patch: ${RM} ${WRKSRC}/doc/gif2x11.html pre-configure: - cd ${WRKSRC} && ${LOCALBASE}/bin/autoremake + cd ${WRKSRC} && ${LOCALBASE}/bin/autoreconf post-install: cd ${PREFIX}; \ diff --git a/math/R/Makefile b/math/R/Makefile index a24f8189ef3..1af95e45b65 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2001/02/05 09:00:59 tron Exp $ +# $NetBSD: Makefile,v 1.17 2001/02/06 03:16:58 fredb 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+= ${LOCALBASE}/bin/autoremake:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoreconf:../../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} && ${LOCALBASE}/bin/autoremake + cd ${WRKSRC} && ${LOCALBASE}/bin/autoreconf # 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/misc/gnome-pim/Makefile b/misc/gnome-pim/Makefile index 1bc7b635537..4589cf62290 100644 --- a/misc/gnome-pim/Makefile +++ b/misc/gnome-pim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2001/02/05 09:01:00 tron Exp $ +# $NetBSD: Makefile,v 1.22 2001/02/06 03:16:58 fredb Exp $ # DISTNAME= gnome-pim-1.2.0 @@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnome-pim/} MAINTAINER= rh@netbsd.org HOMEPAGE= http://www.gnome.org/ -BUILD_DEPENDS+= ${LOCALBASE}/bin/autoremake:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../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 3cc95adc292..f31a7b61a79 100644 --- a/misc/gnome-utils/Makefile +++ b/misc/gnome-utils/Makefile @@ -1,4 +1,4 @@ -## $NetBSD: Makefile,v 1.27 2001/02/05 09:01:00 tron Exp $ +## $NetBSD: Makefile,v 1.28 2001/02/06 03:16:58 fredb Exp $ DISTNAME= gnome-utils-1.2.0 CATEGORIES= misc x11 gnome @@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnome-utils/} MAINTAINER= rh@netbsd.org HOMEPAGE= http://www.gnome.org/ -BUILD_DEPENDS+= ${LOCALBASE}/bin/autoremake:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf BUILD_DEPENDS+= ${LOCALBASE}/bin/automake:../../devel/automake BUILD_DEPENDS+= bison:../../devel/bison DEPENDS+= gnome-core>=1.2.0:../../x11/gnome-core diff --git a/net/gnut/Makefile b/net/gnut/Makefile index b65c7ea1fd6..e448ab1fcc4 100644 --- a/net/gnut/Makefile +++ b/net/gnut/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/02/05 09:01:01 tron Exp $ +# $NetBSD: Makefile,v 1.8 2001/02/06 03:16:59 fredb Exp $ # DISTNAME= gnut-0.4.12 @@ -8,7 +8,7 @@ MASTER_SITES= http://www.mrob.com/gnut/tars/ MAINTAINER= deberg@netbsd.org HOMEPAGE= http://www.mrob.com/gnut/ -#BUILD_DEPENDS+= ${LOCALBASE}/bin/autoremake:../../devel/autoconf +#BUILD_DEPENDS+= ${LOCALBASE}/bin/autoreconf:../../devel/autoconf #BUILD_DEPENDS+= ${LOCALBASE}/bin/automake:../../devel/automake #DEPENDS+= pth>=1.3.6:../../devel/pth @@ -30,7 +30,7 @@ LDFLAGS= -Wl,-R${LOCALBASE}/pthreads/lib -L${LOCALBASE}/pthreads/lib .endif #post-patch: -# cd ${WRKSRC} && ${CP} aclocal.m4 acinclude.m4 && ${LOCALBASE}/bin/autoremake +# cd ${WRKSRC} && ${CP} aclocal.m4 acinclude.m4 && ${LOCALBASE}/bin/autoreconf GNUTDOCS= TUTORIAL \ gnut-1.html \ diff --git a/net/irrd/Makefile b/net/irrd/Makefile index 117dc053d6c..2dc9c263462 100644 --- a/net/irrd/Makefile +++ b/net/irrd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2001/02/05 09:01:01 tron Exp $ +# $NetBSD: Makefile,v 1.12 2001/02/06 03:16:59 fredb 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+= ${LOCALBASE}/bin/autoremake:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoreconf:../../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} && ${LOCALBASE}/bin/autoremake) + cd ${WRKSRC} && ${LOCALBASE}/bin/autoreconf IRRD_CACHER= irrdcacher ripe2rpsl update_source diff --git a/net/jwhois/Makefile b/net/jwhois/Makefile index 152cd4900e9..bda97fc558a 100644 --- a/net/jwhois/Makefile +++ b/net/jwhois/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/02/05 09:01:01 tron Exp $ +# $NetBSD: Makefile,v 1.6 2001/02/06 03:16:59 fredb 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+= ${LOCALBASE}/bin/autoremake:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoreconf:../../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} && ${LOCALBASE}/bin/autoremake + cd ${WRKSRC} && ${LOCALBASE}/bin/autoreconf post-install: ${INSTALL_DATA} ${WRKSRC}/example/jwhois.conf ${PREFIX}/share/examples diff --git a/net/samba/Makefile b/net/samba/Makefile index e8e6d8d205f..43e8aff4ab3 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2001/02/05 09:01:01 tron Exp $ +# $NetBSD: Makefile,v 1.43 2001/02/06 03:16:59 fredb 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/${LOCALBASE}/bin/autoremake:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoreconf:../../devel/autoconf BUILD_DEPENDS+= msgfmt:../../devel/gettext .if !exists(/usr/include/readline.h) diff --git a/net/trafshow/Makefile b/net/trafshow/Makefile index 816e321e276..1af053673cd 100644 --- a/net/trafshow/Makefile +++ b/net/trafshow/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/02/05 09:01:02 tron Exp $ +# $NetBSD: Makefile,v 1.5 2001/02/06 03:16:59 fredb 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+= ${LOCALBASE}/bin/autoremake:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoreconf:../../devel/autoconf GNU_CONFIGURE= yes ALL_TARGET= trafshow pre-configure: - cd ${WRKSRC} && ${LOCALBASE}/bin/autoremake + cd ${WRKSRC} && ${LOCALBASE}/bin/autoreconf do-install: ${INSTALL_PROGRAM} ${WRKSRC}/trafshow ${PREFIX}/bin diff --git a/net/ucd-snmp/Makefile b/net/ucd-snmp/Makefile index ab6dae46b25..d86242e891a 100644 --- a/net/ucd-snmp/Makefile +++ b/net/ucd-snmp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2001/02/05 09:01:02 tron Exp $ +# $NetBSD: Makefile,v 1.29 2001/02/06 03:16:59 fredb 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+= ${LOCALBASE}/bin/autoremake:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoreconf:../../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} && ${LOCALBASE}/bin/autoremake) + cd ${WRKSRC} && ${LOCALBASE}/bin/autoreconf post-build: ${SED} 's,@PREFIX@,${PREFIX},g' < ${FILESDIR}/snmpd.sh > ${WRKDIR}/snmpd diff --git a/net/zebra/Makefile b/net/zebra/Makefile index 6c44f9515ac..7a284fbd70e 100644 --- a/net/zebra/Makefile +++ b/net/zebra/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2001/02/05 09:01:02 tron Exp $ +# $NetBSD: Makefile,v 1.33 2001/02/06 03:17:00 fredb Exp $ # Based on KAME Id: Makefile,v 1.1.2.1.2.1.10.2 1999/01/05 11:03:50 itojun Exp # @@ -12,7 +12,7 @@ MAINTAINER= itojun@itojun.org HOMEPAGE= http://www.zebra.org/ BUILD_DEPENDS+= ${LOCALBASE}/bin/automake:../../devel/automake -BUILD_DEPENDS+= ${LOCALBASE}/bin/autoremake:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoreconf:../../devel/autoconf .include "../../mk/bsd.prefs.mk" @@ -51,7 +51,7 @@ post-patch: ${ECHO} '@dirrm share/examples/zebra' >>${PLIST_SRC} pre-configure: - cd ${WRKSRC} && ${LOCALBASE}/bin/autoremake + cd ${WRKSRC} && ${LOCALBASE}/bin/autoreconf # cd ${WRKSRC} && ${LOCALBASE}/bin/automake #post-build: diff --git a/security/openssh/Makefile b/security/openssh/Makefile index 31fe684abf4..fead5d88f4b 100644 --- a/security/openssh/Makefile +++ b/security/openssh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2001/02/05 09:01:03 tron Exp $ +# $NetBSD: Makefile,v 1.37 2001/02/06 03:17:00 fredb 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+= ${LOCALBASE}/bin/autoremake:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoreconf:../../devel/autoconf CRYPTO= yes @@ -81,7 +81,7 @@ PLIST_SRC= ${PKGDIR}/PLIST.SunOS .endif pre-configure: - cd ${WRKSRC} && ${LOCALBASE}/bin/autoremake + cd ${WRKSRC} && ${LOCALBASE}/bin/autoreconf post-build: for FILE in \ diff --git a/security/pakemon/Makefile b/security/pakemon/Makefile index 8f29e1ab390..bbce8b80983 100644 --- a/security/pakemon/Makefile +++ b/security/pakemon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/02/05 09:01:03 tron Exp $ +# $NetBSD: Makefile,v 1.3 2001/02/06 03:17:00 fredb 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+= ${LOCALBASE}/bin/autoremake:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoreconf:../../devel/autoconf GNU_CONFIGURE= yes @@ -20,6 +20,6 @@ post-extract: ${CP} ${WRKSRC}/pakemon.h ${WRKSRC}/pakemon.h.in post-patch: - (cd ${WRKSRC}; autoreconf) + cd ${WRKSRC}; autoreconf .include "../../mk/bsd.pkg.mk" diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile index 9ce6042c363..f0fa066f31a 100644 --- a/security/stunnel/Makefile +++ b/security/stunnel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2001/02/05 09:01:03 tron Exp $ +# $NetBSD: Makefile,v 1.13 2001/02/06 03:17:00 fredb 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+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoreconf:../../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} && ${LOCALBASE}/bin/autoremake + cd ${WRKSRC} && ${LOCALBASE}/bin/autoreconf .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/apcupsd/Makefile b/sysutils/apcupsd/Makefile index 22790539e4a..c48f3e14501 100644 --- a/sysutils/apcupsd/Makefile +++ b/sysutils/apcupsd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/02/05 09:01:04 tron Exp $ +# $NetBSD: Makefile,v 1.6 2001/02/06 03:17:00 fredb 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+= ${LOCALBASE}/bin/autoremake:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../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} && ${LOCALBASE}/bin/autoremake --force + cd ${WRKSRC} && ${LOCALBASE}/bin/autoreconf --force # we should probably allow the tty to be set in /etc/mk.conf too # diff --git a/sysutils/ups-nut-cgi/Makefile b/sysutils/ups-nut-cgi/Makefile index 79131a877fa..d256d6b0e00 100644 --- a/sysutils/ups-nut-cgi/Makefile +++ b/sysutils/ups-nut-cgi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/02/05 09:01:04 tron Exp $ +# $NetBSD: Makefile,v 1.3 2001/02/06 03:17:00 fredb 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/${LOCALBASE}/bin/autoremake:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoreconf:../../devel/autoconf WRKSRC= ${WRKDIR}/nut-0.44.2 diff --git a/textproc/eperl/Makefile b/textproc/eperl/Makefile index 9ec48d3d271..495bd8d7267 100644 --- a/textproc/eperl/Makefile +++ b/textproc/eperl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/02/05 09:01:04 tron Exp $ +# $NetBSD: Makefile,v 1.6 2001/02/06 03:17:01 fredb 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+= ${LOCALBASE}/bin/autoremake:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoreconf:../../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} && ${LOCALBASE}/bin/autoremake + cd ${WRKSRC} && ${LOCALBASE}/bin/autoreconf post-build: cd ${WRKSRC}/mod/Parse; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile index a235609e495..7d5dbb0a100 100644 --- a/www/bluefish/Makefile +++ b/www/bluefish/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2001/02/05 09:01:05 tron Exp $ +# $NetBSD: Makefile,v 1.12 2001/02/06 03:17:01 fredb 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+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoreconf:../../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} && ${LOCALBASE}/bin/autoremake + cd ${WRKSRC} && ${LOCALBASE}/bin/autoreconf post-install: ${INSTALL_DATA_DIR} ${HTMLDIR} diff --git a/x11/gnome-applets/Makefile b/x11/gnome-applets/Makefile index 52a5bf99e46..0bb34db810d 100644 --- a/x11/gnome-applets/Makefile +++ b/x11/gnome-applets/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/02/05 09:01:06 tron Exp $ +# $NetBSD: Makefile,v 1.10 2001/02/06 03:17:01 fredb Exp $ # DISTNAME= gnome-applets-1.2.2 @@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnome-applets/} MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnome.org/ -BUILD_DEPENDS+= ${LOCALBASE}/bin/autoremake:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../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 |