summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorskrll <skrll>2001-08-26 10:32:18 +0000
committerskrll <skrll>2001-08-26 10:32:18 +0000
commit7c7d73795b90406efb94896e837cab22bfdb384d (patch)
treedbe1614ef3af298b3ecf46c5a18a28d7ca2fcabc /sysutils
parent7b5c0cd1c43bcc6727c7f06ba02c95713c941ab3 (diff)
downloadpkgsrc-7c7d73795b90406efb94896e837cab22bfdb384d.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.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/gnome-vfs/Makefile4
-rw-r--r--sysutils/koncd/Makefile4
2 files changed, 4 insertions, 4 deletions
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