diff options
author | wiz <wiz@pkgsrc.org> | 2013-06-11 09:14:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-06-11 09:14:55 +0000 |
commit | 312c17b9d1bfdc35c355cd5584898c31b725a8ad (patch) | |
tree | 4cfd6aeb6bf796aef1ee41cb6ec3fded92f54a0f /devel/autoconf-archive/Makefile | |
parent | ffb6eb821c907dce6a7e64e21300c76a0c201756 (diff) | |
download | pkgsrc-312c17b9d1bfdc35c355cd5584898c31b725a8ad.tar.gz |
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 <http://savannah.gnu.org/patch/?8026> for further details.
AX_XSDCXX has been added; a macro to find the CodeSynthesis XSD executable
and the corresponding headers. See <http://savannah.gnu.org/patch/?8011>
for further details.
AX_PYTHON_DEVEL no longer overrides LOCALMODLIBS. Further details are
available at <http://savannah.gnu.org/patch/index.php?8065>.
The portability of AX_ZONEINFO has been improved. Further details can be
found at <http://savannah.gnu.org/patch/index.php?8029>.
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 <http://savannah.gnu.org/patch/?7989>.
A substantially updated version of the formerly obsoleted AX_CHECK_GL macro
has been added again in <http://savannah.gnu.org/patch/?7986>.
The new macro AX_LIB_SAMTOOLS has been added to check for Samtools
<http://samtools.sourceforge.net/>. See <http://savannah.gnu.org/patch/?7983>
for further details.
The new macro AX_LIB_TABIX has been added to check for Tabix
<http://samtools.sourceforge.net/tabix.shtml>. Further details are available
at <http://savannah.gnu.org/patch/?7984>.
AX_CXX_COMPILE_STDCXX_11 has been extended to test for the "auto" keyword.
Further details can be found at <http://savannah.gnu.org/patch/?7985>.
Support for AIX has been improved in AX_PTHREAD. Further details are
available at <http://savannah.gnu.org/patch/?7973>.
AX_PYTHON_DEVEL's ability to detect the proper suffix for shared libraries
has been improved. See <http://savannah.gnu.org/patch/?7953> for further
details.
AX_BOOST_PYTHON has been switched to AX_PYTHON_DEVEL. Further details are
available at <http://savannah.gnu.org/patch/?7979> and at
<http://savannah.gnu.org/patch/?7980>.
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 <http://savannah.gnu.org/patch/?7968>.
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 <http://savannah.gnu.org/patch/?7966>.
AX_PYTHON_DEVEL has been extended to support ubuntu 13.04. See
<http://savannah.gnu.org/patch/?7965> for further details.
Incorrect CPU detection in AX_GCC_ARCHFLAG has been fixed. See
<http://savannah.gnu.org/patch/?7978> 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
<http://savannah.gnu.org/patch/?7951> for further details.
AX_PYTHON_DEVEL has been extended to support ArchLinux. See
<http://savannah.gnu.org/patch/?7953> for further details.
A minor bug in AX_BOOST_ASIO has been fixed. Further details are at
<http://savannah.gnu.org/patch/index.php?7959>.
Diffstat (limited to 'devel/autoconf-archive/Makefile')
-rw-r--r-- | devel/autoconf-archive/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/autoconf-archive/Makefile b/devel/autoconf-archive/Makefile index f443188547b..d14ac1c0074 100644 --- a/devel/autoconf-archive/Makefile +++ b/devel/autoconf-archive/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2013/02/03 11:24:49 wiz Exp $ -# +# $NetBSD: Makefile,v 1.3 2013/06/11 09:14:55 wiz Exp $ -DISTNAME= autoconf-archive-2013.02.02 +DISTNAME= autoconf-archive-2013.06.09 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=autoconf-archive/} EXTRACT_SUFX= .tar.xz |