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:           Mon May 27 13:34:35 UTC 2024

Modified Files:
        pkgsrc/devel/mk-configure: Makefile distinfo

Log Message:
Update to 0.39.3

  mkc_check_common.sh: do not hide stderr in function "find_n_match"
  used by MKC_CHECK_PROGS. As a result stderr of mkc_which and
  program we search for will be a part of
  _mkc_{custom_,}prog_XXX.res. This helps debugging.

  Before using gmake in mk/mkc_imp.foreign_autotools.mk and
  builtins/prog_gmake always unset environment variable MAKEFLAGS
  because bmake and gmake are incompatible.

  tests/WARNERR: improve test for clang-16.0.6 that does not warn
  about sign/unsigned pointer mistype


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/devel/mk-configure/Makefile
cvs rdiff -u -r1.39 -r1.40 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.44 pkgsrc/devel/mk-configure/Makefile:1.45
--- pkgsrc/devel/mk-configure/Makefile:1.44     Sat May 25 08:46:50 2024
+++ pkgsrc/devel/mk-configure/Makefile  Mon May 27 13:34:35 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.44 2024/05/25 08:46:50 cheusov Exp $
+# $NetBSD: Makefile,v 1.45 2024/05/27 13:34:35 cheusov Exp $
 #
 
-DISTNAME=      mk-configure-0.39.2
+DISTNAME=      mk-configure-0.39.3
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=mk-configure/}
 

Index: pkgsrc/devel/mk-configure/distinfo
diff -u pkgsrc/devel/mk-configure/distinfo:1.39 pkgsrc/devel/mk-configure/distinfo:1.40
--- pkgsrc/devel/mk-configure/distinfo:1.39     Sat May 25 08:46:50 2024
+++ pkgsrc/devel/mk-configure/distinfo  Mon May 27 13:34:35 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.39 2024/05/25 08:46:50 cheusov Exp $
+$NetBSD: distinfo,v 1.40 2024/05/27 13:34:35 cheusov Exp $
 
-BLAKE2s (mk-configure-0.39.2.tar.gz) = 3d76b016f4b481e0d0618a38fd1c16d1b05aec4d92d29b6802e38dd3d963e529
-SHA512 (mk-configure-0.39.2.tar.gz) = eef026339c9a651ca84188031bb20a150b0a88d25fb3f7c34e4ad7ac92e720263fd811aac0cb22423cf3972de797caf11224ad75693597aa1f2cb93b1ce19035
-Size (mk-configure-0.39.2.tar.gz) = 364751 bytes
+BLAKE2s (mk-configure-0.39.3.tar.gz) = 5534313d7df3ecd8083f75f50312a7124776b405a5779d66affe467a2990db0a
+SHA512 (mk-configure-0.39.3.tar.gz) = 58646bd7023a9fa126ddb68a124acce7b0676df5cc5c3981dee12652152fdc47232c015db6f2b60d560339326f84cec0bd3c3244a7ca9fdcf36ca6646569a12a
+Size (mk-configure-0.39.3.tar.gz) = 365049 bytes



Home | Main Index | Thread Index | Old Index