pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/graphviz
Module Name: pkgsrc
Committed By: gdt
Date: Wed Nov 6 00:50:47 UTC 2013
Modified Files:
pkgsrc/graphics/graphviz: Makefile distinfo
pkgsrc/graphics/graphviz/patches: patch-configure
Log Message:
Fix guile support by repairing sed expression.
At configure time, guile --version is parsed to see if guile is new
enough, and our guile 1.8 is new enough. But the sed expression,
documented to use BREs, wrongly uses \+ which is a modern RE
construct. gsed interprets \+, and is hereby awarded a "test =="
badge of shame. To fix this, change \+ to *.
To generate a diff of this commit:
cvs rdiff -u -r1.132 -r1.133 pkgsrc/graphics/graphviz/Makefile
cvs rdiff -u -r1.45 -r1.46 pkgsrc/graphics/graphviz/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/graphviz/patches/patch-configure
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