Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@NetBSD.org>
From: Todd Vierling <tv@netbsd.org>
List: pkgsrc-changes
Date: 08/16/2004 03:12:02
Module Name:	pkgsrc
Committed By:	tv
Date:		Mon Aug 16 03:12:02 UTC 2004

Modified Files:
	pkgsrc/mk: bsd.pkg.mk
Added Files:
	pkgsrc/mk/scripts: transform-la

Log Message:
Add new variable LIBTOOL_LA_FILES, which may be used instead of listing
all of the .a, .la, .so, and .so.* files in the PLIST.  This will
autogenerate the PLIST entries based on the informaion in the .la file.

This include print-PLIST support; if LIBTOOL_LA_FILES contains an
installed .la, its entries will be elided from the output PLIST template.


To generate a diff of this commit:
cvs rdiff -r1.1489 -r1.1490 pkgsrc/mk/bsd.pkg.mk
cvs rdiff -r0 -r1.1 pkgsrc/mk/scripts/transform-la

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.