pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/55539 CVS commit: pkgsrc/graphics/graphviz
The following reply was made to PR pkg/55539; it has been noted by GNATS.
From: "Roland Illig" <rillig%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/55539 CVS commit: pkgsrc/graphics/graphviz
Date: Sun, 9 Aug 2020 16:04:44 +0000
Module Name: pkgsrc
Committed By: rillig
Date: Sun Aug 9 16:04:44 UTC 2020
Modified Files:
pkgsrc/graphics/graphviz: Makefile
Log Message:
graphics/graphviz: fix build with BSD make
BSD make does not know the $< variable in explicit rules, it only knows
it for inference rules like ".c.o". This resulted in $< expanding to an
empty string, which in turn got the build stuck because it tried to read
from stdin. But not in parallel mode, where stdin was redirected to an
empty file, resulting in an empty PostScript file being installed.
Fixes PR pkg/55539.
To generate a diff of this commit:
cvs rdiff -u -r1.217 -r1.218 pkgsrc/graphics/graphviz/Makefile
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