From nobody@FreeBSD.org  Sun Nov 18 15:59:08 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 1FDFC170
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 18 Nov 2012 15:59:08 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id F12988FC16
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 18 Nov 2012 15:59:07 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.5/8.14.5) with ESMTP id qAIFx7CT046863
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 18 Nov 2012 15:59:07 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id qAIFx74b046862;
	Sun, 18 Nov 2012 15:59:07 GMT
	(envelope-from nobody)
Message-Id: <201211181559.qAIFx74b046862@red.freebsd.org>
Date: Sun, 18 Nov 2012 15:59:07 GMT
From: Mikolaj Golub <trociny@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: devel/bmake: update to 20121111 snapshot
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         173701
>Category:       ports
>Synopsis:       devel/bmake: update to 20121111 snapshot
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    wxs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 18 16:00:00 UTC 2012
>Closed-Date:    Fri Nov 30 02:55:13 UTC 2012
>Last-Modified:  Fri Nov 30 02:55:13 UTC 2012
>Originator:     Mikolaj Golub
>Release:        
>Organization:
>Environment:
>Description:
ChangeLog:

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

	* Makefile.in (MAKE_VERSION): 20121111
	  fix generation of bmake.cat1

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

	* Makefile.in (MAKE_VERSION): 20121109
	  Merge with NetBSD make, pick up
	  o make.c: MakeBuildChild: return 0 so search continues if a
	    .ORDER dependency is detected.
	  o unit-tests/order: test the above
	
2012-11-02  Simon J. Gerraty  <sjg@bad.crufty.net>

	* Makefile.in (MAKE_VERSION): 20121102
	  Merge with NetBSD make, pick up
	  o cond.c: allow cond_state[] to grow.
	    In meta mode with a very large tree, we can hit the limit
	    while processing dirdeps.
	
2012-10-25  Simon J. Gerraty  <sjg@bad.crufty.net>

	* Makefile.in: we need to use ${srcdir} not ${.CURDIR}

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

	* Makefile.in (MAKE_VERSION): 20121010
	  o protect syntax that only bmake parses correctly.
	  o remove auto setting of FORCE_MACHINE, use configure's
	    --with-force-machine=whatever if that is desired.
	
2012-10-08  Simon J. Gerraty  <sjg@bad.crufty.net>

	* Makefile.in: do not lose history from make.1 when generating bmake.1

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

	* Makefile.in (MAKE_VERSION): 20121007
	  Merge with NetBSD make, pick up
	  o compat.c: ignore empty commands - same as jobs mode.
	  o make.1: document meta chars that cause use of shell

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

	* Makefile.in (MAKE_VERSION): bump version to 20120911
	* bsd.after-import.mk: include Makefile.inc early and allow it to
	  override PROG

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: devel/bmake/distinfo
===================================================================
--- devel/bmake/distinfo	(revision 307541)
+++ devel/bmake/distinfo	(working copy)
@@ -1,4 +1,4 @@
-SHA256 (bmake-20120831.tar.gz) = 7dcc2bf513632dc08cac63e96d5bdd157378df9e72154b059e2cfa1b78a71b04
-SIZE (bmake-20120831.tar.gz) = 436705
-SHA256 (mk-20120808.tar.gz) = 012ce7b1dc58c65135aa7624ff44eea7bcb4fc9aa664f4b6a7aa47963a77e625
-SIZE (mk-20120808.tar.gz) = 70999
+SHA256 (bmake-20121111.tar.gz) = 757b1da82da0960852bb312e00e13b2b4d5a3da1ba07abf6dc44a80dc77bd963
+SIZE (bmake-20121111.tar.gz) = 419741
+SHA256 (mk-20121106.tar.gz) = 47be2b6abef8772fb8595a7dcf12b59c4352b5702fab2697f6c3c62bdf7b4b79
+SIZE (mk-20121106.tar.gz) = 72285
Index: devel/bmake/Makefile
===================================================================
--- devel/bmake/Makefile	(revision 307541)
+++ devel/bmake/Makefile	(working copy)
@@ -6,13 +6,13 @@
 #
 
 PORTNAME=	bmake
-PORTVERSION=	20120831
+PORTVERSION=	20121111
 CATEGORIES=	devel
 MASTER_SITES=	ftp://ftp.netbsd.org/pub/NetBSD/misc/sjg/ \
 		http://www.gtlib.cc.gatech.edu/pub/NetBSD/misc/sjg/ \
 		ftp://ftp.uk.netbsd.org/pub/NetBSD/misc/sjg/ \
 		ftp://ftp.de.netbsd.org/pub/NetBSD/misc/sjg/
-DISTFILES=	bmake-${PORTVERSION}.tar.gz mk-20120808.tar.gz
+DISTFILES=	bmake-${PORTVERSION}.tar.gz mk-20121106.tar.gz
 
 MAINTAINER=	trociny@FreeBSD.org
 COMMENT=	Portable version of NetBSD 'make' utility


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->trociny 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Nov 18 16:00:32 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=173701 
Responsible-Changed-From-To: trociny->freebsd-ports-bugs 
Responsible-Changed-By: trociny 
Responsible-Changed-When: Sun Nov 18 18:58:51 UTC 2012 
Responsible-Changed-Why:  
Approved. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=173701 
Responsible-Changed-From-To: freebsd-ports-bugs->wxs 
Responsible-Changed-By: wxs 
Responsible-Changed-When: Thu Nov 29 16:40:06 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=173701 
State-Changed-From-To: open->closed 
State-Changed-By: wxs 
State-Changed-When: Fri Nov 30 02:55:13 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=173701 
>Unformatted:
