summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz>2002-09-28 10:22:55 +0000
committerwiz <wiz>2002-09-28 10:22:55 +0000
commit40338270927dc80c2a54de1ea4bfcc6cb38987d8 (patch)
tree5c379f396716a0af29a1ecceae9ea2a0ab8c9e9f /devel
parent98826e2bbf9817c5b65265ebd6ea16a0acbef56f (diff)
downloadpkgsrc-40338270927dc80c2a54de1ea4bfcc6cb38987d8.tar.gz
Update to 1.7. Changes:
* Autoconf 2.54 is required. * `aclocal' and `automake' will no longer warn about obsolete configure macros. This is done by `autoconf -Wobsolete'. * AM_CONFIG_HEADER, AM_SYS_POSIX_TERMIOS and AM_HEADER_TIOCGWINSZ_NEEDS_SYS_IOCTL are obsolete (although still supported). You should use AC_CONFIG_HEADERS, AC_SYS_POSIX_TERMIOS, and AC_HEADER_TIOCGWINSZ instead. `autoupdate' can upgrade `configure.ac' for you. * Support for per-program and per-library `_CPPFLAGS'. * New `ctags' target (builds CTAGS files). * Support for -Wmumble and -Wno-mumble, where mumble is a warning category (see `automake --help' or the manual for a list of them). * Honor the WARNINGS environment variable. * Omit the call to depcomp when using gcc3: call the compiler directly. * A new option, std-options, tests that programs support --help and --version when `make installcheck' is run. This is enabled by --gnits. * Texinfo rules now support the `ps' and `pdf' targets. * Info files are now created in the build directory, not the source directory. * info_TEXINFOS supports files in subdirectories (this requires Texinfo 4.1 or greater). * `make distcheck' will enforce DESTDIR support by attempting a DESTDIR install. * `+=' can be used in conditionals, even if the augmented variable was defined for another condition. * Makefile fragments (inserted with `include') are always distributed. * Use Autoconf's --trace interface to inspect configure.ac and get a more accurate view of it. * Add support for extending aclocal's default macro search path using a `dirlist' file within the aclocal directory. * automake --output-dir is deprecated. * The part of the distcheck target that checks whether uninstall actually removes all installed files has been moved in a separate target, distuninstallcheck, so it can be overridden easily. * Many bug fixes.
Diffstat (limited to 'devel')
-rw-r--r--devel/automake-devel/Makefile10
-rw-r--r--devel/automake-devel/PLIST8
-rw-r--r--devel/automake-devel/distinfo6
3 files changed, 13 insertions, 11 deletions
diff --git a/devel/automake-devel/Makefile b/devel/automake-devel/Makefile
index a0fdb582798..14076be5065 100644
--- a/devel/automake-devel/Makefile
+++ b/devel/automake-devel/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2002/09/25 19:30:39 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2002/09/28 10:22:55 wiz Exp $
#
-DISTNAME= automake-1.6.3
+DISTNAME= automake-1.7
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=automake/}
EXTRACT_SUFX= .tar.bz2
@@ -10,9 +10,9 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.gnu.org/software/automake/automake.html
COMMENT= GNU Standards-compliant Makefile generator
-DEPENDS= autoconf>=2.53:../../devel/autoconf-devel
+DEPENDS= autoconf>=2.54:../../devel/autoconf-devel
-PLIST_SUBST+= PKG_DIR_VERSION=1.6
+PLIST_SUBST+= PKG_DIR_VERSION=1.7
USE_BUILDLINK2= YES
GNU_CONFIGURE= YES
CONFIGURE_ENV= PERL=${PERL5}
@@ -25,7 +25,7 @@ MAKE_ENV+= MAKEINFOFLAGS="${MAKEINFOFLAGS}"
INFO_FILES= automake.info
PERL5_REQD= 5.5
-TEXINFO_REQD= 4.0
+TEXINFO_REQD= 4.1
TEXINFO_OVERRIDE= YES
.include "../../lang/perl5/buildlink2.mk"
diff --git a/devel/automake-devel/PLIST b/devel/automake-devel/PLIST
index b34217a5e05..9062597bffe 100644
--- a/devel/automake-devel/PLIST
+++ b/devel/automake-devel/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2002/09/25 19:30:39 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2002/09/28 10:22:55 wiz Exp $
bin/aclocal
bin/aclocal-${PKG_DIR_VERSION}
bin/automake
@@ -25,6 +25,9 @@ share/aclocal-${PKG_DIR_VERSION}/make.m4
share/aclocal-${PKG_DIR_VERSION}/minuso.m4
share/aclocal-${PKG_DIR_VERSION}/missing.m4
share/aclocal-${PKG_DIR_VERSION}/multi.m4
+share/aclocal-${PKG_DIR_VERSION}/obsol-gt.m4
+share/aclocal-${PKG_DIR_VERSION}/obsol-lt.m4
+share/aclocal-${PKG_DIR_VERSION}/obsolete.m4
share/aclocal-${PKG_DIR_VERSION}/options.m4
share/aclocal-${PKG_DIR_VERSION}/protos.m4
share/aclocal-${PKG_DIR_VERSION}/python.m4
@@ -32,8 +35,7 @@ share/aclocal-${PKG_DIR_VERSION}/regex.m4
share/aclocal-${PKG_DIR_VERSION}/runlog.m4
share/aclocal-${PKG_DIR_VERSION}/sanity.m4
share/aclocal-${PKG_DIR_VERSION}/strip.m4
-share/aclocal-${PKG_DIR_VERSION}/termios.m4
-share/aclocal-${PKG_DIR_VERSION}/winsz.m4
+share/automake-${PKG_DIR_VERSION}/Automake/Channels.pm
share/automake-${PKG_DIR_VERSION}/Automake/Struct.pm
share/automake-${PKG_DIR_VERSION}/Automake/General.pm
share/automake-${PKG_DIR_VERSION}/Automake/XFile.pm
diff --git a/devel/automake-devel/distinfo b/devel/automake-devel/distinfo
index 8dd5ae22050..ce0df7ea07a 100644
--- a/devel/automake-devel/distinfo
+++ b/devel/automake-devel/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2002/09/25 19:30:39 wiz Exp $
+$NetBSD: distinfo,v 1.3 2002/09/28 10:22:55 wiz Exp $
-SHA1 (automake-1.6.3.tar.bz2) = 55145c44828243a27ca8482683d4e4784f6eb051
-Size (automake-1.6.3.tar.bz2) = 476275 bytes
+SHA1 (automake-1.7.tar.bz2) = 37bc530b44f9d784d23b07e89b3ed8aea8e86cdd
+Size (automake-1.7.tar.bz2) = 514456 bytes
SHA1 (patch-aa) = 1c13380a46dc6c3bbd233164da547526c9cc5679