Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id E74D27A168 for ; Sun, 18 Sep 2016 21:50:23 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 9968D85EF5; Sun, 18 Sep 2016 21:50:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2993C85EF2 for ; Sun, 18 Sep 2016 21:50:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 9N8CVNLZWrsj for ; Sun, 18 Sep 2016 21:50:22 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 7F62685E13 for ; Sun, 18 Sep 2016 21:50:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7D5DFFBD1; Sun, 18 Sep 2016 21:50:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1474235422105270" MIME-Version: 1.0 Date: Sun, 18 Sep 2016 21:50:22 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/autoconf-archive To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20160918215022.7D5DFFBD1@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1474235422105270 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Sep 18 21:50:22 UTC 2016 Modified Files: pkgsrc/devel/autoconf-archive: Makefile PLIST distinfo Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/autoconf-archive/Makefile \ pkgsrc/devel/autoconf-archive/PLIST cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/autoconf-archive/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1474235422105270 Content-Disposition: inline Content-Length: 3971 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/autoconf-archive/Makefile diff -u pkgsrc/devel/autoconf-archive/Makefile:1.8 pkgsrc/devel/autoconf-archive/Makefile:1.9 --- pkgsrc/devel/autoconf-archive/Makefile:1.8 Thu Apr 14 11:30:46 2016 +++ pkgsrc/devel/autoconf-archive/Makefile Sun Sep 18 21:50:22 2016 @@ -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 Index: pkgsrc/devel/autoconf-archive/PLIST diff -u pkgsrc/devel/autoconf-archive/PLIST:1.8 pkgsrc/devel/autoconf-archive/PLIST:1.9 --- pkgsrc/devel/autoconf-archive/PLIST:1.8 Thu Apr 14 11:30:46 2016 +++ pkgsrc/devel/autoconf-archive/PLIST Sun Sep 18 21:50:22 2016 @@ -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_thread.m4 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_typedef.m4 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_var_attribute.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_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_libgcj_jar.m4 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_need_awk.m4 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 Index: pkgsrc/devel/autoconf-archive/distinfo diff -u pkgsrc/devel/autoconf-archive/distinfo:1.9 pkgsrc/devel/autoconf-archive/distinfo:1.10 --- pkgsrc/devel/autoconf-archive/distinfo:1.9 Thu Apr 14 11:30:46 2016 +++ pkgsrc/devel/autoconf-archive/distinfo Sun Sep 18 21:50:22 2016 @@ -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 --_----------=_1474235422105270--