Skip to content

Commit

Permalink
Update to 0.38.3
Browse files Browse the repository at this point in the history
  Fix #27 by adding a compiler triplet to config file name

  Introduce special value "force" for MKCOMPILERSETTINGS variable. If
  it is set, compiler configuration file is always regenarated.

  Regenerate compiler configuration file (~/.mkcmake) when
  MKCOMPILERSETTINGS=yes and
  mkc_imp.cxx/cc_${CC_TYPE}-${CC_VERSION}.mk is older than system-wide
  one. Do the same for C++ compiler.

  mkc_compiler_settings: detect whether linker supports -rdynamic

  Update mk-configure.7 man page

  mkc_check_funclib: ignore stdout of linker and redirect it to stderr

  Fixes in examples/ (Solaris-11 and latest versions of NetBSD and
  OpenBSD)
  • Loading branch information
cheusov committed Dec 2, 2023
1 parent 4d92192 commit 6102037
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions devel/mk-configure/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.40 2023/01/28 20:07:34 cheusov Exp $
# $NetBSD: Makefile,v 1.41 2023/12/02 12:02:41 cheusov Exp $
#

DISTNAME= mk-configure-0.38.2
DISTNAME= mk-configure-0.38.3
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mk-configure/}

Expand Down
8 changes: 4 additions & 4 deletions devel/mk-configure/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.34 2023/01/28 20:07:34 cheusov Exp $
$NetBSD: distinfo,v 1.35 2023/12/02 12:02:41 cheusov Exp $

BLAKE2s (mk-configure-0.38.2.tar.gz) = 70e10f1eeb29a030f2bf1cc0612b09a00f87cb05534689f090a42f3afa62043e
SHA512 (mk-configure-0.38.2.tar.gz) = dd6542c39b24513288e69c0b971aa3c602bc450a812f1758b26c7f6b0cb9864a1a1d8e04153fb79394a53f7be1a5990c4dcf090d56de8edc8a6a7580799cbe76
Size (mk-configure-0.38.2.tar.gz) = 359518 bytes
BLAKE2s (mk-configure-0.38.3.tar.gz) = b617bba1e247899e7fcc6415dc5949b7ab28dd6e350e4493cfda3eaa64d6f069
SHA512 (mk-configure-0.38.3.tar.gz) = 646cfe82f126299824bd1f2412ca66c75acfef9fd115d37dec23cb69072f9ed3801318de15aa957843d2f6a7a124b5bd411f06408f86aeaed1b58949ffb7ff5e
Size (mk-configure-0.38.3.tar.gz) = 362541 bytes

0 comments on commit 6102037

Please sign in to comment.