pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/autoconf-archive Updated autoconf-archive to 201...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/34985c833055
branches:  trunk
changeset: 352741:34985c833055
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Sep 18 21:50:22 2016 +0000

description:
Updated autoconf-archive to 2016.09.16.

* Noteworthy changes in release 2016.09.16 (2016-09-16) [stable]

  The following macros were added: AX_BUILD_DATE_EPOCH, AX_CHECK_X86_FEATURES,
  AX_GCC_X86_CPU_SUPPORTS, AX_OPEN62541_CHECK_H, AX_OPEN62541_CHECK_LIB, and
  AX_LUAROCKS_ROCK.

  While updating AX_CODE_COVERAGE, the variable CODE_COVERAGE_LDFLAGS was
  renamed to CODE_COVERAGE_LIBS.

  AX_VALGRIND_CHECK has been extended considerably. In this process. the
  undocumented internal rule check-valgrind-tool was removed.

  It checks if the host cpu supports various instruction set: mmx, sse, popcnt,
  avx, avx2, etc. If the instruction were supported, it would export
  HAVE_XXX_INSTRUCTIONS C preprocessor macros and add the instruction set flag to
  X86_FEATURES_CFLAGS variable. By default it would also set CFLAGS, but this can
  be disabled by the ACTION-IF-FOUND hook.

  AX_WITH_CURSES and AX_WITH_CURSES_* macros have been modernized, in line
  with PKG_CHECK_MODULES's style. This change breaks the interface, but
  makes AX_WITH_CURSES compatible and even completely replaceable with the
  interface of PKG_CHECK_MODULES. Ultimately, these macros should be
  replaced in the future by calls to PKG_CHECK_MODULES. Variables in
  AX_WITH_CURSES have been renamed

    CURSES_LIB -> CURSES_LIBS
    CURSES_CPPFLAGS -> CURSES_CFLAGS

  and for the AX_WITH_CURSES_* macros

    PANEL_LIB -> PANEL_LIBS
    MENU_LIB -> MENU_LIBS
    FORM_LIB -> FORM_LIBS

  such that once the variables have been renamed in configure.ac and Makefile.am,
  the calls AX_WITH_CURSES and PKG_CHECK_MODULES([CURSES], [ncurses]) are
  completely interchangeable.

diffstat:

 devel/autoconf-archive/Makefile |   4 ++--
 devel/autoconf-archive/PLIST    |   9 ++++++++-
 devel/autoconf-archive/distinfo |  10 +++++-----
 3 files changed, 15 insertions(+), 8 deletions(-)

diffs (78 lines):

diff -r f7920f0daa02 -r 34985c833055 devel/autoconf-archive/Makefile
--- a/devel/autoconf-archive/Makefile   Sun Sep 18 21:49:30 2016 +0000
+++ b/devel/autoconf-archive/Makefile   Sun Sep 18 21:50:22 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2016/04/14 11:30:46 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2016/09/18 21:50:22 wiz Exp $
 
-DISTNAME=      autoconf-archive-2016.03.20
+DISTNAME=      autoconf-archive-2016.09.16
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GNU:=autoconf-archive/}
 EXTRACT_SUFX=  .tar.xz
diff -r f7920f0daa02 -r 34985c833055 devel/autoconf-archive/PLIST
--- a/devel/autoconf-archive/PLIST      Sun Sep 18 21:49:30 2016 +0000
+++ b/devel/autoconf-archive/PLIST      Sun Sep 18 21:50:22 2016 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2016/04/14 11:30:46 wiz Exp $
+@comment $NetBSD: PLIST,v 1.9 2016/09/18 21:50:22 wiz Exp $
 info/autoconf-archive.info
 share/aclocal/ax_absolute_header.m4
 share/aclocal/ax_ac_append_to_file.m4
@@ -47,6 +47,7 @@
 share/aclocal/ax_boost_unit_test_framework.m4
 share/aclocal/ax_boost_wave.m4
 share/aclocal/ax_boost_wserialization.m4
+share/aclocal/ax_build_date_epoch.m4
 share/aclocal/ax_c99_inline.m4
 share/aclocal/ax_c___attribute__.m4
 share/aclocal/ax_c_arithmetic_rshift.m4
@@ -173,6 +174,7 @@
 share/aclocal/ax_check_uname_syscall.m4
 share/aclocal/ax_check_user.m4
 share/aclocal/ax_check_vscript.m4
+share/aclocal/ax_check_x86_features.m4
 share/aclocal/ax_check_zlib.m4
 share/aclocal/ax_code_coverage.m4
 share/aclocal/ax_compare_version.m4
@@ -342,6 +344,7 @@
 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_cpu_supports.m4
 share/aclocal/ax_gcc_x86_cpuid.m4
 share/aclocal/ax_generate_changelog.m4
 share/aclocal/ax_gnu_autotest.m4
@@ -396,6 +399,7 @@
 share/aclocal/ax_libtoolize_cflags.m4
 share/aclocal/ax_llvm.m4
 share/aclocal/ax_lua.m4
+share/aclocal/ax_luarocks_rock.m4
 share/aclocal/ax_maintainer_mode_auto_silent.m4
 share/aclocal/ax_missing_prog.m4
 share/aclocal/ax_mpi.m4
@@ -404,6 +408,9 @@
 share/aclocal/ax_normalize_path.m4
 share/aclocal/ax_not_enable_frame_pointer.m4
 share/aclocal/ax_numeric_namedlevel.m4
+share/aclocal/ax_open62541_check_h.m4
+share/aclocal/ax_open62541_check_lib.m4
+share/aclocal/ax_open62541_path.m4
 share/aclocal/ax_openmp.m4
 share/aclocal/ax_patch_libtool_changing_cmds_ifs.m4
 share/aclocal/ax_path_bdb.m4
diff -r f7920f0daa02 -r 34985c833055 devel/autoconf-archive/distinfo
--- a/devel/autoconf-archive/distinfo   Sun Sep 18 21:49:30 2016 +0000
+++ b/devel/autoconf-archive/distinfo   Sun Sep 18 21:50:22 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2016/04/14 11:30:46 wiz Exp $
+$NetBSD: distinfo,v 1.10 2016/09/18 21:50:22 wiz Exp $
 
-SHA1 (autoconf-archive-2016.03.20.tar.xz) = feeafc88a39984dc38b08f0dbbcb49ad4940030d
-RMD160 (autoconf-archive-2016.03.20.tar.xz) = 7390f3799e3e2efd575e8b26528c7ccb2e6f3ec0
-SHA512 (autoconf-archive-2016.03.20.tar.xz) = 194d639d82a3377cdaf843c4a49d3ce3843ea37499b169124ddd2fca1800c0a559e27087a062109482b22f68b30f25ebb6da4b769eb6174d6e781162c83703b3
-Size (autoconf-archive-2016.03.20.tar.xz) = 613612 bytes
+SHA1 (autoconf-archive-2016.09.16.tar.xz) = 400d1f68a2c19cccb0602e188612bcec49fb4dee
+RMD160 (autoconf-archive-2016.09.16.tar.xz) = 5891c28fb7933662d69b0eae4e676b700ac50c7a
+SHA512 (autoconf-archive-2016.09.16.tar.xz) = 968fe6c274cfa804526b571c5c9e83e882103c8bfe52741c421bad0f216dd80c0de959db33b8e26d75ca11096b9f36f7d00468d7a6de400920b9a2eacfb91495
+Size (autoconf-archive-2016.09.16.tar.xz) = 624536 bytes



Home | Main Index | Thread Index | Old Index