Subject: CVS commit: pkgsrc/devel/gmake
From: Thomas Klausner
Date: 2016-05-31 13:44:03
Message id: 20160531114403.6F7B9FBB5@cvs.NetBSD.org

Log Message:
Update gmake to 4.2 (again), this time with an upstream patch

The patch fixes the firefox build issue:

From 4762480ae9cb8df4878286411f178d32db14eff0 Mon Sep 17 00:00:00 2001
From: Paul Smith <psmith@gnu.org>
Date: Tue, 31 May 2016 06:56:51 +0000
Subject: [SV 47995] Ensure forced double-colon rules work with -j.

The fix for SV 44742 had a side-effect that some double-colon targets
were skipped.  This happens because the "considered" facility assumed
that all targets would be visited on each walk through the dependency
graph: we used a bit for considered and toggled it on each pass; if
we didn't walk the entire graph on every pass the bit would get out
of sync.  The new behavior after SV 44742 might return early without
walking the entire graph.  To fix this I changed the considered value
to an integer which is monotonically increasing: it is then never
possible to incorrectly determine that a previous pass through the
graph already considered the current target.

Files:
RevisionActionfile
1.98modifypkgsrc/devel/gmake/Makefile
1.29modifypkgsrc/devel/gmake/distinfo
1.4modifypkgsrc/devel/gmake/patches/patch-main.c
1.1addpkgsrc/devel/gmake/patches/patch-filedef.h
1.3addpkgsrc/devel/gmake/patches/patch-remake.c
1.1addpkgsrc/devel/gmake/patches/patch-tests_scripts_features_double__colon
1.3removepkgsrc/devel/gmake/patches/patch-makeint.h