Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Nov 2012 15:59:07 GMT
From:      Mikolaj Golub <trociny@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/173701: devel/bmake: update to 20121111 snapshot
Message-ID:  <201211181559.qAIFx74b046862@red.freebsd.org>
Resent-Message-ID: <201211181600.qAIG00nn040703@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         173701
>Category:       ports
>Synopsis:       devel/bmake: update to 20121111 snapshot
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 18 16:00:00 UTC 2012
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211181559.qAIFx74b046862>