2009-03-29 18:30:02 by Aleksey Cheusov | Files touched by this commit (2) |
Log message:
mk-configure examples are also installed
switch to AUTO_MKDIRS=yes
++pkgrevision
|
2009-03-29 18:09:25 by Aleksey Cheusov | Files touched by this commit (1) |
Log message:
minor changes in COMMENT
|
2009-03-29 18:08:00 by Aleksey Cheusov | Files touched by this commit (3) |
Log message:
Update to version 0.9.0
Huge amount of changes were made since previous release. Now
mk-configure provides a number of mkc.*.mk scripts working on top of
pkgsrc's mk files or Simon Gerraty's mk-files and therefore provides
a replacement not only for GNU autoconf but for GNU automake too.
It makes sense to reread README file.
Lots of new information is there.
Lots of examples (yes, hello_worlds applications :-) ) were created
in examples/ subdirectory.
Lots of new mkc.*.mk files were added. They work on top of bsd.*.mk
files and provide new functions. See README.
Regression tests were added. Thanks to them a number of bugs were
detected and fixed.
Fixes in configure.mk:
- s/return/exit/ in ${.OBJDIR}/.error-check section.
This bug is seen under Linux/bash.
- bmake's variable SIZEOF.long_long was not set correctly
(long-long din't work)
- MKC_CHECK_SIZEOF+=type:header.h
bmake's variable SIZEOF.<type>.<header_h> is set
instead of plain SIZEOF.<type>
- MKC_CHECK_HEADERS += dir/hdr.h
bmake's variable: s/HAVE_HEADER.dir.hdr_h/HAVE_HEADER.dir_hdr_h/
(`.' vs. `_')
I hope this is a last change in configure.mk's API.
My own mkc.intexts.mk bmake module (mk file).
configure.mk:
If CHECK_SIZEOF_xxx check fails, MKC_CFLAGS is not changed. Only
sucessful data type sizes are registered in MKC_CFLAGS and CFLAGS.
mkc_check_decl, mkc_check_sizeof: they don't use MKC_COMMON_DEFINES
environment enymore, everything should be passed through CFLAGS and
CPPFLAGS.
MKC_SHELL is currently disabled
|
2009-03-21 18:53:29 by Aleksey Cheusov | Files touched by this commit (1) |
Log message:
The project is now hosted on http://sourceforge.net
|
2009-03-15 16:44:08 by Aleksey Cheusov | Files touched by this commit (3) |
Log message:
Update to version 0.7.0
No CFLAGS+=-DHAVE_XXXX=0 anymore, if XXX is not found
it is not defined at all. autoconf works the same way.
mkc_check_xxx scripts:
- installed to bin/ directory just like normal scripts.
- if MKC_VERBOSE variable is equal to '1', verbose messages
are output to stderr.
- -h|--help options printing usage information.
- manual pages are created.
new variable MKC_NOCACHE, if it is set to 1, caching is disabled.
fix in mkc_check_decl: long-long is treated as 'long long'.
MKC_SHOW_CACHED, MKC_VERBOSE, MKC_DELETE_TMPFILES, MKC_NOCACHE
variables: 1 - true, other values - false.
minor clean-ups in Makefile
|
2009-03-11 20:44:56 by Aleksey Cheusov | Files touched by this commit (1) |
Log message:
Do not add PREFIX=... and MANDIR=... to MAKE_ENV. USE_BSD_MAKEFILE=yes
already does it.
|
2009-03-11 20:40:43 by Aleksey Cheusov | Files touched by this commit (2) |
Log message:
fixed: share/mk is a common directory with some other packages.
Do not try to @dirrm it
|
2009-03-11 02:27:42 by Min Sik Kim | Files touched by this commit (1) |
Log message:
A PLIST conflict with bootstrap-mk-files: @dirrm share/mk
Running /usr/pkg/sbin/pkg_delete -K /var/db/pkg mk-configure-0.6.0
pkg_delete: unable to completely remove directory '/usr/pkg/share/mk'
pkg_delete: couldn't entirely delete package `mk-configure-0.6.0'\n
|
2009-03-08 18:33:35 by Aleksey Cheusov | Files touched by this commit (4) | |
Log message:
Import mk-configure-0.6.0 as wip/mk-configure.
mk-configure is a lightweight replacement for GNU autoconf,
written in and for bmake (NetBSD make).
|