Path to this page:
./
wip/netbsd-make,
Portable (autoconf) version of NetBSD make utility
Branch: CURRENT,
Version: 20200212,
Package name: nbmake-20200212,
Maintainer: cheusovnbmake is a portable version of NetBSD's make(1) utility, conveniently
packaged using a configure script, for other environments which may
lack NetBSD's libraries, regular expression code, etc.
Required to build:[
pkgtools/cwrappers]
Master sites:
RMD160: dc4938fc1e9a8e44389a5e84829731cf3913e333
Filesize: 559.281 KB
Version history: (Expand)
- (2024-09-19) Package has been reborn
- (2024-09-15) Package deleted from pkgsrc
- (2023-02-13) Package has been reborn
- (2020-09-29) Package has been reborn
- (2020-09-29) Package deleted from pkgsrc
- (2020-03-24) Updated to version: nbmake-20200212
CVS history: (Expand)
2014-06-29 19:16:25 by Aleksey Cheusov | Files touched by this commit (2) |
Log message:
Update to 20140620
|
2014-01-29 18:26:48 by Aleksey Cheusov | Files touched by this commit (3) |
Log message:
Clean-ups; unnecessary patch was removed
|
2014-01-01 12:50:55 by Aleksey Cheusov | Files touched by this commit (3) |
Log message:
Updated to bmake-20131001
|
2012-10-03 20:15:31 by Aleksej Saushev | Files touched by this commit (61) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
|
2012-01-21 17:53:01 by Aleksey Cheusov | Files touched by this commit (2) |
Log message:
Update to bmake-20111010
|
2011-10-09 12:05:43 by Aleksey Cheusov | Files touched by this commit (25) |
Log message:
Update my email
|
2011-05-29 09:53:47 by Aleksey Cheusov | Files touched by this commit (2) |
Log message:
Update to bmake-20110505
2011-05-05 Simon J. Gerraty <sjg@bad.crufty.net>
* Makefile.in (MAKE_VERSION): bump version to 20110505
Merge with NetBSD make, pick up
o .MAKE.META.BAILIWICK - list of prefixes which define the scope
of make's control. In meta mode, any generated file within
said bailiwick, which is found to be missing, causes current
target to be out-of-date.
2011-04-11 Simon J. Gerraty <sjg@bad.crufty.net>
* Makefile.in (MAKE_VERSION): bump version to 20110411
Merge with NetBSD make, pick up
o when long modifiers fail to match, check sysV style.
- add a test case
2011-04-10 Simon J. Gerraty <sjg@bad.crufty.net>
* Makefile.in (MAKE_VERSION): bump version to 20110410
Merge with NetBSD make, pick up
o :hash - cheap 32bit hash of value
o :localtime, :gmtime - use value as format string for strftime.
2011-03-30 Simon J. Gerraty <sjg@bad.crufty.net>
* Makefile.in (MAKE_VERSION): bump version to 20110330
mostly because its a cooler version.
Merge with NetBSD make, pick up
o NetBSD tags for meta.[ch]
o job.c call meta_job_finish() after meta_job_error().
o meta_job_error() should call meta_job_finish() to ensure
.meta file is closed, and safe to copy - if .ERROR target wants.
meta_job_finish() is safe to call repeatedly.
2011-03-29 Simon J. Gerraty <sjg@bad.crufty.net>
* unit-tests/modts: use printf if it is a builtin,
to save us from MirBSD
* Makefile.in (MAKE_VERSION): bump version to 20110329
Merge with NetBSD make, pick up
o fix for use after free() in CondDoExists().
o meta_oodate() report extra commands and return earlier.
2011-03-27 Simon J. Gerraty <sjg@bad.crufty.net>
* Makefile.in (MAKE_VERSION): bump version to 20110327
Merge with NetBSD make, pick up
o meta.c, if .MAKE.MODE contains curdirOk=yes
allow creating .meta files in .CURDIR
* boot-strap (TOOL_DIFF): aparently at least on linux distro
formats the output of 'type' differently - so eat any "()"
2011-03-06 Simon J. Gerraty <sjg@bad.crufty.net>
* Makefile.in (MAKE_VERSION): bump version to 20110306
Merge with NetBSD make, pick up
o meta.c, only do getcwd() once
2011-03-05 Simon J. Gerraty <sjg@bad.crufty.net>
* Makefile.in (MAKE_VERSION): bump version to 20110305
Merge with NetBSD make, pick up
o correct sysV substitution handling of empty lhs and variable
o correct exists() check for dir with trailing /
o correct handling of modifiers for non-existant variables
during evaluation of conditionals.
o ensure MAP_FILE is defined.
o meta.c use curdir[] now exported by main.c
2011-02-25 Simon J. Gerraty <sjg@bad.crufty.net>
* Makefile.in (MAKE_VERSION): bump version to 20110225
Merge with NetBSD make, pick up
o fix for incorrect .PARSEDIR when .OBJDIR is re-computed after
makefiles have been read.
o fix example of :? modifier in man page.
2011-02-13 Simon J. Gerraty <sjg@bad.crufty.net>
* Makefile.in (MAKE_VERSION): bump version to 20110214
Merge with NetBSD make, pick up
o meta.c handle realpath() failing when generating meta file
name.
* sigcompat.c: convert to ansi so we can use higher warning levels.
|
2010-12-01 23:40:36 by Aleksey Cheusov | Files touched by this commit (2) |
Log message:
Add LICENSE.
Update MASTER_SITES.
Update to 20101126.
2010-11-26 Simon J. Gerraty <sjg@bad.crufty.net>
* Makefile.in (MAKE_VERSION): bump version to 20101126
Merge with NetBSD make, pick up
o if stale dependency is an IMPSRC, search via .PATH
o meta_oodate: if a referenced file is missing, target is
out-of-date.
o meta_oodate: if a target uses .OODATE in its commands,
it (.OODATE) needs to be recomputed.
o keep a pointer to youngest child node, rather than just its
mtime.
2010-11-02 Simon J. Gerraty <sjg@bad.crufty.net>
* Makefile.in (MAKE_VERSION): bump version to 20101101
2010-10-16 Simon J. Gerraty <sjg@bad.crufty.net>
* machine.sh: like os.sh,
allow for uname -p producing useless drivel
|