Skip to content

Commit

Permalink
Update devel/autoconf to 2.70
Browse files Browse the repository at this point in the history
2.70 deprecates a lot of stuff, so expect more warnings, but generally things
seem to work fine, so updating to 2.70 shouldn't break much.

Also update mk/gnu-config/*, as per the comment in devel/autoconf/Makefile.
mk/gnu-config/missing is not actually part of autoconf, but of automake, which
I did not update - however, the file was quite out of date, so I took the
liberty to update that one with the latest automake.

The change log is too long to include in this commit, given how many years
there were between 2.69 and 2.70. Check the file ChangeLog after `make
extract`.
  • Loading branch information
Midar committed Jan 2, 2021
1 parent 37f795f commit 6f08110
Show file tree
Hide file tree
Showing 5 changed files with 161 additions and 291 deletions.
5 changes: 2 additions & 3 deletions devel/autoconf/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# $NetBSD: Makefile,v 1.97 2020/08/31 18:07:16 wiz Exp $
# $NetBSD: Makefile,v 1.98 2021/01/02 20:38:56 js Exp $
#
# When updating this package, please update mk/gnu-config/config.guess,
# mk/gnu-config/config.sub, and mk/gnu-config/missing as well.

DISTNAME= autoconf-2.69
PKGREVISION= 10
DISTNAME= autoconf-2.70
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=autoconf/}

Expand Down
9 changes: 6 additions & 3 deletions devel/autoconf/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.15 2012/04/26 20:40:51 wiz Exp $
@comment $NetBSD: PLIST,v 1.16 2021/01/02 20:38:56 js Exp $
bin/autoconf
bin/autoheader
bin/autom4te
Expand All @@ -14,12 +14,11 @@ man/man1/autom4te.1
man/man1/autoreconf.1
man/man1/autoscan.1
man/man1/autoupdate.1
man/man1/config.guess.1
man/man1/config.sub.1
man/man1/ifnames.1
share/autoconf/Autom4te/C4che.pm
share/autoconf/Autom4te/ChannelDefs.pm
share/autoconf/Autom4te/Channels.pm
share/autoconf/Autom4te/Config.pm
share/autoconf/Autom4te/Configure_ac.pm
share/autoconf/Autom4te/FileUtils.pm
share/autoconf/Autom4te/General.pm
Expand All @@ -46,13 +45,17 @@ share/autoconf/autoconf/oldnames.m4
share/autoconf/autoconf/programs.m4
share/autoconf/autoconf/specific.m4
share/autoconf/autoconf/status.m4
share/autoconf/autoconf/trailer.m4
share/autoconf/autoconf/types.m4
share/autoconf/autom4te.cfg
share/autoconf/autoscan/autoscan.list
share/autoconf/autotest/autotest.m4
share/autoconf/autotest/autotest.m4f
share/autoconf/autotest/general.m4
share/autoconf/autotest/specific.m4
share/autoconf/build-aux/config.guess
share/autoconf/build-aux/config.sub
share/autoconf/build-aux/install-sh
share/autoconf/m4sugar/foreach.m4
share/autoconf/m4sugar/m4sh.m4
share/autoconf/m4sugar/m4sh.m4f
Expand Down
11 changes: 5 additions & 6 deletions devel/autoconf/distinfo
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
$NetBSD: distinfo,v 1.29 2015/11/03 03:27:15 agc Exp $
$NetBSD: distinfo,v 1.30 2021/01/02 20:38:56 js Exp $

SHA1 (autoconf-2.69.tar.gz) = 562471cbcb0dd0fa42a76665acf0dbb68479b78a
RMD160 (autoconf-2.69.tar.gz) = 7b7d711535827826f32f5847095233e1e9925a29
SHA512 (autoconf-2.69.tar.gz) = e34c7818bcde14d2cb13cdd293ed17d70740d4d1fd7c67a07b415491ef85d42f450d4fe5f8f80cc330bf75c40a62774c51a4336e06e8da07a4cbc49922d975ee
Size (autoconf-2.69.tar.gz) = 1927468 bytes
SHA1 (patch-aa) = 481aec3f9d8c4b523ff27db50fccf6d219f36ffe
SHA1 (autoconf-2.70.tar.gz) = 890559932abf6181677eff03674fd7ad157dbc8f
RMD160 (autoconf-2.70.tar.gz) = c2fa2477310d3290f3a4f4b90acb34b21c23601d
SHA512 (autoconf-2.70.tar.gz) = 39bc9340d4c5fcf3d6c3842ac04ed90bf06216092023208fc29cf9fd491d43cd127873982eeb2a37cec8606b0b1ea4f7ab1b76350b334195f2120b064c620cc8
Size (autoconf-2.70.tar.gz) = 2079248 bytes
SHA1 (patch-lib_autoconf_fortran.m4) = 4ac5fd71faf537b9839734a17da8d9890522252e
16 changes: 0 additions & 16 deletions devel/autoconf/patches/patch-aa

This file was deleted.

Loading

0 comments on commit 6f08110

Please sign in to comment.