pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/autoconf-archive Update to 2015.02.04:
details: https://anonhg.NetBSD.org/pkgsrc/rev/e6a0bf19976c
branches: trunk
changeset: 646281:e6a0bf19976c
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Feb 07 12:00:00 2015 +0000
description:
Update to 2015.02.04:
* Noteworthy changes in release 2015.02.04 (2015-02-04) [stable]
AX_OPENMP: Test that we can actually #include <omp.h> successfully.
AX_COMPILER_FLAGS was re-factored into AX_COMPILER_FLAGS_CFLAGS and
AX_COMPILER_FLAGS_LDFLAGS.
AX_CODE_COVERAGE detects gcov program.
AX_VALGRIND_CHECK now supports running without libtool.
AX_GCC_VERSION was improved.
Re-factored and modernized the macros AX_CXX_TEMPLATES, AX_CXX_CONST_CAST,
AX_CXX_COMPLEX_MATH_IN_NAMESPACE_STD, AX_CXX_BOOL, AX_APPEND_FLAG,
AX_CHECK_*_FLAG, AX_CHECK_ENABLE_DEBUG, and
AX_CXX_DEFAULT_TEMPLATE_PARAMETERS.
AX_CXX_COMPILER_VENDOR was deprecated in favor of AX_COMPILER_VENDOR.
AX_HAVE_OPENGL was deprecated in favor of AX_CHECK_GL, AX_CHECK_GLU,
AX_CHECK_GLUT, and AX_CHECK_GLX.
AX_CHECK_GL has a new parameter --with-mesa that allows choosing the order of
opengl lib detection.
Portability of AX_LUA was improved. Support for LUA 5.0 was added.
New macros AX_IS_RELEASE, AX_COMPILER_FLAGS_GIR, AX_CXX_ERASE_ITERATOR_TYPE,
AX_COMPILER_VERSION, AX_CHECK_GLX, AX_CHECK_VSCRIPT, AX_VALGRIND_CHECK,
AX_PKG_CHECK_MODULES, and AX_COMPILER_FLAGS were added.
AX_PROG_FLEX: Also accept gflex.
AX_LIB_HDF5: remove extra leading space from include path flag. That space
creeps into HDF5_CPPFLAGS and breaks the include path flag into two tokens,
e.g., "-I" and "/usr/include". While this may be legal and doesn't affect the
compilation, it does break some library tools (e.g., when the macro is used
in building a dynamic library that uses pkg-config).
AX_PERL_MODULE_VERSION: use more portable syntax for shell arithmetic.
AX_JNI_INCLUDE_DIR: support standard Oracle JDK installation layout on Mac OS
X.
AX_PROG_JAVAH_BIN_DIR: fix misspelled variable name and follow javah symlink
to find jni.h.
AX_BOOST_PYTHON: use unique names for local variables
diffstat:
devel/autoconf-archive/Makefile | 4 ++--
devel/autoconf-archive/PLIST | 13 ++++++++++++-
devel/autoconf-archive/distinfo | 8 ++++----
3 files changed, 18 insertions(+), 7 deletions(-)
diffs (92 lines):
diff -r 992ffe0e4e76 -r e6a0bf19976c devel/autoconf-archive/Makefile
--- a/devel/autoconf-archive/Makefile Sat Feb 07 10:14:56 2015 +0000
+++ b/devel/autoconf-archive/Makefile Sat Feb 07 12:00:00 2015 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2015/01/16 09:18:54 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2015/02/07 12:00:00 wiz Exp $
-DISTNAME= autoconf-archive-2014.10.15
+DISTNAME= autoconf-archive-2015.02.04
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=autoconf-archive/}
EXTRACT_SUFX= .tar.xz
diff -r 992ffe0e4e76 -r e6a0bf19976c devel/autoconf-archive/PLIST
--- a/devel/autoconf-archive/PLIST Sat Feb 07 10:14:56 2015 +0000
+++ b/devel/autoconf-archive/PLIST Sat Feb 07 12:00:00 2015 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2015/01/16 09:18:54 wiz Exp $
+@comment $NetBSD: PLIST,v 1.6 2015/02/07 12:00:00 wiz Exp $
info/autoconf-archive.info
share/aclocal/ax_absolute_header.m4
share/aclocal/ax_ac_append_to_file.m4
@@ -139,6 +139,7 @@
share/aclocal/ax_check_gl.m4
share/aclocal/ax_check_glu.m4
share/aclocal/ax_check_glut.m4
+share/aclocal/ax_check_glx.m4
share/aclocal/ax_check_gnu_make.m4
share/aclocal/ax_check_icu.m4
share/aclocal/ax_check_java_home.m4
@@ -169,11 +170,17 @@
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_zlib.m4
share/aclocal/ax_code_coverage.m4
share/aclocal/ax_compare_version.m4
share/aclocal/ax_compile_check_sizeof.m4
+share/aclocal/ax_compiler_flags.m4
+share/aclocal/ax_compiler_flags_cflags.m4
+share/aclocal/ax_compiler_flags_gir.m4
+share/aclocal/ax_compiler_flags_ldflags.m4
share/aclocal/ax_compiler_vendor.m4
+share/aclocal/ax_compiler_version.m4
share/aclocal/ax_compute_relative_paths.m4
share/aclocal/ax_compute_standard_relative_paths.m4
share/aclocal/ax_cond_with_level.m4
@@ -201,6 +208,7 @@
share/aclocal/ax_cxx_dynamic_cast.m4
share/aclocal/ax_cxx_enum_computations.m4
share/aclocal/ax_cxx_enum_computations_with_cast.m4
+share/aclocal/ax_cxx_erase_iterator_type.m4
share/aclocal/ax_cxx_exceptions.m4
share/aclocal/ax_cxx_explicit.m4
share/aclocal/ax_cxx_explicit_instantiations.m4
@@ -336,6 +344,7 @@
share/aclocal/ax_have_select.m4
share/aclocal/ax_include_strcasecmp.m4
share/aclocal/ax_install_files.m4
+share/aclocal/ax_is_release.m4
share/aclocal/ax_java_check_class.m4
share/aclocal/ax_java_options.m4
share/aclocal/ax_jni_include_dir.m4
@@ -396,6 +405,7 @@
share/aclocal/ax_perl_ext_flags.m4
share/aclocal/ax_perl_module_version.m4
share/aclocal/ax_pgsql_priv_root.m4
+share/aclocal/ax_pkg_check_modules.m4
share/aclocal/ax_pkg_mico.m4
share/aclocal/ax_pkg_swig.m4
share/aclocal/ax_prefix_config_h.m4
@@ -512,6 +522,7 @@
share/aclocal/ax_try_run_java.m4
share/aclocal/ax_type_socklen_t.m4
share/aclocal/ax_upload.m4
+share/aclocal/ax_valgrind_check.m4
share/aclocal/ax_var_timezone_externals.m4
share/aclocal/ax_very_nice.m4
share/aclocal/ax_warning_default_aclocaldir.m4
diff -r 992ffe0e4e76 -r e6a0bf19976c devel/autoconf-archive/distinfo
--- a/devel/autoconf-archive/distinfo Sat Feb 07 10:14:56 2015 +0000
+++ b/devel/autoconf-archive/distinfo Sat Feb 07 12:00:00 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2015/01/16 09:18:54 wiz Exp $
+$NetBSD: distinfo,v 1.6 2015/02/07 12:00:00 wiz Exp $
-SHA1 (autoconf-archive-2014.10.15.tar.xz) = 7efcefd29a67da2a7243ea2b30e353027d70b460
-RMD160 (autoconf-archive-2014.10.15.tar.xz) = 76f6731c6c0d01a22034efd118b1ffe6a42555d5
-Size (autoconf-archive-2014.10.15.tar.xz) = 558572 bytes
+SHA1 (autoconf-archive-2015.02.04.tar.xz) = 029b99cbfba6daaa539fae89920c0c40c2b0e13c
+RMD160 (autoconf-archive-2015.02.04.tar.xz) = 07bee6400a9536286bfa12b2b79a0f5198b4a051
+Size (autoconf-archive-2015.02.04.tar.xz) = 575956 bytes
Home |
Main Index |
Thread Index |
Old Index