summaryrefslogtreecommitdiff
path: root/devel/bmake/files/FILES
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2011-06-18 22:17:41 +0000
committerbsiegert <bsiegert@pkgsrc.org>2011-06-18 22:17:41 +0000
commit7cb16bb66575467ac59352068eaec344242b439a (patch)
treec8f5dd7d540977ec601c02e7d04c13e80115f641 /devel/bmake/files/FILES
parent92219014db9b676e01e78bbe73c3877f94f2a471 (diff)
downloadpkgsrc-7cb16bb66575467ac59352068eaec344242b439a.tar.gz
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.
Diffstat (limited to 'devel/bmake/files/FILES')
-rw-r--r--devel/bmake/files/FILES8
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/bmake/files/FILES b/devel/bmake/files/FILES
index ed3a3dc8836..24e1359bece 100644
--- a/devel/bmake/files/FILES
+++ b/devel/bmake/files/FILES
@@ -30,9 +30,14 @@ hash.h
install-sh
job.c
job.h
+meta.c
+meta.h
+dirname.c
realpath.c
+strlcpy.c
strlist.c
strlist.h
+stresep.c
trace.c
trace.h
lst.h
@@ -96,6 +101,8 @@ unit-tests/error
unit-tests/export
unit-tests/export-all
unit-tests/forsubst
+unit-tests/hash
+unit-tests/misc
unit-tests/moderrs
unit-tests/modmatch
unit-tests/modmisc
@@ -104,6 +111,7 @@ unit-tests/modts
unit-tests/modword
unit-tests/posix
unit-tests/qequals
+unit-tests/sysv
unit-tests/ternary
unit-tests/test.exp
unit-tests/unexport