2011-06-19 00:43:34 by Benny Siegert | Files touched by this commit (1) |
Log message:
Update version in Makefile
|
2011-06-19 00:39:46 by Benny Siegert | Files touched by this commit (31) |
Log message:
Merge bmake-20110606, regenerate catman page
|
2011-06-19 00:18:24 by Benny Siegert | Files touched by this commit (8) | |
Log message:
Import bmake-20110606. Many changes, among them:
- unit-tests/modts now works on MirBSD
- meta mode
- ApplyModifiers: when we parse a variable which is not the entire modifier
string, or not followed by ':', do not consider it as containing modifiers.
- when long modifiers fail to match, check sysV style.
- :hash - cheap 32bit hash of value
- :localtime, :gmtime - use value as format string for strftime.
- fix for use after free() in CondDoExists().
- boot-strap (TOOL_DIFF): aparently at least on linux distro
formats the output of 'type' differently - so eat any "()"
- correct sysV substitution handling of empty lhs and variable
- correct exists() check for dir with trailing /
- correct handling of modifiers for non-existant variables during evaluation
of conditionals.
- fix for incorrect .PARSEDIR when .OBJDIR is re-computed after makefiles
have been read.
- fix example of :? modifier in man page.
- sigcompat.c: convert to ansi so we can use higher warning levels.
- parse.c: SunOS 5.8 at least does not have MAP_FILE
- use mmap(2) if available, for reading makefiles
- to ensure unit-tests results match, need to control LC_ALL as well as LANG.
- if stale dependency is an IMPSRC, search via .PATH
- machine.sh: like os.sh, allow for uname -p producing useless drivel
- boot-strap: document configure knobs for meta and filemon.
|
2011-05-09 09:48:57 by Aleksey Cheusov | Files touched by this commit (1) |
Log message:
Closes PR pkg/44501.
Pass pkgsrc's MACHINE_ARCH to bmake's configure script. Oked by wiz@
|
2011-01-26 11:13:48 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Add missing ".o". Found by Matthieu Herrb in PR 44461.
|
2011-01-23 20:07:27 by Alistair G. Crooks | Files touched by this commit (4) |
Log message:
Add support for MirBSD to pkgsrc. Patches from Benny Siegert and
Thorsten Glaser.
|
2010-12-21 23:57:45 by Sean Boudreau | Files touched by this commit (1) |
Log message:
No SA_RESTART on qnx.
|
2010-09-10 04:42:59 by OBATA Akio | Files touched by this commit (1) |
Log message:
Force to use select(2) instead of poll(3) for Interix.
|
2010-09-07 16:45:40 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Mark as bmake 20100808
|
2010-09-07 16:41:39 by Joerg Sonnenberger | Files touched by this commit (3) |
Log message:
Remerge man page. Cleanup old version.
|