Subject: CVS commit: [pkgsrc-2006Q1] pkgsrc/mk/plist
To: None <pkgsrc-changes@NetBSD.org>
From: Lubomir Sedlacik <salo@netbsd.org>
List: pkgsrc-changes
Date: 04/14/2006 14:38:49
Module Name: pkgsrc
Committed By: salo
Date: Fri Apr 14 14:38:49 UTC 2006
Modified Files:
pkgsrc/mk/plist [pkgsrc-2006Q1]: plist-info.awk
Log Message:
Pullup ticket 1375 - requested by jlam
bugfixes for the PLIST generation infrastructure
Revisions pulled up:
- pkgsrc/mk/plist/plist-info.awk 1.11, 1.12
Module Name: pkgsrc
Committed By: jlam
Date: Wed Apr 12 20:49:12 UTC 2006
Modified Files:
pkgsrc/mk/plist: plist-info.awk
Log Message:
If the info file doesn't exist on the disk, we should still output an
entry for it in the final PLIST. This allows us to locate info files
in the PLIST that aren't on the system during the CHECK_FILES stage.
---
Module Name: pkgsrc
Committed By: jlam
Date: Fri Apr 14 13:23:42 UTC 2006
Modified Files:
pkgsrc/mk/plist: plist-info.awk
Log Message:
Avoid () as a regular expression as the interpretation seems to be
implementation-defined by various awks.
To generate a diff of this commit:
cvs rdiff -r1.10 -r1.10.2.1 pkgsrc/mk/plist/plist-info.awk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.