summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorskrll <skrll@pkgsrc.org>2001-08-26 10:32:18 +0000
committerskrll <skrll@pkgsrc.org>2001-08-26 10:32:18 +0000
commitec3aee670c1cf560cceb843f28236eb94684cf6a (patch)
treedbe1614ef3af298b3ecf46c5a18a28d7ca2fcabc
parentd2e77887868612aa0a01d5f9b272ec618eb893b8 (diff)
downloadpkgsrc-ec3aee670c1cf560cceb843f28236eb94684cf6a.tar.gz
Update automake to 1.4-p5 (1.5 is available)
Include a bugfix for lisp_LISP independently discovered by me that has been pulled up to the automake-1-4 branch of automake cvs. Changes are: New in 1.4-p5: * Allow AM_PROG_LIBTOOL again. * Diagnose AC_CONFIG_HEADERS the same as AC_CONFIG_HEADER. * Display distributed file list correctly in usage message. * Allow numbers in macro names. * Bugfixes. New in 1.4-p4: * Deal with configure.ac as well as configure.in -- this time for real! * The version numbering system now allows three point version numbers, such as 1.4.4, without thinking they are alpha release numbers. New in 1.4-p3: * Deal with configure.ac as well as configure.in. * Don't complain if `version.texi' is included in multiple places. New in 1.4-p2: * Deal with AC_CONFIG_FILES from autoconf-2.50. * Improvements to f77 support. * DESTDIR now works for script targets. * distcheck-hook works correctly. New in 1.4-p1: * The version numbering system now allows fork identifiers (such as the p1 in this version of automake). * Cope gracefully with various versions of libtool which may or may not require ltconfig, ltcf-c.sh, ltcf-cxx.sh or ltcf-gcj.sh. * Bugfixes.
-rw-r--r--TODO4
-rw-r--r--audio/libao/Makefile4
-rw-r--r--audio/libvorbis/Makefile4
-rw-r--r--audio/rio500/Makefile4
-rw-r--r--chat/kyahoo/Makefile4
-rw-r--r--converters/xlHtml-mixedcase/Makefile4
-rw-r--r--databases/kmysqladmin/Makefile4
-rw-r--r--devel/automake/Makefile5
-rw-r--r--devel/automake/distinfo7
-rw-r--r--devel/kdbg/Makefile4
-rw-r--r--devel/kdevelop-base/Makefile4
-rw-r--r--finance/emma/Makefile4
-rw-r--r--games/gnome-games/Makefile4
-rw-r--r--games/xpuyopuyo/Makefile4
-rw-r--r--games/xracer/Makefile4
-rw-r--r--graphics/avifile-devel/Makefile4
-rw-r--r--graphics/gdk-pixbuf/Makefile.common4
-rw-r--r--graphics/imlib/Makefile4
-rw-r--r--lang/squeak/Makefile4
-rw-r--r--mail/mutt-devel/Makefile4
-rw-r--r--misc/gnome-utils/Makefile4
-rw-r--r--net/ORBit/Makefile4
-rw-r--r--net/zebra/Makefile4
-rw-r--r--security/cyrus-sasl/Makefile4
-rw-r--r--security/srp_client/Makefile4
-rw-r--r--sysutils/gnome-vfs/Makefile4
-rw-r--r--sysutils/koncd/Makefile4
-rw-r--r--wm/windowmaker/Makefile4
-rw-r--r--www/libwww/Makefile4
-rw-r--r--x11/kdebase2/Makefile4
-rw-r--r--x11/lesstif/Makefile.common4
31 files changed, 65 insertions, 63 deletions
diff --git a/TODO b/TODO
index 5d0215bf053..d4ddab5d03d 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,4 @@
-$NetBSD: TODO,v 1.64 2001/08/16 19:54:11 zuntum Exp $
+$NetBSD: TODO,v 1.65 2001/08/26 10:32:18 skrll Exp $
packages TODO (Suggested new packages)
^^^^^^^^^^^^^
@@ -61,7 +61,7 @@ package update TODO (Suggested package updates)
(skrll has a new package)
o update print/ghostscript to 6.51 (jlam)
o update autoconf to 2.52 (or newer)
- o update automake to 1.4-p5 (or newer)
+ o update automake to 1.5
pksgrc TODO (Suggested pkgsrc features and enhancements)
diff --git a/audio/libao/Makefile b/audio/libao/Makefile
index 20055bb483a..1db329e4905 100644
--- a/audio/libao/Makefile
+++ b/audio/libao/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2001/08/23 16:42:31 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2001/08/26 10:32:18 skrll Exp $
DISTNAME= libao-0.8.0
CATEGORIES= devel
@@ -7,7 +7,7 @@ MASTER_SITES= http://www.vorbis.com/files/rc2/unix/
MAINTAINER= lukem@netbsd.org
COMMENT= cross-platform audio library
-BUILD_DEPENDS+= automake-1.4:../../devel/automake
+BUILD_DEPENDS+= automake>=1.4:../../devel/automake
BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
PLIST_SUBST+= VERSION="${DISTNAME}"
diff --git a/audio/libvorbis/Makefile b/audio/libvorbis/Makefile
index 6995c0f7d33..637778ddbd1 100644
--- a/audio/libvorbis/Makefile
+++ b/audio/libvorbis/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2001/08/14 14:53:20 lukem Exp $
+# $NetBSD: Makefile,v 1.8 2001/08/26 10:32:18 skrll Exp $
DISTNAME= libvorbis-1.0rc2
PKGNAME= libvorbis-1.0.0.6
@@ -11,7 +11,7 @@ COMMENT= Library for the Ogg Vorbis audio encoding format
USE_BUILDLINK_ONLY= YES
BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
-BUILD_DEPENDS+= automake-1.4:../../devel/automake
+BUILD_DEPENDS+= automake>=1.4:../../devel/automake
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
diff --git a/audio/rio500/Makefile b/audio/rio500/Makefile
index a8a3e94cf97..dcd876d61dc 100644
--- a/audio/rio500/Makefile
+++ b/audio/rio500/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2001/05/15 15:44:29 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.6 2001/08/26 10:32:19 skrll Exp $
#
DISTNAME= rio500-0.7
@@ -9,7 +9,7 @@ MAINTAINER= ad@netbsd.org
HOMEPAGE= http://rio500.sourceforge.net/
COMMENT= Utilities to manage your Diamond Rio 500 MP3 player
-BUILD_DEPENDS+= automake-*:../../devel/automake
+BUILD_DEPENDS+= automake>=1.4:../../devel/automake
DEPENDS+= glib>=1.2.0:../../devel/glib
USE_GMAKE= yes
diff --git a/chat/kyahoo/Makefile b/chat/kyahoo/Makefile
index eac0fe01938..0e960648f63 100644
--- a/chat/kyahoo/Makefile
+++ b/chat/kyahoo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/08/01 07:33:42 skrll Exp $
+# $NetBSD: Makefile,v 1.2 2001/08/26 10:32:19 skrll Exp $
#
DISTNAME= kyahoo-0.7
@@ -10,7 +10,7 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://kyahoo.sourceforge.net/
COMMENT= yahoo client for KDE
-BUILD_DEPENDS+= automake-1.4:../../devel/automake
+BUILD_DEPENDS+= automake>=1.4:../../devel/automake
BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
DEPENDS+= kdebase>=2.1:../../x11/kdebase2
diff --git a/converters/xlHtml-mixedcase/Makefile b/converters/xlHtml-mixedcase/Makefile
index cdbacccb0e0..6c317b2dab8 100644
--- a/converters/xlHtml-mixedcase/Makefile
+++ b/converters/xlHtml-mixedcase/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2001/08/19 19:09:40 jlam Exp $
+# $NetBSD: Makefile,v 1.3 2001/08/26 10:32:19 skrll Exp $
#
DISTNAME= xlHtml-0.2.8
@@ -10,7 +10,7 @@ HOMEPAGE= http://www.xlHtml.org/
COMMENT= Microsoft xls/ppt to HTML converter
BUILD_DEPENDS+= autoconf-*:../../devel/autoconf
-BUILD_DEPENDS+= automake-*:../../devel/automake
+BUILD_DEPENDS+= automake>=1.4:../../devel/automake
USE_BUILDLINK_ONLY= YES
GNU_CONFIGURE= YES
diff --git a/databases/kmysqladmin/Makefile b/databases/kmysqladmin/Makefile
index c1d50aad433..16141d405c5 100644
--- a/databases/kmysqladmin/Makefile
+++ b/databases/kmysqladmin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2001/08/09 19:28:58 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2001/08/26 10:32:19 skrll Exp $
DISTNAME= kmysqladmin-0.5.1
CATEGORIES= databases kde
@@ -8,7 +8,7 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.webeifer.de/alwin/programs/kmysqladmin/
COMMENT= Mysql administrators GUI
-BUILD_DEPENDS+= automake-1.4:../../devel/automake
+BUILD_DEPENDS+= automake>=1.4:../../devel/automake
BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
DEPENDS+= kdebase>=2.1:../../x11/kdebase2
DEPENDS+= kdelibs>=2.1:../../x11/kdelibs2
diff --git a/devel/automake/Makefile b/devel/automake/Makefile
index f5270baab30..9faa4785777 100644
--- a/devel/automake/Makefile
+++ b/devel/automake/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.19 2001/02/16 14:38:18 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2001/08/26 10:32:19 skrll Exp $
# FreeBSD Id: Makefile,v 1.5 1997/09/19 09:29:04 max Exp
#
-DISTNAME= automake-1.4
+DISTNAME= automake-1.4-p5
+PKGNAME= ${DISTNAME:C/-p/./}nb1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=automake/}
diff --git a/devel/automake/distinfo b/devel/automake/distinfo
index bcb55b47ae7..6c8496db0cc 100644
--- a/devel/automake/distinfo
+++ b/devel/automake/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.3 2001/04/21 00:44:11 wiz Exp $
+$NetBSD: distinfo,v 1.4 2001/08/26 10:32:19 skrll Exp $
-SHA1 (automake-1.4.tar.gz) = 1741c9d73d36e37139adeab4d905049d509f9454
-Size (automake-1.4.tar.gz) = 353241 bytes
+SHA1 (automake-1.4-p5.tar.gz) = f8368e47a7b8f879aaa0c828664b680efd9e455f
+Size (automake-1.4-p5.tar.gz) = 376992 bytes
SHA1 (patch-aa) = 70ecb085bfe05f256bcaf4315e7a6e296b2749c0
SHA1 (patch-ab) = 0c4936c28c39efff28b3d388d5b6849a3f9b2eab
+SHA1 (patch-ac) = 022970160039f517f38bc14b92f002e9623d9bf8
diff --git a/devel/kdbg/Makefile b/devel/kdbg/Makefile
index 947e1edede9..8db90a98fce 100644
--- a/devel/kdbg/Makefile
+++ b/devel/kdbg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2001/04/02 20:06:12 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2001/08/26 10:32:20 skrll Exp $
DISTNAME= kdbg-1.2.0
CATEGORIES= devel kde
@@ -11,7 +11,7 @@ COMMENT= Graphical User Interface around gdb using KDE
BUILD_USES_MSGFMT= yes
DEPENDS+= autoconf-2.13:../autoconf
-DEPENDS+= automake-1.4:../automake
+DEPENDS+= automake>=1.4:../automake
DEPENDS+= kdevelop-base-1.*:../kdevelop-base
USE_X11BASE= yes
diff --git a/devel/kdevelop-base/Makefile b/devel/kdevelop-base/Makefile
index 0c83f0c34f4..2bc41b12f51 100644
--- a/devel/kdevelop-base/Makefile
+++ b/devel/kdevelop-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2001/04/02 20:06:12 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2001/08/26 10:32:20 skrll Exp $
DISTNAME= kdevelop-1.3
PKGNAME= ${DISTNAME:S/-/-base-/}
@@ -12,7 +12,7 @@ COMMENT= Base modules for IDE for Unix/X11/KDE
BUILD_USES_MSGFMT= yes
DEPENDS+= autoconf-*:../../devel/autoconf
-DEPENDS+= automake-*:../../devel/automake
+DEPENDS+= automake>=1.4:../../devel/automake
DEPENDS+= kdebase-1.*:../../x11/kdebase
DEPENDS+= kdoc-2*:../../textproc/kdoc
DEPENDS+= htdig>=3.1.5:../../www/htdig
diff --git a/finance/emma/Makefile b/finance/emma/Makefile
index 678447c3440..2e8313030a0 100644
--- a/finance/emma/Makefile
+++ b/finance/emma/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2001/07/02 14:29:45 drochner Exp $
+# $NetBSD: Makefile,v 1.8 2001/08/26 10:32:20 skrll Exp $
#
DISTNAME= emma-0.8-1
@@ -11,7 +11,7 @@ MAINTAINER= tron@netbsd.org
HOMEPAGE= http://rainbow.mimuw.edu.pl/~la181249/
COMMENT= Money management program
-BUILD_DEPENDS+= automake-1.4:../../devel/automake
+BUILD_DEPENDS+= automake>=1.4:../../devel/automake
DEPENDS+= gnome-libs-*:../../x11/gnome-libs
DEPENDS+= python>=2.0:../../lang/python
DEPENDS+= py-mxDateTime-*:../../time/py-mxDateTime
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile
index 17414e459f1..f82f4f034aa 100644
--- a/games/gnome-games/Makefile
+++ b/games/gnome-games/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2001/08/13 17:37:24 rh Exp $
+# $NetBSD: Makefile,v 1.26 2001/08/26 10:32:20 skrll Exp $
DISTNAME= gnome-games-1.4.0.2
CATEGORIES= games gnome
@@ -9,7 +9,7 @@ HOMEPAGE= http://www.gnome.org/
COMMENT= GNOME games collection
BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
-BUILD_DEPENDS+= automake-1.4:../../devel/automake
+BUILD_DEPENDS+= automake>=1.4:../../devel/automake
DEPENDS+= gnome-core>1.4.0:../../x11/gnome-core
# Required for ports which don't build "libgtop".
DEPENDS+= guile-[0-9]*:../../lang/guile
diff --git a/games/xpuyopuyo/Makefile b/games/xpuyopuyo/Makefile
index 0e55c960a18..e38fc528cdd 100644
--- a/games/xpuyopuyo/Makefile
+++ b/games/xpuyopuyo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2001/03/27 03:19:58 hubertf Exp $
+# $NetBSD: Makefile,v 1.13 2001/08/26 10:32:20 skrll Exp $
DISTNAME= xpuyopuyo-0.9.1
CATEGORIES= games x11
@@ -10,7 +10,7 @@ HOMEPAGE= http://chaos2.org/xpuyopuyo/
COMMENT= Tetris-like puzzle game
BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
-BUILD_DEPENDS+= automake-1.4:../../devel/automake
+BUILD_DEPENDS+= automake>=1.4:../../devel/automake
DEPENDS+= gtk+-1.2.*:../../x11/gtk
DEPENDS+= libmikmod>=3.1.9:../../audio/libmikmod
diff --git a/games/xracer/Makefile b/games/xracer/Makefile
index c4d8f12143e..d50a8e1b36f 100644
--- a/games/xracer/Makefile
+++ b/games/xracer/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2001/06/28 22:40:56 zuntum Exp $
+# $NetBSD: Makefile,v 1.16 2001/08/26 10:32:21 skrll Exp $
#
DISTNAME= xracer-0.96.9
@@ -10,7 +10,7 @@ HOMEPAGE= http://xracer.annexia.org/
COMMENT= XRacer is a clone of the popular Psygnosis game Wipeout
BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
-BUILD_DEPENDS+= automake-1.4:../../devel/automake
+BUILD_DEPENDS+= automake>=1.4:../../devel/automake
BUILD_USES_MSGFMT= yes
USE_BUILDLINK_ONLY= YES
diff --git a/graphics/avifile-devel/Makefile b/graphics/avifile-devel/Makefile
index a3f3d32597e..de2b0d739e6 100644
--- a/graphics/avifile-devel/Makefile
+++ b/graphics/avifile-devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2001/08/25 09:08:48 skrll Exp $
+# $NetBSD: Makefile,v 1.18 2001/08/26 10:32:21 skrll Exp $
#
DISTNAME= avifile-0.6.20010814
@@ -12,7 +12,7 @@ HOMEPAGE= http://divx.euro.ru/
COMMENT= MPEG-4 (DivX) video player library
DEPENDS+= win32-codecs>=010122:../../graphics/win32-codecs
-BUILD_DEPENDS+= automake-*:../../devel/automake
+BUILD_DEPENDS+= automake>=1.4:../../devel/automake
WRKSRC= ${WRKDIR}/avifile-0.6
diff --git a/graphics/gdk-pixbuf/Makefile.common b/graphics/gdk-pixbuf/Makefile.common
index 9ca322aaf33..345e34b7b2d 100644
--- a/graphics/gdk-pixbuf/Makefile.common
+++ b/graphics/gdk-pixbuf/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.13 2001/08/16 22:19:08 wiz Exp $
+# $NetBSD: Makefile.common,v 1.14 2001/08/26 10:32:21 skrll Exp $
#
DISTNAME= gdk-pixbuf-0.10.1
@@ -9,7 +9,7 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.gnome.org/
BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
-BUILD_DEPENDS+= automake-1.4:../../devel/automake
+BUILD_DEPENDS+= automake>=1.4:../../devel/automake
USE_GMAKE= # defined
USE_X11BASE= # defined
diff --git a/graphics/imlib/Makefile b/graphics/imlib/Makefile
index 7fade8eaf5e..3d24af5d34e 100644
--- a/graphics/imlib/Makefile
+++ b/graphics/imlib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2001/08/13 19:20:16 rh Exp $
+# $NetBSD: Makefile,v 1.55 2001/08/26 10:32:21 skrll Exp $
#
DISTNAME= imlib-1.9.11
@@ -10,7 +10,7 @@ HOMEPAGE= http://www.nl.rasterman.com/imlib.html
COMMENT= image manipulation library for X11
BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
-BUILD_DEPENDS+= automake-1.4:../../devel/automake
+BUILD_DEPENDS+= automake>=1.4:../../devel/automake
USE_X11BASE= yes
USE_LIBTOOL= yes
diff --git a/lang/squeak/Makefile b/lang/squeak/Makefile
index 0d00ebf4577..86e2484b187 100644
--- a/lang/squeak/Makefile
+++ b/lang/squeak/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2001/08/23 21:18:30 fredb Exp $
+# $NetBSD: Makefile,v 1.17 2001/08/26 10:32:22 skrll Exp $
#
DISTNAME= Squeak-3.0
@@ -15,7 +15,7 @@ HOMEPAGE= http://www.squeak.org/
COMMENT= Full Smalltalk 80 with portability to UN*X, Mac, and Windows
BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
-BUILD_DEPENDS+= automake-1.4:../../devel/automake
+BUILD_DEPENDS+= automake>=1.4:../../devel/automake
BUILD_DEPENDS+= unzip-*:../../archivers/unzip
GNU_CONFIGURE= yes
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile
index 6e6468b5150..fa7eed5ebf2 100644
--- a/mail/mutt-devel/Makefile
+++ b/mail/mutt-devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2001/07/22 15:24:10 tron Exp $
+# $NetBSD: Makefile,v 1.10 2001/08/26 10:32:22 skrll Exp $
DISTNAME= mutt-1.3.19i
CATEGORIES= mail
@@ -11,7 +11,7 @@ COMMENT= text-based MIME mail client with PGP support
USE_BUILDLINK_ONLY= YES
BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
-BUILD_DEPENDS+= automake-1.4:../../devel/automake
+BUILD_DEPENDS+= automake>=1.4:../../devel/automake
BUILD_USES_MSGFMT= YES
#USE_LIBINTL= YES
diff --git a/misc/gnome-utils/Makefile b/misc/gnome-utils/Makefile
index d514e6770b1..2026ca6dd73 100644
--- a/misc/gnome-utils/Makefile
+++ b/misc/gnome-utils/Makefile
@@ -1,4 +1,4 @@
-## $NetBSD: Makefile,v 1.37 2001/08/25 07:21:16 skrll Exp $
+## $NetBSD: Makefile,v 1.38 2001/08/26 10:32:22 skrll Exp $
DISTNAME= gnome-utils-1.4.0.2
CATEGORIES= misc x11 gnome
@@ -10,7 +10,7 @@ HOMEPAGE= http://www.gnome.org/
COMMENT= Set of useful GNOME utilities and applications
BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
-BUILD_DEPENDS+= automake-1.4:../../devel/automake
+BUILD_DEPENDS+= automake>=1.4:../../devel/automake
BUILD_DEPENDS+= bison-*:../../devel/bison
BUILD_DEPENDS+= xml-i18n-tools-*:../../textproc/xml-i18n-tools
DEPENDS+= gnome-core>1.4.0:../../x11/gnome-core
diff --git a/net/ORBit/Makefile b/net/ORBit/Makefile
index 75f24cd0efc..d37892abf9a 100644
--- a/net/ORBit/Makefile
+++ b/net/ORBit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.59 2001/06/29 04:54:55 jlam Exp $
+# $NetBSD: Makefile,v 1.60 2001/08/26 10:32:22 skrll Exp $
#
DISTNAME= ORBit-0.${ORBIT_MAJOR}.${ORBIT_MINOR}
@@ -12,7 +12,7 @@ COMMENT= high-performance CORBA ORB with support for the C language
DEPENDS+= gindent-*:../../devel/gindent
BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
-BUILD_DEPENDS+= automake-1.4:../../devel/automake
+BUILD_DEPENDS+= automake>=1.4:../../devel/automake
BUILD_USES_GETTEXT_M4= YES
USE_GMAKE= YES
diff --git a/net/zebra/Makefile b/net/zebra/Makefile
index 61c1d1ced71..3bbadd45f39 100644
--- a/net/zebra/Makefile
+++ b/net/zebra/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2001/08/20 07:12:27 itojun Exp $
+# $NetBSD: Makefile,v 1.46 2001/08/26 10:32:22 skrll Exp $
# Based on KAME Id: Makefile,v 1.1.2.1.2.1.10.2 1999/01/05 11:03:50 itojun Exp
#
@@ -11,7 +11,7 @@ MAINTAINER= itojun@itojun.org
HOMEPAGE= http://www.zebra.org/
COMMENT= Free multithreaded routing daemon software
-BUILD_DEPENDS+= automake-1.4:../../devel/automake
+BUILD_DEPENDS+= automake>=1.4:../../devel/automake
BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
.include "../../mk/bsd.prefs.mk"
diff --git a/security/cyrus-sasl/Makefile b/security/cyrus-sasl/Makefile
index fb451748b45..f883edb810a 100644
--- a/security/cyrus-sasl/Makefile
+++ b/security/cyrus-sasl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2001/08/14 03:41:39 jlam Exp $
+# $NetBSD: Makefile,v 1.16 2001/08/26 10:32:23 skrll Exp $
DISTNAME= cyrus-sasl-1.5.24
PKGNAME= ${DISTNAME}nb3
@@ -10,7 +10,7 @@ MAINTAINER= jlam@netbsd.org
HOMEPAGE= http://asg2.web.cmu.edu/sasl/
COMMENT= Simple Authentication and Security Layer
-BUILD_DEPENDS+= automake-1.4:../../devel/automake
+BUILD_DEPENDS+= automake>=1.4:../../devel/automake
GNU_CONFIGURE= # defined
USE_SSL= # defined
diff --git a/security/srp_client/Makefile b/security/srp_client/Makefile
index 2034246038d..4dfb410f818 100644
--- a/security/srp_client/Makefile
+++ b/security/srp_client/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2001/06/11 06:34:49 jlam Exp $
+# $NetBSD: Makefile,v 1.16 2001/08/26 10:32:23 skrll Exp $
#
DISTNAME= srp-1.4.4
@@ -11,7 +11,7 @@ MAINTAINER= jlam@netbsd.org
COMMENT= client programs using Secure Remote Password protocol
BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
-BUILD_DEPENDS+= automake-1.4:../../devel/automake
+BUILD_DEPENDS+= automake>=1.4:../../devel/automake
DEPENDS+= gmp>=2.0.2:../../devel/gmp
LICENSE= srp_client-license
diff --git a/sysutils/gnome-vfs/Makefile b/sysutils/gnome-vfs/Makefile
index 6e16c0399c6..7e1ba5c4e08 100644
--- a/sysutils/gnome-vfs/Makefile
+++ b/sysutils/gnome-vfs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2001/05/14 17:11:36 rh Exp $
+# $NetBSD: Makefile,v 1.10 2001/08/26 10:32:23 skrll Exp $
#
DISTNAME= gnome-vfs-1.0.1
@@ -11,7 +11,7 @@ HOMEPAGE= http://www.gnome.org/
COMMENT= GNOME Virtual File System
BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
-BUILD_DEPENDS+= automake-1.4:../../devel/automake
+BUILD_DEPENDS+= automake>=1.4:../../devel/automake
DEPENDS+= GConf>=1.0.0:../../devel/GConf
BUILD_USES_MSGFMT= YES
diff --git a/sysutils/koncd/Makefile b/sysutils/koncd/Makefile
index 0b831bbf108..f37c72b3fd1 100644
--- a/sysutils/koncd/Makefile
+++ b/sysutils/koncd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/05/24 14:42:12 tron Exp $
+# $NetBSD: Makefile,v 1.2 2001/08/26 10:32:23 skrll Exp $
DISTNAME= koncd-0.7.1
CATEGORIES= sysutils
@@ -9,7 +9,7 @@ HOMEPAGE= http://www.koncd.de/
COMMENT= Frontend to the fabulous cdrecord and mkisofs programs
BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
-BUILD_DEPENDS+= automake-1.4:../../devel/automake
+BUILD_DEPENDS+= automake>=1.4:../../devel/automake
DEPENDS+= cdrecord>=1.9:../../sysutils/cdrecord
DEPENDS+= kdebase>=2.1:../../x11/kdebase2
diff --git a/wm/windowmaker/Makefile b/wm/windowmaker/Makefile
index f6ba449a3cc..04ac7093ca8 100644
--- a/wm/windowmaker/Makefile
+++ b/wm/windowmaker/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2001/08/21 19:41:56 tron Exp $
+# $NetBSD: Makefile,v 1.17 2001/08/26 10:32:23 skrll Exp $
DISTNAME= WindowMaker-0.65.1
PKGNAME= windowmaker-0.65.1
@@ -11,7 +11,7 @@ MAINTAINER= jlam@netbsd.org
HOMEPAGE= http://www.windowmaker.org/
COMMENT= GNUStep-compliant NEXTSTEP(tm) window manager clone
-BUILD_DEPENDS+= automake-1.4:../../devel/automake
+BUILD_DEPENDS+= automake>=1.4:../../devel/automake
BUILD_USES_MSGFMT= yes
USE_BUILDLINK_ONLY= YES
diff --git a/www/libwww/Makefile b/www/libwww/Makefile
index 6347148bbee..df3575ee45f 100644
--- a/www/libwww/Makefile
+++ b/www/libwww/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2001/07/12 02:14:43 fredb Exp $
+# $NetBSD: Makefile,v 1.27 2001/08/26 10:32:24 skrll Exp $
# FreeBSD Id: Makefile,v 1.10 1998/06/14 23:34:59 jseger Exp
#
@@ -13,7 +13,7 @@ HOMEPAGE= http://www.w3.org/Library/
COMMENT= The W3C Reference Library
BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
-BUILD_DEPENDS+= automake-1.4:../../devel/automake
+BUILD_DEPENDS+= automake>=1.4:../../devel/automake
BUILD_DEPENDS+= perl>=${PERL5_REQD}:../../lang/perl5
USE_BUILDLINK_ONLY= yes
diff --git a/x11/kdebase2/Makefile b/x11/kdebase2/Makefile
index 7d560cc7417..192077d66dd 100644
--- a/x11/kdebase2/Makefile
+++ b/x11/kdebase2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2001/07/18 22:44:30 jlam Exp $
+# $NetBSD: Makefile,v 1.23 2001/08/26 10:32:24 skrll Exp $
DISTNAME= kdebase-2.1
CATEGORIES= x11 kde
@@ -7,7 +7,7 @@ COMMENT= Base modules for the KDE 2 integrated X11 desktop
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} Daemon.png Daemon.README
-BUILD_DEPENDS+= automake-1.4:../../devel/automake
+BUILD_DEPENDS+= automake>=1.4:../../devel/automake
BUILD_DEPENDS+= {qt2-designer>=2.2.4,qt2-designer-kde>=2.3.1nb1}:../../x11/qt2-designer
USE_BUILDLINK_ONLY= yes
diff --git a/x11/lesstif/Makefile.common b/x11/lesstif/Makefile.common
index af1c0412724..2ee1680e69f 100644
--- a/x11/lesstif/Makefile.common
+++ b/x11/lesstif/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.10 2001/06/30 19:08:21 jlam Exp $
+# $NetBSD: Makefile.common,v 1.11 2001/08/26 10:32:24 skrll Exp $
DISTNAME= lesstif-${LESSTIF_VERSION}
LESSTIF_VERSION= 0.92.32
@@ -16,7 +16,7 @@ HOMEPAGE= http://www.lesstif.org/
CONFLICTS+= openmotif-[0-9]*
BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
-BUILD_DEPENDS+= automake-1.4:../../devel/automake
+BUILD_DEPENDS+= automake>=1.4:../../devel/automake
USE_BUILDLINK_ONLY= # defined
USE_X11BASE= # defined