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 | |
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>.
-rw-r--r-- | devel/autoconf-archive/Makefile | 5 | ||||
-rw-r--r-- | devel/autoconf-archive/PLIST | 8 | ||||
-rw-r--r-- | devel/autoconf-archive/distinfo | 8 |
3 files changed, 13 insertions, 8 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 diff --git a/devel/autoconf-archive/PLIST b/devel/autoconf-archive/PLIST index 01dd3068f7c..7327b4f76e3 100644 --- a/devel/autoconf-archive/PLIST +++ b/devel/autoconf-archive/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2013/02/03 11:24:49 wiz Exp $ +@comment $NetBSD: PLIST,v 1.3 2013/06/11 09:14:55 wiz Exp $ info/autoconf-archive.info share/aclocal/ax_absolute_header.m4 share/aclocal/ax_ac_append_to_file.m4 @@ -129,6 +129,9 @@ share/aclocal/ax_check_docbook_xslt_min.m4 share/aclocal/ax_check_dos_filesys.m4 share/aclocal/ax_check_func_in.m4 share/aclocal/ax_check_gd.m4 +share/aclocal/ax_check_gl.m4 +share/aclocal/ax_check_glu.m4 +share/aclocal/ax_check_glut.m4 share/aclocal/ax_check_gnu_make.m4 share/aclocal/ax_check_icu.m4 share/aclocal/ax_check_java_home.m4 @@ -328,8 +331,10 @@ share/aclocal/ax_lib_oracle_oci.m4 share/aclocal/ax_lib_orbit2.m4 share/aclocal/ax_lib_postgresql.m4 share/aclocal/ax_lib_readline.m4 +share/aclocal/ax_lib_samtools.m4 share/aclocal/ax_lib_socket_nsl.m4 share/aclocal/ax_lib_sqlite3.m4 +share/aclocal/ax_lib_tabix.m4 share/aclocal/ax_lib_taglib.m4 share/aclocal/ax_lib_trace.m4 share/aclocal/ax_lib_upnp.m4 @@ -485,6 +490,7 @@ share/aclocal/ax_with_dmalloc.m4 share/aclocal/ax_with_mpatrol.m4 share/aclocal/ax_with_prog.m4 share/aclocal/ax_xercesc.m4 +share/aclocal/ax_xsdcxx.m4 share/aclocal/ax_xtra_classpath.m4 share/aclocal/ax_zoneinfo.m4 share/autoconf-archive/AUTHORS diff --git a/devel/autoconf-archive/distinfo b/devel/autoconf-archive/distinfo index c685554ec8c..0a19e812187 100644 --- a/devel/autoconf-archive/distinfo +++ b/devel/autoconf-archive/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2013/02/03 11:24:49 wiz Exp $ +$NetBSD: distinfo,v 1.3 2013/06/11 09:14:55 wiz Exp $ -SHA1 (autoconf-archive-2013.02.02.tar.xz) = 70f4d130a44795d6133cc83978fb2145e0b2e39d -RMD160 (autoconf-archive-2013.02.02.tar.xz) = f286d7d65f3ea383e0f5daa44a71b396c77d2ed5 -Size (autoconf-archive-2013.02.02.tar.xz) = 512556 bytes +SHA1 (autoconf-archive-2013.06.09.tar.xz) = ca2be8dc35d5ac5c7377daaac5e71f012fa5f9e2 +RMD160 (autoconf-archive-2013.06.09.tar.xz) = c0d9dc1239e078eec4c0d7788a42ca6e0bb0d4b1 +Size (autoconf-archive-2013.06.09.tar.xz) = 531052 bytes |