pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/libopenspc



Module Name:    pkgsrc
Committed By:   marino
Date:           Mon Nov 21 07:12:24 UTC 2011

Modified Files:
        pkgsrc/audio/libopenspc: distinfo
Added Files:
        pkgsrc/audio/libopenspc/patches: patch-aa

Log Message:
audio/libopenspc: Fix configure script bad grep pattern

DragonFly's modern gnu grep caught use of "[:space:]" rather than
the correct "[[:space:]]" in the Gentoo ltmain sanity check, and
returned an error breaking the configure script.  The m4 file was
correct though, so the configure wasn't really generated.  In any
case, this Gentoo error is widespread, so expect the same patch for
other packages as they are discovered.

It's possible platforms using BSD grep aren't affected.
No PKGREVISION bump required.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/audio/libopenspc/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/audio/libopenspc/patches/patch-aa

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