pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/mk-configure Update to 0.32.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/95024c6c15fc
branches:  trunk
changeset: 333166:95024c6c15fc
user:      cheusov <cheusov%pkgsrc.org@localhost>
date:      Wed May 01 12:23:23 2019 +0000

description:
Update to 0.32.0

  Calculate WARNERR and {CC,CXX}FLAGS.warnerr lazily.  This makes some
  interesting scenaria possible, for example, setting WARNS in
  Makefile.common or Makefile.inc top-level files.

  Feature "prog_gmake": fix fork-bomb seen on FreeBSD 12.0-RELEASE-p3
  due to features of native make(1).

  Fixes for builtins prog_gm4, prog_gmake, prog_gawk and prog_flex
  (multiline output)

  MKC_BUILTINS_*: fix find_n_match function in mkc_check_common.sh

  Minor fixes in examples/hello_{yaxx,calc2}

  Always apply -Werror=implicit-function-declaration for clang.
  This fixes MKC_CHECK_FUNCS on clang-5.0.1 and earlier versions.

  mkc_imp.foreign_autotools.mk: if AT_MAKE is empty set it to "false"

  Get rid of builtin "endianess" (with single N)

  mkc_check_common.sh: always use mkc_which(1) instead of which(1)

  Updates for Lua code in examples/

  BMAKE_REQD check: workaround for broken bmake (seen on Darwin) that
  defines empty MAKE_VERSION

  examples/hello_dictd/test.mk: avoid double-slash in dirs

diffstat:

 devel/mk-configure/Makefile |   4 ++--
 devel/mk-configure/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r 48b0c9414cb0 -r 95024c6c15fc devel/mk-configure/Makefile
--- a/devel/mk-configure/Makefile       Wed May 01 12:21:18 2019 +0000
+++ b/devel/mk-configure/Makefile       Wed May 01 12:23:23 2019 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2019/04/08 21:42:57 cheusov Exp $
+# $NetBSD: Makefile,v 1.26 2019/05/01 12:23:23 cheusov Exp $
 #
 
-DISTNAME=      mk-configure-0.31.0
+DISTNAME=      mk-configure-0.32.0
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=mk-configure/}
 MASTER_SITES+= http://mova.org/~cheusov/pub/mk-configure/
diff -r 48b0c9414cb0 -r 95024c6c15fc devel/mk-configure/distinfo
--- a/devel/mk-configure/distinfo       Wed May 01 12:21:18 2019 +0000
+++ b/devel/mk-configure/distinfo       Wed May 01 12:23:23 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.20 2019/04/08 21:42:57 cheusov Exp $
+$NetBSD: distinfo,v 1.21 2019/05/01 12:23:23 cheusov Exp $
 
-SHA1 (mk-configure-0.31.0.tar.gz) = 7324fa975ab692f5013d9e0a3b31da35fc8722a7
-RMD160 (mk-configure-0.31.0.tar.gz) = 37f732e859b1f61fa38bbcf999adb36fad2e9f1e
-SHA512 (mk-configure-0.31.0.tar.gz) = 8b136c989b1c59dda2a07c37e23e2e2957a45f987553ad14b43df51d0e22dbfa08d699a6ff0e346651df056cc338470f215b14b5fac6cc2cb29bb350860e66ab
-Size (mk-configure-0.31.0.tar.gz) = 312624 bytes
+SHA1 (mk-configure-0.32.0.tar.gz) = 6349f91541a413a118093eb2a800704bca6ed33e
+RMD160 (mk-configure-0.32.0.tar.gz) = c9d8ea00415ee98b0fbd665afde37893ca21f921
+SHA512 (mk-configure-0.32.0.tar.gz) = 468327f87a5d72132cfb619514e89217497defbc2a584ea512b417a4c91fd38735cde30a29a230406bf7f37164725120bb90c0352fd3f65d9e46eefef0c24646
+Size (mk-configure-0.32.0.tar.gz) = 313167 bytes



Home | Main Index | Thread Index | Old Index