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 6AD98705D4 for ; Tue, 11 Jun 2013 09:15:01 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id CDFD914A12C; Tue, 11 Jun 2013 09:15:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0C5E714A11B for ; Tue, 11 Jun 2013 09:14:56 +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 9398yPJnuNZ8 for ; Tue, 11 Jun 2013 09:14:55 +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 5A08514A114 for ; Tue, 11 Jun 2013 09:14:55 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 4EE3796; Tue, 11 Jun 2013 09:14:55 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Tue, 11 Jun 2013 09:14:55 +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: <20130611091455.4EE3796@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Tue Jun 11 09:14:55 UTC 2013 Modified Files: pkgsrc/devel/autoconf-archive: Makefile PLIST distinfo Log Message: Update to 2013.06.09: * Noteworthy changes in release 2013.06.09 (2013-06-09) [stable] AX_PROG_FLEX has been updated to be more liberal about the name of the flex executable. AX_LIB_HDF5 has been updated to support the variables HDF5_CC, HDF5_FC, and HDF5_LIBS. See for further details. AX_XSDCXX has been added; a macro to find the CodeSynthesis XSD executable and the corresponding headers. See for further details. AX_PYTHON_DEVEL no longer overrides LOCALMODLIBS. Further details are available at . The portability of AX_ZONEINFO has been improved. Further details can be found at . The configure flags generated by AX_ENABLE_DEFAULT_ACLOCALDIR have been fixed. AX_CHECK_GLU and AX_CHECK_GLUT have been added again by a new maintainer. * Noteworthy changes in release 2013.04.06 (2013-04-06) [stable] AX_PROG_CC_FOR_BUILD and AX_PROG_CXX_FOR_BUILD have been simplified to require only AC_CANONICAL_HOST instead of AC_CANONICAL_SYSTEM. Further details are available at . A substantially updated version of the formerly obsoleted AX_CHECK_GL macro has been added again in . The new macro AX_LIB_SAMTOOLS has been added to check for Samtools . See for further details. The new macro AX_LIB_TABIX has been added to check for Tabix . Further details are available at . AX_CXX_COMPILE_STDCXX_11 has been extended to test for the "auto" keyword. Further details can be found at . Support for AIX has been improved in AX_PTHREAD. Further details are available at . AX_PYTHON_DEVEL's ability to detect the proper suffix for shared libraries has been improved. See for further details. AX_BOOST_PYTHON has been switched to AX_PYTHON_DEVEL. Further details are available at and at . Fixed AX_LIB_EXPAT not to overwrite $LIBS. Furthermore, linker flags are now returned in $EXPAT_LDFLAGS instead of $EXPAT_LIBS. Further details are available at . AX_PYTHON has been updated to use the "distutils" module to find Python's header files instead of depending on the "locate" command. Further details are at . AX_PYTHON_DEVEL has been extended to support ubuntu 13.04. See for further details. Incorrect CPU detection in AX_GCC_ARCHFLAG has been fixed. See for further details. AX_EXT has been extended to recognize AVX SIMD instructions. A release tarball was added that is compressed with the free lzip utility. AX_JNI_INCLUDE_DIR has been extended to support FreeBSD. AX_PYTHON has been extended to support ArchLinux. See for further details. AX_PYTHON_DEVEL has been extended to support ArchLinux. See for further details. A minor bug in AX_BOOST_ASIO has been fixed. Further details are at . To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 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.