pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/mk-configure
Module Name: pkgsrc
Committed By: cheusov
Date: Wed May 1 12:23:23 UTC 2019
Modified Files:
pkgsrc/devel/mk-configure: Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/mk-configure/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/mk-configure/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/mk-configure/Makefile
diff -u pkgsrc/devel/mk-configure/Makefile:1.25 pkgsrc/devel/mk-configure/Makefile:1.26
--- pkgsrc/devel/mk-configure/Makefile:1.25 Mon Apr 8 21:42:57 2019
+++ pkgsrc/devel/mk-configure/Makefile Wed May 1 12:23:23 2019
@@ -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/
Index: pkgsrc/devel/mk-configure/distinfo
diff -u pkgsrc/devel/mk-configure/distinfo:1.20 pkgsrc/devel/mk-configure/distinfo:1.21
--- pkgsrc/devel/mk-configure/distinfo:1.20 Mon Apr 8 21:42:57 2019
+++ pkgsrc/devel/mk-configure/distinfo Wed May 1 12:23:23 2019
@@ -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