Source-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.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/34fdcd1a946c
branches:  trunk
changeset: 431544:34fdcd1a946c
user:      cheusov <cheusov%pkgsrc.org@localhost>
date:      Thu May 14 17:45:44 2020 +0000

description:
Update to 0.32.2

  Do not pass *all* CFLAGS flags to CXXFLAGS.  This fixes builds
  where, for example, clang is used as a C compile and gcc is used as
  a C++ compiler. Also, MKC_CHECK_* variables update MKC_CPPFLAGS
  instead of MKC_CFLAGS.

  Avoid "install -d /" if there is nothing to install.  This fixes
  some failures on some systems/conditions and improves support for
  foreign install(1) programs, e.g., (UCB install on Solaris)

  Fixes for CFLAGS containing -O2 and -D_FORTIFY_SOURCE=n

  main.mk: clean-ups for target "cleandir" and "clean"

diffstat:

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

diffs (36 lines):

diff -r a2f29eb763b1 -r 34fdcd1a946c devel/mk-configure/Makefile
--- a/devel/mk-configure/Makefile       Thu May 14 17:33:20 2020 +0000
+++ b/devel/mk-configure/Makefile       Thu May 14 17:45:44 2020 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.33 2020/03/30 14:10:55 cheusov Exp $
+# $NetBSD: Makefile,v 1.34 2020/05/14 17:45:44 cheusov Exp $
 #
 
-DISTNAME=      mk-configure-0.34.1
+DISTNAME=      mk-configure-0.34.2
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=mk-configure/}
 
@@ -46,6 +46,7 @@
 CHECK_PERMS_SKIP=      */foobar.in */hello_world3.in */prog1.awk.in
 
 .if ${OPSYS} != NetBSD && ${OPSYS} != FreeBSD && ${OPSYS} != OpenBSD && ${OPSYS} != DragonFly && ${OPSYS} != MirBSD
+# non-BSD system
 DEPENDS+=      bmkdep-[0-9]*:../../devel/bmkdep
 .endif
 
diff -r a2f29eb763b1 -r 34fdcd1a946c devel/mk-configure/distinfo
--- a/devel/mk-configure/distinfo       Thu May 14 17:33:20 2020 +0000
+++ b/devel/mk-configure/distinfo       Thu May 14 17:45:44 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.25 2020/03/30 14:10:55 cheusov Exp $
+$NetBSD: distinfo,v 1.26 2020/05/14 17:45:44 cheusov Exp $
 
-SHA1 (mk-configure-0.34.1.tar.gz) = 88742d1264f154fc0e980321be6072476c5cc437
-RMD160 (mk-configure-0.34.1.tar.gz) = 8dff15d9fee5d909245702dc8aaa0a6a680fc9d6
-SHA512 (mk-configure-0.34.1.tar.gz) = b7a599c3aa1dfffc268147d074837e3d74578da2f9f51d8e0cfe5d537fa825e1155b8dece20eae367390377bab327d6e51dcf994d5776ecd3ed4492fe345248e
-Size (mk-configure-0.34.1.tar.gz) = 353067 bytes
+SHA1 (mk-configure-0.34.2.tar.gz) = 6e09badffc4c40c30c0c0afe95479a9e8ea7a8a2
+RMD160 (mk-configure-0.34.2.tar.gz) = 10e8aa4feef334fcb2bb3187764f7ce1de747a86
+SHA512 (mk-configure-0.34.2.tar.gz) = c69b7bdb64b29a12c3da52ae531f7ab69c128cd899556397ccaea27de3d34eb5d7a3f01bc2d4bb31905db26235e1296d7314f14adf2b2e64baec31ec29e02cf6
+Size (mk-configure-0.34.2.tar.gz) = 326365 bytes



Home | Main Index | Thread Index | Old Index