Subject: CVS commit: pkgsrc/mk/buildlink2
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 11/01/2002 00:14:10
Module Name:	pkgsrc
Committed By:	jlam
Date:		Thu Oct 31 22:14:09 UTC 2002

Modified Files:
	pkgsrc/mk/buildlink2: bsd.buildlink2.mk gen-transform.sh pre-cache

Log Message:
Copy the x11-links tree into ${BUILDLINK_X11PKG_DIR} (${BUILDLINK_DIR})
if the package uses X11 and merge the BUILDLINK_X11PKG_DIR and
BUILDLINK_X11_DIR variables into a single variable: BUILDLINK_X11_DIR.
This creates a one-to-one mapping between X11BASE and BUILDLINK_X11_DIR,
instead of X11BASE mapping to both BUILDLINK_X11_DIR and to
BUILDLINK_X11PKG_DIR.

Remove the now unused II and LL parts of the BUILDLINK_TRANSFORM language.
Add a new "static" keyword to the mini-language and fix building
statically-linked binaries when building with libtool.


To generate a diff of this commit:
cvs rdiff -r1.47 -r1.48 pkgsrc/mk/buildlink2/bsd.buildlink2.mk
cvs rdiff -r1.1 -r1.2 pkgsrc/mk/buildlink2/gen-transform.sh
cvs rdiff -r1.4 -r1.5 pkgsrc/mk/buildlink2/pre-cache

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