Subject: CVS commit: pkgsrc/graphics/graphviz
From: Greg Troxel
Date: 2013-11-06 01:50:47
Message id: 20131106005047.C14DE96@cvs.netbsd.org

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 *.

Files:
RevisionActionfile
1.133modifypkgsrc/graphics/graphviz/Makefile
1.46modifypkgsrc/graphics/graphviz/distinfo
1.4modifypkgsrc/graphics/graphviz/patches/patch-configure