Subject: CVS commit: pkgsrc/mk/buildlink3
To: None <pkgsrc-changes@NetBSD.org>
From: Todd Vierling <tv@netbsd.org>
List: pkgsrc-changes
Date: 06/04/2004 19:21:23
Module Name: pkgsrc
Committed By: tv
Date: Fri Jun 4 19:21:23 UTC 2004
Modified Files:
pkgsrc/mk/buildlink3: gen-transform.sh
Log Message:
A couple packages (including the new boost) use "libfoo.so" as a directory
name -- this seems to be common among Jam-using packages. So, make sure
to do the -L -l transform only if at the end of a word. This unfortunately
doubles the number of regexes needed to match (one with $_sep, one with $).
While here, though, the expressions for .so, .so.X, .so.X.Y, and .so.X.Y.Z
can all be collapsed into only one set with the use of \(\.[0-9]\)*, so we
actually end up with *less* regexes than before. :)
To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 pkgsrc/mk/buildlink3/gen-transform.sh
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.