Bug 169081 - devel/bmake: update to 20120606 snapshot
Summary: devel/bmake: update to 20120606 snapshot
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-14 21:20 UTC by Mikolaj Golub
Modified: 2012-06-15 03:20 UTC (History)
0 users

See Also:


Attachments
file.diff (1007 bytes, patch)
2012-06-14 21:20 UTC, Mikolaj Golub
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mikolaj Golub freebsd_committer freebsd_triage 2012-06-14 21:20:01 UTC
According Simon Gerraty:

"This version is needed to be able to build ports using bmake,
since it handles bsd.options.mk's use of quoted strings in .for lists.

The other significant changes (for FreeBSD) from 20120520 is
better handling of SIGINT (^C) to kill running children."

ChangeLog:

2012-06-06  Simon J. Gerraty  <sjg@bad.crufty.net>

	* 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  Simon J. Gerraty  <sjg@bad.crufty.net>

	* 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  Simon J. Gerraty  <sjg@bad.crufty.net>

	* 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  Simon J. Gerraty  <sjg@bad.crufty.net>

	* Makefile.in (MAKE_VERSION): bump version to 20120530
	  Merge with NetBSD make, pick up
	  o compat.c: ignore empty command.

2012-05-24  Simon J. Gerraty  <sjg@bad.crufty.net>

	* 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.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-06-14 21:38:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->trociny

Submitter is maintainer and has GNATS access (via the GNATS Auto Assign 
Tool)
Comment 2 Mikolaj Golub freebsd_committer freebsd_triage 2012-06-14 21:52:46 UTC
Responsible Changed
From-To: trociny->freebsd-ports-bugs

Approved.
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2012-06-15 03:06:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

I'll take it.
Comment 4 Po-Chuan Hsieh freebsd_committer freebsd_triage 2012-06-15 03:15:30 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 5 dfilter service freebsd_committer freebsd_triage 2012-06-15 03:15:32 UTC
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
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"