zap autoconf-N: part, since it's now default

This commit is contained in:
espie 2010-11-26 14:17:17 +00:00
parent 217649a004
commit f9827a98ad
10 changed files with 24 additions and 24 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2010/11/15 00:22:48 espie Exp $
# $OpenBSD: Makefile,v 1.10 2010/11/26 14:17:17 espie Exp $
COMMENT= XDG sound theme
@ -22,8 +22,8 @@ MASTER_SITES= http://cgit.freedesktop.org/sound-theme-freedesktop/snapshot/
MODULES= textproc/intltool
BUILD_DEPENDS= autoconf-${AUTOCONF_VERSION}:devel/autoconf/${AUTOCONF_VERSION} \
automake->=${AUTOMAKE_VERSION},<1.10:devel/automake/${AUTOMAKE_VERSION}
BUILD_DEPENDS= devel/autoconf/${AUTOCONF_VERSION} \
devel/automake/${AUTOMAKE_VERSION}
# XXX needed for autoreconf:
# aclocal:configure.ac:17: warning: macro `AM_GLIB_GNU_GETTEXT' not found in library

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2010/11/15 00:22:48 espie Exp $
# $OpenBSD: Makefile,v 1.5 2010/11/26 14:17:17 espie Exp $
COMMENT= tempo/pitch audio processing library
@ -20,8 +20,8 @@ MASTER_SITES= ${HOMEPAGE}
WANTLIB= c m stdc++
BUILD_DEPENDS= autoconf-${AUTOCONF_VERSION}:devel/autoconf/${AUTOCONF_VERSION} \
automake->=1.9,<1.10:devel/automake/${AUTOMAKE_VERSION} \
BUILD_DEPENDS= devel/autoconf/${AUTOCONF_VERSION} \
devel/automake/${AUTOMAKE_VERSION} \
devel/libtool
USE_LIBTOOL= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.12 2010/11/15 00:22:48 espie Exp $
# $OpenBSD: Makefile,v 1.13 2010/11/26 14:17:17 espie Exp $
COMMENT= integer-only, fully Ogg Vorbis compliant decoder library
@ -16,8 +16,8 @@ PERMIT_PACKAGE_FTP= Yes
MASTER_SITES= http://www.bsdfrog.org/OpenBSD/distfiles/
BUILD_DEPENDS= autoconf-${AUTOCONF_VERSION}:devel/autoconf/${AUTOCONF_VERSION} \
automake->=${AUTOMAKE_VERSION},<1.10:devel/automake/${AUTOMAKE_VERSION} \
BUILD_DEPENDS= devel/autoconf/${AUTOCONF_VERSION} \
devel/automake/${AUTOMAKE_VERSION} \
devel/metaauto
AUTOCONF_VERSION=2.61

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.11 2010/11/15 19:45:56 espie Exp $
# $OpenBSD: Makefile,v 1.12 2010/11/26 14:17:17 espie Exp $
COMMENT= gcc for arm-elf cross-development
@ -19,7 +19,7 @@ MAKE_ADA= No
MASTER_SITES= ${MASTER_SITE_GCC:=releases/gcc-$(VERSION)/}
BUILD_DEPENDS+= autoconf-2.13:devel/autoconf/2.13 \
BUILD_DEPENDS+= devel/autoconf/2.13 \
devel/bison \
devel/metaauto \
devel/arm-elf/binutils

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2010/11/26 07:58:43 espie Exp $
# $OpenBSD: Makefile,v 1.7 2010/11/26 14:17:17 espie Exp $
COMMENT= GNU standards-compliant Makefile generator
@ -42,7 +42,7 @@ FAKE_FLAGS= docdir=${PREFIX}/share/doc/automake${SUFFIX}
REGRESS_DEPENDS= ${BASE_PKGPATH} \
${MODPY_RUN_DEPENDS} \
autoconf-${AUTOCONF_REGRESS}:devel/autoconf/${AUTOCONF_REGRESS} \
devel/autoconf/${AUTOCONF_REGRESS} \
devel/libtool \
devel/gmake \
archivers/bzip2 \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2010/11/26 07:18:59 espie Exp $
# $OpenBSD: Makefile,v 1.20 2010/11/26 14:17:17 espie Exp $
COMMENT= Atmel AVR 8-bit RISC microcontrollers' XGCC
@ -22,7 +22,7 @@ DISTFILES= gcc-core-${V}${EXTRACT_SUFX} \
MASTER_SITES= ${MASTER_SITE_GCC:=releases/gcc-$(V)/}
BUILD_DEPENDS+= autoconf-2.13:devel/autoconf/2.13 \
BUILD_DEPENDS+= devel/autoconf/2.13 \
devel/bison \
devel/metaauto \
devel/avr/binutils

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.14 2010/11/17 08:05:12 espie Exp $
# $OpenBSD: Makefile,v 1.15 2010/11/26 14:17:17 espie Exp $
COMMENT= anti-grain geometry graphics library
@ -29,7 +29,7 @@ AUTOMAKE_VERSION= 1.9
MODULES= converters/libiconv
LIB_DEPENDS= devel/sdl
# XX needs libtoolize
BUILD_DEPENDS= autoconf-${AUTOCONF_VERSION}:devel/autoconf/${AUTOCONF_VERSION} \
BUILD_DEPENDS= devel/autoconf/${AUTOCONF_VERSION} \
devel/libtool \
devel/metaauto

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.47 2010/11/22 09:23:58 espie Exp $
# $OpenBSD: Makefile,v 1.48 2010/11/26 14:17:17 espie Exp $
ONLY_FOR_ARCHS = alpha amd64 i386 m68k sparc sparc64 powerpc vax
@ -46,7 +46,7 @@ FLAVOR ?= c++ fortran objc ada
FLAVOR += c++
.endif
BUILD_DEPENDS = autoconf-2.13:devel/autoconf/2.13
BUILD_DEPENDS = devel/autoconf/2.13
BUILD_DEPENDS += devel/metaauto
# This can be patched out, apart from java that wants a pure parser.

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.56 2010/11/22 09:23:58 espie Exp $
# $OpenBSD: Makefile,v 1.57 2010/11/26 14:17:17 espie Exp $
ONLY_FOR_ARCHS = alpha i386 m68k sparc sparc64 powerpc vax amd64
#BROKEN=adjust for types changes
@ -59,7 +59,7 @@ FLAVOR += c++
DISTFILES = ${DISTNAME}.tar.bz2
SUPDISTFILES = ${ADASTRAP}:0
BUILD_DEPENDS += autoconf-2.59:devel/autoconf/2.59
BUILD_DEPENDS += devel/autoconf/2.59
BUILD_DEPENDS += devel/metaauto
USE_LIBTOOL = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.29 2010/11/20 09:48:39 espie Exp $
# $OpenBSD: Makefile,v 1.30 2010/11/26 14:17:17 espie Exp $
#
# Credits to Matt Jibson. He did the initial work on this port and many
# tools it depends on.
@ -50,7 +50,7 @@ CONFIGURE_ENV= AUTOCONF_VERSION=${AUTOCONF_VERSION} \
CONFIGURE_ARGS+= --disable-{debugging,optimising,pipe} \
--with-ncsb-dir=${LOCALBASE}/share/ghostscript/fonts
USE_GMAKE= Yes
USE_GROFF = Yes
USE_GROFF = Yes
MAKE_FILE= GNUmakefile
# Stupid fontforge writes autosave data to ~/.PfaEdit, even in
@ -75,7 +75,7 @@ RUN_DEPENDS= print/ghostscript/gnu
BUILD_DEPENDS= print/mftrace \
devel/bison \
archivers/bzip2 \
autoconf-${AUTOCONF_VERSION}:devel/autoconf/${AUTOCONF_VERSION} \
devel/autoconf/${AUTOCONF_VERSION} \
textproc/texi2html \
${RUN_DEPENDS}