pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/guile-www



Module Name:    pkgsrc
Committed By:   gdt
Date:           Wed Nov 21 01:49:55 UTC 2012

Modified Files:
        pkgsrc/devel/guile-www: distinfo
Added Files:
        pkgsrc/devel/guile-www/patches: patch-v_Makefile.in

Log Message:
Add patch to work around upstream bug assuming beyond-POSIX behavior
in sed.

In GNU sed, "\n" in the RHS of a substitution becomes a newline.
POSIX says that \n in the RHS is undefined.  BSD sed treats it as "n".
Because this is in scheme code, and scheme doesn't care about " " vs
"\n", just substitute a space.

Resolves failure of test cases; now "make test" passes.

(This change has been reported upstream and applied to the upstream VCS.)


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/guile-www/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/guile-www/patches/patch-v_Makefile.in

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