Date: Fri, 15 Jun 2012 02:15:17 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/bmake Makefile distinfo Message-ID: <201206150215.q5F2FHYv046923@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sunpoet 2012-06-15 02:15:17 UTC
FreeBSD ports repository
Modified files:
devel/bmake Makefile distinfo
Log:
- Update to 20120606
Changes:
2012-06-06:
- Makefile.in (MAKE_VERSION): bump version to 20120606
Merge with NetBSD make, pick up
o compat.c: use kill(2) rather than raise(3).
- configure.in: look for sys/dev/filemon
- bsd.after-import.mk: add a .-include "Makefile.inc" to Makefile and pass
BOOTSTRAP_XTRAS to boot-strap.
2012-06-04:
- Makefile.in (MAKE_VERSION): bump version to 20120604
Merge with NetBSD make, pick up
o util.c and var.c share same var for tracking if environ has been
reallocated.
o util.c provide getenv with setenv.
- Add MAKE_LEVEL_SAFE as an alternate means of passing MAKE_LEVEL when the
shell actively strips .MAKE.* from the environment. We still refer to the
variable always as .MAKE.LEVEL
- util.c fix bug in findenv() was finding prefix of name.
- compat.c: re-raising SIGINT etc after running .INTERRUPT results in more
reliable termination of all activity on many platforms.
2012-06-02:
- Makefile.in (MAKE_VERSION): bump version to 20120602
Merge with NetBSD make, pick up
o for.c: handle quoted items in .for list
2012-05-30:
- Makefile.in (MAKE_VERSION): bump version to 20120530
Merge with NetBSD make, pick up
o compat.c: ignore empty command.
2012-05-24:
- Makefile.in (MAKE_VERSION): bump version to 20120524
- FILES: add bsd.after-import.mk:
A simple means of integrating bmake into a BSD build system.
PR: ports/169081
Submitted by: trociny (maintainer)
Revision Changes Path
1.16 +1 -1 ports/devel/bmake/Makefile
1.14 +2 -2 ports/devel/bmake/distinfo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201206150215.q5F2FHYv046923>
