Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 28F82A60CC for ; Sun, 3 Nov 2013 09:05:25 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 6DF2714A571; Sun, 3 Nov 2013 09:05:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AA96914A570 for ; Sun, 3 Nov 2013 09:05:19 +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 IW3ZkHFEFv8v for ; Sun, 3 Nov 2013 09:05:19 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 0506A14A56B for ; Sun, 3 Nov 2013 09:05:18 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id E857D96; Sun, 3 Nov 2013 09:05:18 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 3 Nov 2013 09:05:18 +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: <20131103090518.E857D96@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Sun Nov 3 09:05:18 UTC 2013 Modified Files: pkgsrc/devel/autoconf-archive: Makefile PLIST distinfo Log Message: 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 . The new macro AX_AM_OVERRIDE_VAR allows "overriding" of user provided variables for Automake. See for further details. AX_COMPILER_VENDOR has been extended to support detection of Fujitsu compilers. See for further details. AX_TRY_RUN_JAVA and AX_TRY_COMPILE_JAVA has been made more picky about what they delete. See for further details. The new macro AX_PROG_SCALA checks that scala is available. Further details are available at . The new macro AX_FIND_SCALA_STDLIB add support for finding the jar containing the Scala Standard Library. See for further details. The new macro AX_PROG_SCALAC provides support for finding a Scala compiler. See 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 for further details. AX_PTHREAD has been extended to support Clang. Further details can be found at . 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 . 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 for further details. AX_JNI_INCLUDE_DIR now recognizes the $JAVA_HOME environment variable when trying to locate the Java SDK. See for further details. AX_EXT has been extended to recognize cases where a CPU supports AVX, but the operating system does not. See for further details. Support for 64-bit FreeBSD has been improved in AX_EXT, AX_GCC_ARCHFLAG. See 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. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/autoconf-archive/Makefile \ pkgsrc/devel/autoconf-archive/PLIST \ pkgsrc/devel/autoconf-archive/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.