pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/automake



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jun 23 08:40:40 UTC 2017

Modified Files:
        pkgsrc/devel/automake: Makefile distinfo
        pkgsrc/devel/automake/patches: patch-m4_python.m4
Removed Files:
        pkgsrc/devel/automake/patches: patch-bin_automake.in

Log Message:
Updated automake to 1.15.1.

New in 1.15.1:

* Bugs fixed:

  - The code has been adapted to remove a warning present since Perl
    5.22 stating that "Unescaped left brace in regex is deprecated".
    This warning has become an hard error in Perl 5.26 (bug#22372).

  - The generated Makefiles do not rely on the obsolescent GZIP
    environment variable which was used for passing arguments to
    'gzip'.  Compatibility with old versions has been
    preserved. (bug#20132)

* Miscellaneous changes:

  - Support the Windows version of the Intel C Compiler (icl) in the
    'compile' script in the same way the (compatible) Microsoft C
    Compiler is supported.


To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 pkgsrc/devel/automake/Makefile
cvs rdiff -u -r1.51 -r1.52 pkgsrc/devel/automake/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/devel/automake/patches/patch-bin_automake.in
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/automake/patches/patch-m4_python.m4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/automake/Makefile
diff -u pkgsrc/devel/automake/Makefile:1.104 pkgsrc/devel/automake/Makefile:1.105
--- pkgsrc/devel/automake/Makefile:1.104        Thu Jan 19 18:52:05 2017
+++ pkgsrc/devel/automake/Makefile      Fri Jun 23 08:40:40 2017
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.104 2017/01/19 18:52:05 agc Exp $
+# $NetBSD: Makefile,v 1.105 2017/06/23 08:40:40 wiz Exp $
 #
 # for major version updates, don't forget adding new links in
 # mk/tools/automake.mk
 
-DISTNAME=      automake-1.15
-PKGREVISION=   4
+DISTNAME=      automake-1.15.1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GNU:=automake/}
 MASTER_SITES+= ftp://sources.redhat.com/pub/automake/

Index: pkgsrc/devel/automake/distinfo
diff -u pkgsrc/devel/automake/distinfo:1.51 pkgsrc/devel/automake/distinfo:1.52
--- pkgsrc/devel/automake/distinfo:1.51 Thu Apr 14 11:28:47 2016
+++ pkgsrc/devel/automake/distinfo      Fri Jun 23 08:40:40 2017
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.51 2016/04/14 11:28:47 wiz Exp $
+$NetBSD: distinfo,v 1.52 2017/06/23 08:40:40 wiz Exp $
 
-SHA1 (automake-1.15.tar.xz) = c279b35ca6c410809dac8ade143b805fb48b7655
-RMD160 (automake-1.15.tar.xz) = 2581eff5fe04f416e0de9fed4c80dcde2ab677d1
-SHA512 (automake-1.15.tar.xz) = 200a13f49a3f492ed27bc2eb615aa2f47e775e470a781f6821cd43e0f7b927d091e690b4a23fe5cc8fa79c48daaa9436be4b968784696c3bdbf1634b456cda47
-Size (automake-1.15.tar.xz) = 1496708 bytes
-SHA1 (patch-bin_automake.in) = d228a43117d80821d8e4579d2a76cddfc301af51
-SHA1 (patch-m4_python.m4) = 9bd0b01a389d0dc8c7157285e630444c4a7fbfa0
+SHA1 (automake-1.15.1.tar.xz) = 45632d466c16ecf18d9c18dc4be883cde59acb59
+RMD160 (automake-1.15.1.tar.xz) = 023dcfded47763358972c16d48a7f2d7ff384569
+SHA512 (automake-1.15.1.tar.xz) = 02f661b2676f1d44334ce1c7188f9913a6874bf46ba487708ad8090ad57905f14aead80fefed815e21effacfbb925e23b944ea7dd32563dca39c1a4174eda688
+Size (automake-1.15.1.tar.xz) = 1509496 bytes
+SHA1 (patch-m4_python.m4) = 8eb189709c3904fbd43115e7f7eda568dbdc20e4

Index: pkgsrc/devel/automake/patches/patch-m4_python.m4
diff -u pkgsrc/devel/automake/patches/patch-m4_python.m4:1.2 pkgsrc/devel/automake/patches/patch-m4_python.m4:1.3
--- pkgsrc/devel/automake/patches/patch-m4_python.m4:1.2        Thu Apr 14 11:28:48 2016
+++ pkgsrc/devel/automake/patches/patch-m4_python.m4    Fri Jun 23 08:40:40 2017
@@ -1,16 +1,15 @@
-$NetBSD: patch-m4_python.m4,v 1.2 2016/04/14 11:28:48 wiz Exp $
+$NetBSD: patch-m4_python.m4,v 1.3 2017/06/23 08:40:40 wiz Exp $
 
-AM_PATH_PYTHON: look for python3.4 and python3.5 binaries as well.
-http://debbugs.gnu.org/cgi/bugreport.cgi?bug=21219
+AM_PATH_PYTHON: look for python3.6 binary as well.
 
---- m4/python.m4.orig  2014-12-30 13:49:41.000000000 +0000
+--- m4/python.m4.orig  2017-06-16 21:01:05.000000000 +0000
 +++ m4/python.m4
-@@ -37,7 +37,7 @@ AC_DEFUN([AM_PATH_PYTHON],
-   dnl Find a Python interpreter.  Python versions prior to 2.0 are not
+@@ -38,7 +38,7 @@ AC_DEFUN([AM_PATH_PYTHON],
    dnl supported. (2.0 was released on October 16, 2000).
+   dnl FIXME: Remove the need to hard-code Python versions here.
    m4_define_default([_AM_PYTHON_INTERPRETER_LIST],
--[python python2 python3 python3.3 python3.2 python3.1 python3.0 python2.7 dnl
-+[python python2 python3 python3.5 python3.4 python3.3 python3.2 python3.1 python3.0 python2.7 dnl
+-[python python2 python3 python3.5 python3.4 python3.3 python3.2 python3.1 python3.0 python2.7 dnl
++[python python2 python3 python3.6 python3.5 python3.4 python3.3 python3.2 python3.1 python3.0 python2.7 dnl
   python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0])
  
    AC_ARG_VAR([PYTHON], [the Python interpreter])



Home | Main Index | Thread Index | Old Index