./devel/mk-configure, Lightweight but powerful replacement for GNU autotools

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.40.0, Package name: mk-configure-0.40.0, Maintainer: cheusov

mk-configure is a lightweight replacement for GNU autoconf,
written in and for bmake (NetBSD make).


Required to run:
[devel/bmake]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 357.652 KB

Version history: (Expand)


CVS history: (Expand)


   2025-03-23 19:41:05 by Roland Illig | Files touched by this commit (1)
Log message:
devel/mk-configure: fix build on NetBSD 9

No binary change to the package on other platforms, thus no PKGREVISION
bump.

Fixes PR pkg/59184.
   2024-10-06 11:16:16 by Aleksey Cheusov | Files touched by this commit (2)
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
   2024-06-20 09:10:35 by Aleksey Cheusov | Files touched by this commit (2)
Log message:
Update to 0.39.4

  Fix bashism in examples/libdeps/test.mk.
  Thanks to wiz@NetBSD.org for problem report.
   2024-05-29 20:43:50 by Aleksey Cheusov | Files touched by this commit (1)
Log message:
Update HOMEPAGE to https://github.com/...
   2024-05-27 15:34:35 by Aleksey Cheusov | Files touched by this commit (2)
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
   2024-05-25 10:46:50 by Aleksey Cheusov | Files touched by this commit (3)
Log message:
Update to 0.39.2:

 Fix "bad condition" in mkc_imp.platform.mk. Affected versions: 0.39.1
 Add support for multi-token CC, CXX, CPP etc.
   2024-05-24 18:59:58 by Aleksey Cheusov | Files touched by this commit (2)
Log message:
Fix installation problem seen on OpenBSD where CPP is clang -E
   2024-05-24 16:31:05 by Aleksey Cheusov | Files touched by this commit (3)
Log message:
Update to 0.39.1

 Fix support for WARNERR=yes mode where -Werror option should be
 passed to compiler.  The problem happens when WARNS is set to 4 in
 Makefile.{common,inc}.