pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/autoconf-archive Update to 2013.11.01:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aa512fa9e288
branches:  trunk
changeset: 626168:aa512fa9e288
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Nov 03 09:05:18 2013 +0000

description:
Update to 2013.11.01:

* Noteworthy changes in release 2013.11.01 (2013-11-01) [stable]

  AX_PROG_CXX_MPI has been updated to recognize an MPI C++ compiler. Further
  details are at <http://savannah.gnu.org/patch/?8218>.

  The new macro AX_AM_OVERRIDE_VAR allows "overriding" of user provided
  variables for Automake. See <http://savannah.gnu.org/patch/?8213> for further
  details.

  AX_COMPILER_VENDOR has been extended to support detection of Fujitsu
  compilers. See <http://savannah.gnu.org/patch/index.php?8212> for further
  details.

  AX_TRY_RUN_JAVA and AX_TRY_COMPILE_JAVA has been made more picky about what
  they delete. See <http://savannah.gnu.org/patch/index.php?8211> for further
  details.

  The new macro AX_PROG_SCALA checks that scala is available. Further details
  are available at <http://savannah.gnu.org/patch/index.php?8198>.

  The new macro AX_FIND_SCALA_STDLIB add support for finding the jar containing
  the Scala Standard Library. See <http://savannah.gnu.org/patch/?8197> for
  further details.

  The new macro AX_PROG_SCALAC provides support for finding a Scala compiler.
  See <http://savannah.gnu.org/patch/index.php?8195> for further details.

  The new macres AX_FIND_HAMCREST and AX_FIND_JUNIT have been added, which
  provide support for finding the jars of JUnit and Hamcrest. Please refer to
  <http://savannah.gnu.org/patch/index.php?8196> for further details.

  AX_PTHREAD has been extended to support Clang. Further details can be found
  at <http://savannah.gnu.org/patch/?8186>.

  The macros AX_GCC_LIBRARIES_DIR and AX_GCC_VERSION have been marked obsolete
  because they depend on the obsolete AX_GCC_OPTION macro. Further details can
  be found at <http://lists.gnu.org/archive/html/autoconf-archive-maintainers/2013-09/msg00000.html>.

  New macros AX_BOOST_CONTEXT, AX_BOOST_COROUTINE, AX_BOOST_LOG, AND
  AX_BOOST_LOG_SETUP have been added to detect Boost.Log and Boost.Coroutine.

  AX_PROG_PERL_VERSION has been extended to recognize recent versions of Perl.
  See <http://savannah.gnu.org/patch/?8144> for further details.

  AX_JNI_INCLUDE_DIR now recognizes the $JAVA_HOME environment variable when
  trying to locate the Java SDK. See <http://savannah.gnu.org/patch/?8155> for
  further details.

  AX_EXT has been extended to recognize cases where a CPU supports AVX, but the
  operating system does not. See <http://savannah.gnu.org/patch/?8084> for
  further details.

  Support for 64-bit FreeBSD has been improved in AX_EXT, AX_GCC_ARCHFLAG. See
  <http://savannah.gnu.org/patch/?8085> for further details.

  AX_BOOST_BASE has been extended to recognize aarch64 as a lib64 architecture.

  A bug in AX_LIB_HDF5 has been fixed that would result in $CC not being
  restored properly after testing.

diffstat:

 devel/autoconf-archive/Makefile |   4 ++--
 devel/autoconf-archive/PLIST    |  14 +++++++++++++-
 devel/autoconf-archive/distinfo |   8 ++++----
 3 files changed, 19 insertions(+), 7 deletions(-)

diffs (92 lines):

diff -r fd9a1898405c -r aa512fa9e288 devel/autoconf-archive/Makefile
--- a/devel/autoconf-archive/Makefile   Sun Nov 03 04:54:05 2013 +0000
+++ b/devel/autoconf-archive/Makefile   Sun Nov 03 09:05:18 2013 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2013/06/11 09:14:55 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2013/11/03 09:05:18 wiz Exp $
 
-DISTNAME=      autoconf-archive-2013.06.09
+DISTNAME=      autoconf-archive-2013.11.01
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GNU:=autoconf-archive/}
 EXTRACT_SUFX=  .tar.xz
diff -r fd9a1898405c -r aa512fa9e288 devel/autoconf-archive/PLIST
--- a/devel/autoconf-archive/PLIST      Sun Nov 03 04:54:05 2013 +0000
+++ b/devel/autoconf-archive/PLIST      Sun Nov 03 09:05:18 2013 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2013/06/11 09:14:55 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2013/11/03 09:05:18 wiz Exp $
 info/autoconf-archive.info
 share/aclocal/ax_absolute_header.m4
 share/aclocal/ax_ac_append_to_file.m4
@@ -12,6 +12,7 @@
 share/aclocal/ax_am_jobserver.m4
 share/aclocal/ax_am_macros.m4
 share/aclocal/ax_am_macros_static.m4
+share/aclocal/ax_am_override_var.m4
 share/aclocal/ax_append_compile_flags.m4
 share/aclocal/ax_append_flag.m4
 share/aclocal/ax_append_link_flags.m4
@@ -26,10 +27,14 @@
 share/aclocal/ax_boost_asio.m4
 share/aclocal/ax_boost_base.m4
 share/aclocal/ax_boost_chrono.m4
+share/aclocal/ax_boost_context.m4
+share/aclocal/ax_boost_coroutine.m4
 share/aclocal/ax_boost_date_time.m4
 share/aclocal/ax_boost_filesystem.m4
 share/aclocal/ax_boost_iostreams.m4
 share/aclocal/ax_boost_locale.m4
+share/aclocal/ax_boost_log.m4
+share/aclocal/ax_boost_log_setup.m4
 share/aclocal/ax_boost_program_options.m4
 share/aclocal/ax_boost_python.m4
 share/aclocal/ax_boost_regex.m4
@@ -278,6 +283,9 @@
 share/aclocal/ax_f90_module_extension.m4
 share/aclocal/ax_f90_module_flag.m4
 share/aclocal/ax_file_escapes.m4
+share/aclocal/ax_find_hamcrest.m4
+share/aclocal/ax_find_junit.m4
+share/aclocal/ax_find_scala_stdlib.m4
 share/aclocal/ax_forceinline.m4
 share/aclocal/ax_func_accept_argtypes.m4
 share/aclocal/ax_func_getopt_long.m4
@@ -296,6 +304,7 @@
 share/aclocal/ax_gcc_malloc_call.m4
 share/aclocal/ax_gcc_version.m4
 share/aclocal/ax_gcc_warn_unused_result.m4
+share/aclocal/ax_gcc_x86_avx_xgetbv.m4
 share/aclocal/ax_gcc_x86_cpuid.m4
 share/aclocal/ax_have_adns.m4
 share/aclocal/ax_have_epoll.m4
@@ -414,6 +423,8 @@
 share/aclocal/ax_prog_pgclient.m4
 share/aclocal/ax_prog_python_version.m4
 share/aclocal/ax_prog_ruby_version.m4
+share/aclocal/ax_prog_scala.m4
+share/aclocal/ax_prog_scalac.m4
 share/aclocal/ax_prog_scp.m4
 share/aclocal/ax_prog_splint.m4
 share/aclocal/ax_prog_ssh.m4
@@ -454,6 +465,7 @@
 share/aclocal/ax_swig_enable_cxx.m4
 share/aclocal/ax_swig_multi_module_support.m4
 share/aclocal/ax_swig_python.m4
+share/aclocal/ax_switch_flags.m4
 share/aclocal/ax_sys_dev_poll.m4
 share/aclocal/ax_sys_largefile_sensitive.m4
 share/aclocal/ax_sys_perlsharpbang.m4
diff -r fd9a1898405c -r aa512fa9e288 devel/autoconf-archive/distinfo
--- a/devel/autoconf-archive/distinfo   Sun Nov 03 04:54:05 2013 +0000
+++ b/devel/autoconf-archive/distinfo   Sun Nov 03 09:05:18 2013 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2013/06/11 09:14:55 wiz Exp $
+$NetBSD: distinfo,v 1.4 2013/11/03 09:05:18 wiz Exp $
 
-SHA1 (autoconf-archive-2013.06.09.tar.xz) = ca2be8dc35d5ac5c7377daaac5e71f012fa5f9e2
-RMD160 (autoconf-archive-2013.06.09.tar.xz) = c0d9dc1239e078eec4c0d7788a42ca6e0bb0d4b1
-Size (autoconf-archive-2013.06.09.tar.xz) = 531052 bytes
+SHA1 (autoconf-archive-2013.11.01.tar.xz) = 89f56f5a416ae5e668c3e6e69f7a69d972751449
+RMD160 (autoconf-archive-2013.11.01.tar.xz) = c61807eab50fe7668daa5b2ce556560a81d2da11
+Size (autoconf-archive-2013.11.01.tar.xz) = 540316 bytes



Home | Main Index | Thread Index | Old Index