summaryrefslogtreecommitdiff
path: root/devel/autoconf213
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-10-03 19:25:04 +0000
committerwiz <wiz@pkgsrc.org>2002-10-03 19:25:04 +0000
commitdc9256af408ea640170ef5d58005d282637efc62 (patch)
tree99bb38b6b7c1805bf30af3c67b973d16c266ad04 /devel/autoconf213
parentaabd8a6473890519d0600c7f2322ca634ad4202d (diff)
downloadpkgsrc-dc9256af408ea640170ef5d58005d282637efc62.tar.gz
Import of slightly modified autoconf-2.13, with new name and fixed
to not conflict with the to-be committed autoconf package. Package provided by dillo.
Diffstat (limited to 'devel/autoconf213')
-rw-r--r--devel/autoconf213/DESCR7
-rw-r--r--devel/autoconf213/Makefile30
-rw-r--r--devel/autoconf213/PLIST26
-rw-r--r--devel/autoconf213/distinfo8
-rw-r--r--devel/autoconf213/patches/patch-aa41
-rw-r--r--devel/autoconf213/patches/patch-ab21
-rw-r--r--devel/autoconf213/patches/patch-ac22
-rw-r--r--devel/autoconf213/patches/patch-ad12
8 files changed, 167 insertions, 0 deletions
diff --git a/devel/autoconf213/DESCR b/devel/autoconf213/DESCR
new file mode 100644
index 00000000000..61da7cbcafe
--- /dev/null
+++ b/devel/autoconf213/DESCR
@@ -0,0 +1,7 @@
+Autoconf is an extensible package of m4 macros that produce shell
+scripts to automatically configure software source code packages.
+These scripts can adapt the packages to many kinds of UNIX-like
+systems without manual user intervention. Autoconf creates a
+configuration script for a package from a template file that lists the
+operating system features that the package can use, in the form of m4
+macro calls.
diff --git a/devel/autoconf213/Makefile b/devel/autoconf213/Makefile
new file mode 100644
index 00000000000..e1e72766a6a
--- /dev/null
+++ b/devel/autoconf213/Makefile
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/10/03 19:25:04 wiz Exp $
+# FreeBSD Id: Makefile,v 1.12 1997/06/13 20:00:47 max Exp
+#
+
+DISTNAME= autoconf-2.13
+PKGNAME= autoconf213-2.13
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GNU:=autoconf/}
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.gnu.org/software/autoconf/autoconf.html
+COMMENT= Generates automatic source code configuration scripts
+
+DEPENDS= m4-1.4:../../devel/m4
+
+CONFLICTS= autoconf-devel-[0-9]*
+CONFLICTS= autoconf<2.50
+
+USE_BUILDLINK2= YES
+GNU_CONFIGURE= YES
+CONFIGURE_ENV+= AWK="${AWK}"
+CONFIGURE_ARGS+= --program-transform-name='s/$$/-2.13/'
+M4= ${PREFIX}/bin/gm4
+
+INFO_FILES= autoconf213.info
+TEXINFO_OVERRIDE= YES
+
+.include "../../lang/perl5/buildlink2.mk"
+.include "../../mk/texinfo.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/autoconf213/PLIST b/devel/autoconf213/PLIST
new file mode 100644
index 00000000000..bff08032db1
--- /dev/null
+++ b/devel/autoconf213/PLIST
@@ -0,0 +1,26 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2002/10/03 19:25:04 wiz Exp $
+bin/autoconf-2.13
+bin/autoheader-2.13
+bin/autoreconf-2.13
+bin/autoscan-2.13
+bin/autoupdate-2.13
+bin/ifnames-2.13
+@unexec ${INSTALL_INFO} --delete %D/info/autoconf213.info %D/info/dir
+info/autoconf213.info
+@exec ${INSTALL_INFO} %D/info/autoconf213.info %D/info/dir
+share/autoconf/acconfig.h
+share/autoconf/acfunctions
+share/autoconf/acgeneral.m4
+share/autoconf/acheaders
+share/autoconf/acidentifiers
+share/autoconf/acmakevars
+share/autoconf/acoldnames.m4
+share/autoconf/acprograms
+share/autoconf/acspecific.m4
+share/autoconf/autoconf.m4
+share/autoconf/autoconf.m4f
+share/autoconf/autoheader.m4
+share/autoconf/autoheader.m4f
+share/autoconf/config.guess
+share/autoconf/config.sub
+@unexec ${RMDIR} %D/share/autoconf 2>/dev/null || ${TRUE}
diff --git a/devel/autoconf213/distinfo b/devel/autoconf213/distinfo
new file mode 100644
index 00000000000..3203ef340b9
--- /dev/null
+++ b/devel/autoconf213/distinfo
@@ -0,0 +1,8 @@
+$NetBSD: distinfo,v 1.1.1.1 2002/10/03 19:25:04 wiz Exp $
+
+SHA1 (autoconf-2.13.tar.gz) = e4826c8bd85325067818f19b2b2ad2b625da66fc
+Size (autoconf-2.13.tar.gz) = 443844 bytes
+SHA1 (patch-aa) = fb21f3f36130023699898ee439b2f233a6be45bf
+SHA1 (patch-ab) = eeb90d28fdd78b39426023110f56df0ab14acd73
+SHA1 (patch-ac) = 4351aecfbfe8f992144b1f6f536cbef3ac9d0e19
+SHA1 (patch-ad) = 640b838fed5e04586e940a5dad543903e4f8be9a
diff --git a/devel/autoconf213/patches/patch-aa b/devel/autoconf213/patches/patch-aa
new file mode 100644
index 00000000000..905d8f8e297
--- /dev/null
+++ b/devel/autoconf213/patches/patch-aa
@@ -0,0 +1,41 @@
+$NetBSD: patch-aa,v 1.1.1.1 2002/10/03 19:25:04 wiz Exp $
+
+--- Makefile.in.orig Tue Jan 5 14:27:16 1999
++++ Makefile.in
+@@ -141,7 +141,7 @@ installdirs:
+
+ install: all $(M4FILES) acconfig.h installdirs install-info
+ for p in $(ASCRIPTS); do \
+- $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \
++ $(INSTALL) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \
+ done
+ for i in $(M4FROZEN); do \
+ $(INSTALL_DATA) $$i $(acdatadir)/$$i; \
+@@ -150,9 +150,9 @@ install: all $(M4FILES) acconfig.h insta
+ $(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \
+ done
+ -if test -f autoscan; then \
+- $(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \
++ $(INSTALL) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \
+ for i in acfunctions acheaders acidentifiers acprograms \
+- acmakevars; do \
++ acmakevars config.guess config.sub; do \
+ $(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \
+ done; \
+ else :; fi
+@@ -160,13 +160,9 @@ install: all $(M4FILES) acconfig.h insta
+ # Don't cd, to avoid breaking install-sh references.
+ install-info: info installdirs
+ if test -f autoconf.info; then \
+- for i in *.info*; do \
+- $(INSTALL_DATA) $$i $(infodir)/$$i; \
+- done; \
++ $(INSTALL_DATA) autoconf.info $(infodir)/autoconf213.info; \
+ else \
+- for i in $(srcdir)/*.info*; do \
+- $(INSTALL_DATA) $$i $(infodir)/`echo $$i | sed 's|^$(srcdir)/||'`; \
+- done; \
++ $(INSTALL_DATA) $(srcdir)/autoconf.info $(infodir)/autoconf213.info; \
+ fi
+
+ uninstall:
diff --git a/devel/autoconf213/patches/patch-ab b/devel/autoconf213/patches/patch-ab
new file mode 100644
index 00000000000..3ed6ee48705
--- /dev/null
+++ b/devel/autoconf213/patches/patch-ab
@@ -0,0 +1,21 @@
+$NetBSD: patch-ab,v 1.1.1.1 2002/10/03 19:25:04 wiz Exp $
+
+--- autoconf.texi.orig Tue Jan 5 14:28:37 1999
++++ autoconf.texi
+@@ -4,6 +4,7 @@
+ @settitle Autoconf
+ @c For double-sided printing, uncomment:
+ @c @setchapternewpage odd
++@dircategory Programming & development tools
+ @c %**end of header
+
+ @set EDITION 2.13
+@@ -17,7 +18,7 @@
+ @ifinfo
+ @format
+ START-INFO-DIR-ENTRY
+-* Autoconf: (autoconf). Create source code configuration scripts.
++* Autoconf-2.13: (autoconf213). Create source code configuration scripts.
+ END-INFO-DIR-ENTRY
+ @end format
+
diff --git a/devel/autoconf213/patches/patch-ac b/devel/autoconf213/patches/patch-ac
new file mode 100644
index 00000000000..6b5f4f1e6ab
--- /dev/null
+++ b/devel/autoconf213/patches/patch-ac
@@ -0,0 +1,22 @@
+$NetBSD: patch-ac,v 1.1.1.1 2002/10/03 19:25:04 wiz Exp $
+
+--- autoreconf.sh.orig Tue Jan 5 14:28:40 1999
++++ autoreconf.sh
+@@ -143,7 +143,7 @@ while read dir; do
+ :
+ else
+ test $verbose = yes && echo running aclocal in $dir, creating $aclocal
+- aclocal --output=$aclocal -I `echo $aclocal | sed 's,/*[^/]*$,,;s,^$,.,'`
++ aclocal-1.4 --output=$aclocal -I `echo $aclocal | sed 's,/*[^/]*$,,;s,^$,.,'`
+ fi
+ fi
+
+@@ -154,7 +154,7 @@ while read dir; do
+ amforce=
+ test $force = no && amforce=--no-force
+ test $verbose = yes && echo running automake`test x"$amforce" = x || echo " ($amforce)"` in $dir
+- automake $amforce $automake_mode $automake_deps
++ automake-1.4 $amforce $automake_mode $automake_deps
+ fi
+
+ test ! -f $aclocal && aclocal=
diff --git a/devel/autoconf213/patches/patch-ad b/devel/autoconf213/patches/patch-ad
new file mode 100644
index 00000000000..f0234c59c58
--- /dev/null
+++ b/devel/autoconf213/patches/patch-ad
@@ -0,0 +1,12 @@
+$NetBSD: patch-ad,v 1.1.1.1 2002/10/03 19:25:04 wiz Exp $
+--- configure.BAK Wed Sep 8 17:36:21 1999
++++ configure Wed Sep 8 17:36:27 1999
+@@ -583,7 +583,7 @@
+ done
+ test -n "$M4" || M4="m4"
+
+-for ac_prog in mawk gawk nawk awk
++for ac_prog in gawk nawk awk mawk
+ do
+ # Extract the first word of "$ac_prog", so it can be a program name with args.
+ set dummy $ac_prog; ac_word=$2