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:           Sun Oct  6 09:16:16 UTC 2024

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

Log Message:
Update to 0.40.0

  Fix build failure with bmake-20240909

  Fix tests/test_subprj_dash and derivatives failed with
  bmake-20240909

  feature dprintf: add __printflike(2,3) to dprintf(3)

  mkc_compiler_settings:
     * add CUSTOM.attribute_{aligned,always_inline,const,noreturn,pure,printflike}
       to compiler settings
     * add path to features to bmake

  Do not pass ${MAKEFLAGS} to recursive make invocation

  Fix examples/xxzip/Makefile


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/devel/mk-configure/Makefile
cvs rdiff -u -r1.41 -r1.42 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.47 pkgsrc/devel/mk-configure/Makefile:1.48
--- pkgsrc/devel/mk-configure/Makefile:1.47     Thu Jun 20 07:10:35 2024
+++ pkgsrc/devel/mk-configure/Makefile  Sun Oct  6 09:16:16 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.47 2024/06/20 07:10:35 cheusov Exp $
+# $NetBSD: Makefile,v 1.48 2024/10/06 09:16:16 cheusov Exp $
 #
 
-DISTNAME=      mk-configure-0.39.4
+DISTNAME=      mk-configure-0.40.0
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=mk-configure/}
 

Index: pkgsrc/devel/mk-configure/distinfo
diff -u pkgsrc/devel/mk-configure/distinfo:1.41 pkgsrc/devel/mk-configure/distinfo:1.42
--- pkgsrc/devel/mk-configure/distinfo:1.41     Thu Jun 20 07:10:35 2024
+++ pkgsrc/devel/mk-configure/distinfo  Sun Oct  6 09:16:16 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.41 2024/06/20 07:10:35 cheusov Exp $
+$NetBSD: distinfo,v 1.42 2024/10/06 09:16:16 cheusov Exp $
 
-BLAKE2s (mk-configure-0.39.4.tar.gz) = 443ebf90f3e9061c37fde083ad50be313ae2cd71d11a30f41a71f3f516573ef3
-SHA512 (mk-configure-0.39.4.tar.gz) = b2e7a098f271bff22ec65653081c175842fdfaba6d3c0c2be646be976ae12fca6fbb00a3e8cafff8d2e592d2edb54a00199e6f368eeb182e411e2ae50658d3c5
-Size (mk-configure-0.39.4.tar.gz) = 365282 bytes
+BLAKE2s (mk-configure-0.40.0.tar.gz) = bf3341f67f18f2955b37c0cfe6a3c7f46248be340e01c3bb3cce90cddf7bab41
+SHA512 (mk-configure-0.40.0.tar.gz) = 8c07028952ce7b34e97fbfe6b465191379c663afd795f0e2f647830a13bdfbbee563076fce09955b3aa3424ad2c38778332ae48769f3ed58e5a2936890ee8be5
+Size (mk-configure-0.40.0.tar.gz) = 366236 bytes



Home | Main Index | Thread Index | Old Index