pkgsrc-WIP-cvs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: wip/mk-configure
Module name: wip
Committed by: cheusov
Date: Sun Mar 29 16:08:00 UTC 2009
Modified Files:
wip/mk-configure: Makefile PLIST distinfo
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
To generate a diff of this commit:
cvs -z3 rdiff -u -r1.2 -r1.3 wip/mk-configure/distinfo
cvs -z3 rdiff -u -r1.3 -r1.4 wip/mk-configure/PLIST
cvs -z3 rdiff -u -r1.4 -r1.5 wip/mk-configure/Makefile
To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/mk-configure/distinfo?r1=1.2&r2=1.3
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/mk-configure/PLIST?r1=1.3&r2=1.4
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/mk-configure/Makefile?r1=1.4&r2=1.5
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
------------------------------------------------------------------------------
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs
Home |
Main Index |
Thread Index |
Old Index