Received: by mail.netbsd.org (Postfix, from userid 605) id EA5D184DB9; Thu, 4 Aug 2022 12:31:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2FA0E84D82 for ; Thu, 4 Aug 2022 12:31:43 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id RiwLw7nOlkv6 for ; Thu, 4 Aug 2022 12:31:42 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id EC08A84CD9 for ; Thu, 4 Aug 2022 12:31:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E58F3FB1A; Thu, 4 Aug 2022 12:31:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_165961630164740" MIME-Version: 1.0 Date: Thu, 4 Aug 2022 12:31:41 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/devel/autoconf269 To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20220804123141.E58F3FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_165961630164740 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Thu Aug 4 12:31:41 UTC 2022 Added Files: pkgsrc/devel/autoconf269: DESCR Makefile PLIST distinfo pkgsrc/devel/autoconf269/patches: patch-bin_Makefile.in patch-lib_Autom4te_Makefile.in patch-lib_Makefile.in patch-lib_autoconf_Makefile.in patch-lib_autoscan_Makefile.in patch-lib_autotest_Makefile.in patch-lib_emacs_Makefile.in patch-lib_m4sugar_Makefile.in Log Message: devel: Import autoconf269, autoconf version 2.69. This is the canonical version used by many upstream-generated configure scripts, and should be used when generating patches to reduce diffs. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/devel/autoconf269/DESCR \ pkgsrc/devel/autoconf269/Makefile pkgsrc/devel/autoconf269/PLIST \ pkgsrc/devel/autoconf269/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/devel/autoconf269/patches/patch-bin_Makefile.in \ pkgsrc/devel/autoconf269/patches/patch-lib_Autom4te_Makefile.in \ pkgsrc/devel/autoconf269/patches/patch-lib_Makefile.in \ pkgsrc/devel/autoconf269/patches/patch-lib_autoconf_Makefile.in \ pkgsrc/devel/autoconf269/patches/patch-lib_autoscan_Makefile.in \ pkgsrc/devel/autoconf269/patches/patch-lib_autotest_Makefile.in \ pkgsrc/devel/autoconf269/patches/patch-lib_emacs_Makefile.in \ pkgsrc/devel/autoconf269/patches/patch-lib_m4sugar_Makefile.in Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_165961630164740 Content-Disposition: inline Content-Length: 11388 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/devel/autoconf269/DESCR diff -u /dev/null pkgsrc/devel/autoconf269/DESCR:1.1 --- /dev/null Thu Aug 4 12:31:41 2022 +++ pkgsrc/devel/autoconf269/DESCR Thu Aug 4 12:31:41 2022 @@ -0,0 +1,11 @@ +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. + +This package contains the older 2.69 version, for generating configure +scripts with minimal diffs to upstreams who are still using it. For +new software please use the devel/autoconf package. Index: pkgsrc/devel/autoconf269/Makefile diff -u /dev/null pkgsrc/devel/autoconf269/Makefile:1.1 --- /dev/null Thu Aug 4 12:31:41 2022 +++ pkgsrc/devel/autoconf269/Makefile Thu Aug 4 12:31:41 2022 @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1 2022/08/04 12:31:41 jperkin Exp $ + +DISTNAME= autoconf-2.69 +PKGNAME= autoconf269-2.69 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_GNU:=autoconf/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://www.gnu.org/software/autoconf/autoconf.html +COMMENT= Generates automatic source code configuration scripts (old version) +LICENSE= gnu-gpl-v2 + +USE_TOOLS+= gm4:run makeinfo perl:run + +GNU_CONFIGURE= YES + +CONFIGURE_ARGS+= --program-transform-name='s/$$/-2.69/' + +INSTALL_DIRS= bin lib + +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/autoconf269/PLIST diff -u /dev/null pkgsrc/devel/autoconf269/PLIST:1.1 --- /dev/null Thu Aug 4 12:31:41 2022 +++ pkgsrc/devel/autoconf269/PLIST Thu Aug 4 12:31:41 2022 @@ -0,0 +1,49 @@ +@comment $NetBSD: PLIST,v 1.1 2022/08/04 12:31:41 jperkin Exp $ +bin/autoconf-${PKGVERSION} +bin/autoheader-${PKGVERSION} +bin/autom4te-${PKGVERSION} +bin/autoreconf-${PKGVERSION} +bin/autoscan-${PKGVERSION} +bin/autoupdate-${PKGVERSION} +bin/ifnames-${PKGVERSION} +share/autoconf269/Autom4te/C4che.pm +share/autoconf269/Autom4te/ChannelDefs.pm +share/autoconf269/Autom4te/Channels.pm +share/autoconf269/Autom4te/Configure_ac.pm +share/autoconf269/Autom4te/FileUtils.pm +share/autoconf269/Autom4te/General.pm +share/autoconf269/Autom4te/Getopt.pm +share/autoconf269/Autom4te/Request.pm +share/autoconf269/Autom4te/XFile.pm +share/autoconf269/autoconf/autoconf.m4 +share/autoconf269/autoconf/autoconf.m4f +share/autoconf269/autoconf/autoheader.m4 +share/autoconf269/autoconf/autoscan.m4 +share/autoconf269/autoconf/autotest.m4 +share/autoconf269/autoconf/autoupdate.m4 +share/autoconf269/autoconf/c.m4 +share/autoconf269/autoconf/erlang.m4 +share/autoconf269/autoconf/fortran.m4 +share/autoconf269/autoconf/functions.m4 +share/autoconf269/autoconf/general.m4 +share/autoconf269/autoconf/go.m4 +share/autoconf269/autoconf/headers.m4 +share/autoconf269/autoconf/lang.m4 +share/autoconf269/autoconf/libs.m4 +share/autoconf269/autoconf/oldnames.m4 +share/autoconf269/autoconf/programs.m4 +share/autoconf269/autoconf/specific.m4 +share/autoconf269/autoconf/status.m4 +share/autoconf269/autoconf/types.m4 +share/autoconf269/autom4te.cfg +share/autoconf269/autoscan/autoscan.list +share/autoconf269/autotest/autotest.m4 +share/autoconf269/autotest/autotest.m4f +share/autoconf269/autotest/general.m4 +share/autoconf269/autotest/specific.m4 +share/autoconf269/m4sugar/foreach.m4 +share/autoconf269/m4sugar/m4sh.m4 +share/autoconf269/m4sugar/m4sh.m4f +share/autoconf269/m4sugar/m4sugar.m4 +share/autoconf269/m4sugar/m4sugar.m4f +share/autoconf269/m4sugar/version.m4 Index: pkgsrc/devel/autoconf269/distinfo diff -u /dev/null pkgsrc/devel/autoconf269/distinfo:1.1 --- /dev/null Thu Aug 4 12:31:41 2022 +++ pkgsrc/devel/autoconf269/distinfo Thu Aug 4 12:31:41 2022 @@ -0,0 +1,13 @@ +$NetBSD: distinfo,v 1.1 2022/08/04 12:31:41 jperkin Exp $ + +BLAKE2s (autoconf-2.69.tar.gz) = 9e137524b06ffeee69b6424af53790955e3bd1fef32a825d6ced7bfe215c795b +SHA512 (autoconf-2.69.tar.gz) = e34c7818bcde14d2cb13cdd293ed17d70740d4d1fd7c67a07b415491ef85d42f450d4fe5f8f80cc330bf75c40a62774c51a4336e06e8da07a4cbc49922d975ee +Size (autoconf-2.69.tar.gz) = 1927468 bytes +SHA1 (patch-bin_Makefile.in) = 6bda60cc520c65773d9647e0bc8fd79fe6cf7247 +SHA1 (patch-lib_Autom4te_Makefile.in) = 6c1476b74a59ca9511c9d3686c7afe7602bfb966 +SHA1 (patch-lib_Makefile.in) = ba192332dfe0bc7515434575b320ee2939cb1af3 +SHA1 (patch-lib_autoconf_Makefile.in) = 604d90802d229177f5be7eb82028d49edf4defad +SHA1 (patch-lib_autoscan_Makefile.in) = d8f0caf2f1ec8e09b27cea50a1dcb8e7afcb1632 +SHA1 (patch-lib_autotest_Makefile.in) = d8cb662a965bdb97e380ed976f51340eca2eace6 +SHA1 (patch-lib_emacs_Makefile.in) = b304cacb5140675ecceda10775881b387b9d8090 +SHA1 (patch-lib_m4sugar_Makefile.in) = 4bb719c34f50d01328a320e8013db27877a8fb5a Index: pkgsrc/devel/autoconf269/patches/patch-bin_Makefile.in diff -u /dev/null pkgsrc/devel/autoconf269/patches/patch-bin_Makefile.in:1.1 --- /dev/null Thu Aug 4 12:31:41 2022 +++ pkgsrc/devel/autoconf269/patches/patch-bin_Makefile.in Thu Aug 4 12:31:41 2022 @@ -0,0 +1,15 @@ +$NetBSD: patch-bin_Makefile.in,v 1.1 2022/08/04 12:31:41 jperkin Exp $ + +Use version-specific pkgdatadir. + +--- bin/Makefile.in.orig 2012-04-25 02:40:26.000000000 +0000 ++++ bin/Makefile.in +@@ -50,7 +50,7 @@ + # along with this program. If not, see . + + VPATH = @srcdir@ +-pkgdatadir = $(datadir)/@PACKAGE@ ++pkgdatadir = $(datadir)/autoconf269 + pkgincludedir = $(includedir)/@PACKAGE@ + pkglibdir = $(libdir)/@PACKAGE@ + pkglibexecdir = $(libexecdir)/@PACKAGE@ Index: pkgsrc/devel/autoconf269/patches/patch-lib_Autom4te_Makefile.in diff -u /dev/null pkgsrc/devel/autoconf269/patches/patch-lib_Autom4te_Makefile.in:1.1 --- /dev/null Thu Aug 4 12:31:41 2022 +++ pkgsrc/devel/autoconf269/patches/patch-lib_Autom4te_Makefile.in Thu Aug 4 12:31:41 2022 @@ -0,0 +1,15 @@ +$NetBSD: patch-lib_Autom4te_Makefile.in,v 1.1 2022/08/04 12:31:41 jperkin Exp $ + +Use version-specific pkgdatadir. + +--- lib/Autom4te/Makefile.in.orig 2012-04-25 02:40:26.000000000 +0000 ++++ lib/Autom4te/Makefile.in +@@ -31,7 +31,7 @@ + # along with this program. If not, see . + + VPATH = @srcdir@ +-pkgdatadir = $(datadir)/@PACKAGE@ ++pkgdatadir = $(datadir)/autoconf269 + pkgincludedir = $(includedir)/@PACKAGE@ + pkglibdir = $(libdir)/@PACKAGE@ + pkglibexecdir = $(libexecdir)/@PACKAGE@ Index: pkgsrc/devel/autoconf269/patches/patch-lib_Makefile.in diff -u /dev/null pkgsrc/devel/autoconf269/patches/patch-lib_Makefile.in:1.1 --- /dev/null Thu Aug 4 12:31:41 2022 +++ pkgsrc/devel/autoconf269/patches/patch-lib_Makefile.in Thu Aug 4 12:31:41 2022 @@ -0,0 +1,15 @@ +$NetBSD: patch-lib_Makefile.in,v 1.1 2022/08/04 12:31:41 jperkin Exp $ + +Use version-specific pkgdatadir. + +--- lib/Makefile.in.orig 2012-04-25 02:40:26.000000000 +0000 ++++ lib/Makefile.in +@@ -33,7 +33,7 @@ + # along with this program. If not, see . + + VPATH = @srcdir@ +-pkgdatadir = $(datadir)/@PACKAGE@ ++pkgdatadir = $(datadir)/autoconf269 + pkgincludedir = $(includedir)/@PACKAGE@ + pkglibdir = $(libdir)/@PACKAGE@ + pkglibexecdir = $(libexecdir)/@PACKAGE@ Index: pkgsrc/devel/autoconf269/patches/patch-lib_autoconf_Makefile.in diff -u /dev/null pkgsrc/devel/autoconf269/patches/patch-lib_autoconf_Makefile.in:1.1 --- /dev/null Thu Aug 4 12:31:41 2022 +++ pkgsrc/devel/autoconf269/patches/patch-lib_autoconf_Makefile.in Thu Aug 4 12:31:41 2022 @@ -0,0 +1,15 @@ +$NetBSD: patch-lib_autoconf_Makefile.in,v 1.1 2022/08/04 12:31:41 jperkin Exp $ + +Use version-specific pkgdatadir. + +--- lib/autoconf/Makefile.in.orig 2012-04-25 02:40:26.000000000 +0000 ++++ lib/autoconf/Makefile.in +@@ -51,7 +51,7 @@ + # along with this program. If not, see . + + VPATH = @srcdir@ +-pkgdatadir = $(datadir)/@PACKAGE@ ++pkgdatadir = $(datadir)/autoconf269 + pkgincludedir = $(includedir)/@PACKAGE@ + pkglibdir = $(libdir)/@PACKAGE@ + pkglibexecdir = $(libexecdir)/@PACKAGE@ Index: pkgsrc/devel/autoconf269/patches/patch-lib_autoscan_Makefile.in diff -u /dev/null pkgsrc/devel/autoconf269/patches/patch-lib_autoscan_Makefile.in:1.1 --- /dev/null Thu Aug 4 12:31:41 2022 +++ pkgsrc/devel/autoconf269/patches/patch-lib_autoscan_Makefile.in Thu Aug 4 12:31:41 2022 @@ -0,0 +1,15 @@ +$NetBSD: patch-lib_autoscan_Makefile.in,v 1.1 2022/08/04 12:31:41 jperkin Exp $ + +Use version-specific pkgdatadir. + +--- lib/autoscan/Makefile.in.orig 2012-04-25 02:40:26.000000000 +0000 ++++ lib/autoscan/Makefile.in +@@ -50,7 +50,7 @@ + # along with this program. If not, see . + + VPATH = @srcdir@ +-pkgdatadir = $(datadir)/@PACKAGE@ ++pkgdatadir = $(datadir)/autoconf269 + pkgincludedir = $(includedir)/@PACKAGE@ + pkglibdir = $(libdir)/@PACKAGE@ + pkglibexecdir = $(libexecdir)/@PACKAGE@ Index: pkgsrc/devel/autoconf269/patches/patch-lib_autotest_Makefile.in diff -u /dev/null pkgsrc/devel/autoconf269/patches/patch-lib_autotest_Makefile.in:1.1 --- /dev/null Thu Aug 4 12:31:41 2022 +++ pkgsrc/devel/autoconf269/patches/patch-lib_autotest_Makefile.in Thu Aug 4 12:31:41 2022 @@ -0,0 +1,15 @@ +$NetBSD: patch-lib_autotest_Makefile.in,v 1.1 2022/08/04 12:31:41 jperkin Exp $ + +Use version-specific pkgdatadir. + +--- lib/autotest/Makefile.in.orig 2012-04-25 02:40:26.000000000 +0000 ++++ lib/autotest/Makefile.in +@@ -50,7 +50,7 @@ + # along with this program. If not, see . + + VPATH = @srcdir@ +-pkgdatadir = $(datadir)/@PACKAGE@ ++pkgdatadir = $(datadir)/autoconf269 + pkgincludedir = $(includedir)/@PACKAGE@ + pkglibdir = $(libdir)/@PACKAGE@ + pkglibexecdir = $(libexecdir)/@PACKAGE@ Index: pkgsrc/devel/autoconf269/patches/patch-lib_emacs_Makefile.in diff -u /dev/null pkgsrc/devel/autoconf269/patches/patch-lib_emacs_Makefile.in:1.1 --- /dev/null Thu Aug 4 12:31:41 2022 +++ pkgsrc/devel/autoconf269/patches/patch-lib_emacs_Makefile.in Thu Aug 4 12:31:41 2022 @@ -0,0 +1,15 @@ +$NetBSD: patch-lib_emacs_Makefile.in,v 1.1 2022/08/04 12:31:41 jperkin Exp $ + +Use version-specific pkgdatadir. + +--- lib/emacs/Makefile.in.orig 2012-04-25 02:40:26.000000000 +0000 ++++ lib/emacs/Makefile.in +@@ -18,7 +18,7 @@ + # Make Autoconf Emacs library. + + VPATH = @srcdir@ +-pkgdatadir = $(datadir)/@PACKAGE@ ++pkgdatadir = $(datadir)/autoconf269 + pkgincludedir = $(includedir)/@PACKAGE@ + pkglibdir = $(libdir)/@PACKAGE@ + pkglibexecdir = $(libexecdir)/@PACKAGE@ Index: pkgsrc/devel/autoconf269/patches/patch-lib_m4sugar_Makefile.in diff -u /dev/null pkgsrc/devel/autoconf269/patches/patch-lib_m4sugar_Makefile.in:1.1 --- /dev/null Thu Aug 4 12:31:41 2022 +++ pkgsrc/devel/autoconf269/patches/patch-lib_m4sugar_Makefile.in Thu Aug 4 12:31:41 2022 @@ -0,0 +1,15 @@ +$NetBSD: patch-lib_m4sugar_Makefile.in,v 1.1 2022/08/04 12:31:41 jperkin Exp $ + +Use version-specific pkgdatadir. + +--- lib/m4sugar/Makefile.in.orig 2012-04-25 02:40:26.000000000 +0000 ++++ lib/m4sugar/Makefile.in +@@ -50,7 +50,7 @@ + # along with this program. If not, see . + + VPATH = @srcdir@ +-pkgdatadir = $(datadir)/@PACKAGE@ ++pkgdatadir = $(datadir)/autoconf269 + pkgincludedir = $(includedir)/@PACKAGE@ + pkglibdir = $(libdir)/@PACKAGE@ + pkglibexecdir = $(libexecdir)/@PACKAGE@ --_----------=_165961630164740--