From nobody@FreeBSD.org  Thu Jun 14 20:19:25 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 2EBC11065679
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 14 Jun 2012 20:19:25 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [69.147.83.34])
	by mx1.freebsd.org (Postfix) with ESMTP id 102C48FC0C
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 14 Jun 2012 20:19:25 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q5EKJOFJ098017
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 14 Jun 2012 20:19:24 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id q5EKJOCT098016;
	Thu, 14 Jun 2012 20:19:24 GMT
	(envelope-from nobody)
Message-Id: <201206142019.q5EKJOCT098016@red.freebsd.org>
Date: Thu, 14 Jun 2012 20:19:24 GMT
From: Mikolaj Golub <trociny@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: devel/bmake: update to 20120606 snapshot
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         169081
>Category:       ports
>Synopsis:       devel/bmake: update to 20120606 snapshot
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 14 20:20:01 UTC 2012
>Closed-Date:    Fri Jun 15 02:15:32 UTC 2012
>Last-Modified:  Fri Jun 15 02:20:01 UTC 2012
>Originator:     Mikolaj Golub
>Release:        
>Organization:
>Environment:
>Description:
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.

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ur devel/bmake.orig/Makefile devel/bmake/Makefile
--- devel/bmake.orig/Makefile	2012-06-14 23:03:32.000000000 +0300
+++ devel/bmake/Makefile	2012-06-14 23:05:14.000000000 +0300
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	bmake
-PORTVERSION=	20120520
+PORTVERSION=	20120606
 CATEGORIES=	devel
 MASTER_SITES=	ftp://ftp.netbsd.org/pub/NetBSD/misc/sjg/ \
 		http://www.gtlib.cc.gatech.edu/pub/NetBSD/misc/sjg/ \
diff -ur devel/bmake.orig/distinfo devel/bmake/distinfo
--- devel/bmake.orig/distinfo	2012-06-14 23:03:32.000000000 +0300
+++ devel/bmake/distinfo	2012-06-14 23:05:48.000000000 +0300
@@ -1,4 +1,4 @@
-SHA256 (bmake-20120520.tar.gz) = 6bc902043e5a4bbe9cc8937e8ae80df7b598a73eaf3b26cf478b3dbdf51756dc
-SIZE (bmake-20120520.tar.gz) = 433308
+SHA256 (bmake-20120606.tar.gz) = cea76fad93033bf79a802231503f89cd9982f50b43e90343508879aed29d43d3
+SIZE (bmake-20120606.tar.gz) = 416353
 SHA256 (mk-20120420.tar.gz) = 86762e94ee3b11a74e960512bf3ab4bdad2d936ac7e68250cee3ce58d101754f
 SIZE (mk-20120420.tar.gz) = 70271


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->trociny 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Jun 14 20:38:29 UTC 2012 
Responsible-Changed-Why:  
Submitter is maintainer and has GNATS access (via the GNATS Auto Assign 
Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=169081 
Responsible-Changed-From-To: trociny->freebsd-ports-bugs 
Responsible-Changed-By: trociny 
Responsible-Changed-When: Thu Jun 14 20:52:46 UTC 2012 
Responsible-Changed-Why:  
Approved. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=169081 
Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet 
Responsible-Changed-By: sunpoet 
Responsible-Changed-When: Fri Jun 15 02:06:09 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=169081 
State-Changed-From-To: open->closed 
State-Changed-By: sunpoet 
State-Changed-When: Fri Jun 15 02:15:30 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=169081 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/169081: commit references a PR
Date: Fri, 15 Jun 2012 02:15:32 +0000 (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"
 
>Unformatted:
