Subject: CVS commit: [pkgsrc-2005Q1] pkgsrc/mk
To: None <pkgsrc-changes@NetBSD.org>
From: Soren Jacobsen <snj@netbsd.org>
List: pkgsrc-changes
Date: 05/12/2005 21:42:33
Module Name: pkgsrc
Committed By: snj
Date: Thu May 12 21:42:33 UTC 2005
Modified Files:
pkgsrc/mk [pkgsrc-2005Q1]: bsd.pkg.mk
Log Message:
Pullup ticket 488 - requested by Lubomir Sedlacik
infrastructure fixes regarding whitespace
Revisions pulled up:
- pkgsrc/mk/bsd.pkg.mk 1.1615, 1.1632
Module Name: pkgsrc
Committed By: tv
Date: Thu Apr 21 15:53:53 UTC 2005
Modified Files:
pkgsrc/mk: bsd.pkg.mk
Log Message:
Work around brain damaged autoconf by stripping leading and trailing
whitespace from *FLAGS and LIBS before doing :Q quoting.
Should fix PR pkg/29945.
----
Module Name: pkgsrc
Committed By: jlam
Date: Tue May 10 01:34:05 UTC 2005
Modified Files:
pkgsrc/mk: bsd.pkg.mk
Log Message:
In make variables, quotes protect embedded whitespace in words, so we
can replace :C/^ *//:C/ *$// with :M* to get the same effect -- removing
leading and trailing whitespace and extra spaces between words.
To generate a diff of this commit:
cvs rdiff -r1.1601 -r1.1601.2.1 pkgsrc/mk/bsd.pkg.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.