pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/gmake



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue May 31 11:44:03 UTC 2016

Modified Files:
        pkgsrc/devel/gmake: Makefile distinfo
        pkgsrc/devel/gmake/patches: patch-main.c
Added Files:
        pkgsrc/devel/gmake/patches: patch-filedef.h patch-remake.c
            patch-tests_scripts_features_double__colon
Removed Files:
        pkgsrc/devel/gmake/patches: patch-makeint.h

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@localhost>
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.


To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 pkgsrc/devel/gmake/Makefile
cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/gmake/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/gmake/patches/patch-filedef.h \
    pkgsrc/devel/gmake/patches/patch-tests_scripts_features_double__colon
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/gmake/patches/patch-main.c
cvs rdiff -u -r1.3 -r0 pkgsrc/devel/gmake/patches/patch-makeint.h
cvs rdiff -u -r0 -r1.3 pkgsrc/devel/gmake/patches/patch-remake.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index