Path to this page:
./
devel/mk-configure,
Lightweight but powerful replacement for GNU autotools
Branch: CURRENT,
Version: 0.24.0nb1,
Package name: mk-configure-0.24.0nb1,
Maintainer: cheusovmk-configure is a lightweight replacement for GNU autoconf,
written in and for bmake (NetBSD make).
Required to run:[
devel/bmake]
Master sites: (Expand)
SHA1: 4f429eca4c6cbbd19a3176bed902c703503dd352
RMD160: 445ea46d9a79fc305270d561efca6bceccce8c55
Filesize: 231.905 KB
Version history: (Expand)
- (2013-04-06) Updated to version: mk-configure-0.24.0nb1
- (2013-03-08) Updated to version: mk-configure-0.24.0
- (2012-10-21) Updated to version: mk-configure-0.23.0nb1
- (2012-07-22) Updated to version: mk-configure-0.23.0
- (2012-03-09) Updated to version: mk-configure-0.22.0
- (2011-10-22) Updated to version: mk-configure-0.21.2
CVS history: (Expand)
| 2013-04-06 10:39:31 by Aleksey Cheusov | Files touched by this commit (3) |
Log message:
Fix for Minix. Thanks to Thomas Cort. ++pkgrevision
|
| 2013-03-08 12:35:14 by Aleksey Cheusov | Files touched by this commit (3) |
Log message:
Version 0.24.0, by Aleksey Cheusov, Fri, 8 Mar 2013 13:18:00 +0300
mkc.sub{dir,prj}.mk:
- support for subprojects containing / symbol was added. In
OBJDIR_<dir> variable slashes are replaced with underlines.
In addition OBJDIR_<dir:T> variable is set.
- now also run the target "errorcheck"
- now work correctly with non-empty MAKEOBJDIR
and MAKEOBJDIRPREFIX.
Minor improvements in examples/*/linkme.mk
DPLIBS is deprecated, use LDADD instead.
${MKC_SOURCE_FUNCLIBS}.o is added to CLEANFILES if it is set.
Minor fixes in mkc_imp.lua.mk (LUA_MODULES vs. LUA_LMODULES).
Some improvements and fixes in man page and FAQ.
Thanks to Jeremy Reed, Min Sik Kim and Jan Smydke.
|
| 2012-10-31 12:19:55 by Aleksej Saushev | Files touched by this commit (1460) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
| 2012-10-21 19:24:58 by Aleksey Cheusov | Files touched by this commit (1) |
Log message:
Support for non-default PKG_SYSCONFDIR
|
| 2012-10-21 19:17:01 by Aleksey Cheusov | Files touched by this commit (2) |
Log message:
Do not package ChangeLog file
|
| 2012-10-21 19:13:49 by Aleksey Cheusov | Files touched by this commit (1) |
Log message:
Clean-ups
|
| 2012-10-18 18:16:54 by Aleksey Cheusov | Files touched by this commit (1) |
Log message:
Pass SYSCONFDIR=${PKG_SYSCONFDIR} to mkc-based projects through MAKE_ENV
|
2012-07-22 15:00:41 by Aleksey Cheusov | Files touched by this commit (3) |  |
Log message:
Update to 0.23.0
mkc.subprj.mk:
- Support for "virtual" subproject was added. Subprojects listed
in SUBPRJ and SUBPRJS_DFLT are not necessarily associated with
a subdirectory. See examples/hello_superfs for example.
Virtual subproject is a way to group several subprojects into
new one.
New variables were introduced: COPTS_<proj> OBJCOPTS_<proj>
LDADD_<proj> LDFLAGS_<proj> CPPFLAGS_<proj> \
CXXFLAGS_<proj>.
See the manual page for details.
Fix: OBJDIR_<subdir> variables now always contain full paths.
Fix in mkc_which(1). Now it differs directories and regular files.
Minor fixes in regression tests for EXPORT_SYMBOLS.
mkc.lib.mk:
- SHLIB_MINOR unconditionally defaults to 0
More slides in .pdf presentation:
- cross-compilation
- EXPORT_SYMBOLS
Fixes for Pascal support
Minor fixes in the man page
|