Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 09/23/2002 12:22:16
Module Name:	pkgsrc
Committed By:	jlam
Date:		Mon Sep 23 09:22:16 UTC 2002

Modified Files:
	pkgsrc/chat/libyahoo: buildlink2.mk
	pkgsrc/graphics/gdk-pixbuf: buildlink2.mk
	pkgsrc/net/ORBit: buildlink2.mk
	pkgsrc/security/libmcrypt22: buildlink2.mk
	pkgsrc/x11/controlcenter: buildlink2.mk

Log Message:
Instead of using BUILDLINK_TRANSFORM.<pkg> to change the location of
headers in ${BUILDLINK_DIR}, simply create BUILDLINK_CPPFLAGS.<pkg>
variables whose values are appended to CPPFLAGS, which are automatically
passed to the configure and build processes.

BUILDLINK_TRANSFORM.<pkg> has little use in buildlink2 since packages are
now told that the software may be found where it really is installed, not
in ${BUILDLINK_DIR} as was the case with buildlink1.  Eventually, these
variables will be declared unsupported by buildlink2.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 pkgsrc/chat/libyahoo/buildlink2.mk
cvs rdiff -r1.3 -r1.4 pkgsrc/graphics/gdk-pixbuf/buildlink2.mk
cvs rdiff -r1.3 -r1.4 pkgsrc/net/ORBit/buildlink2.mk
cvs rdiff -r1.2 -r1.3 pkgsrc/security/libmcrypt22/buildlink2.mk
cvs rdiff -r1.3 -r1.4 pkgsrc/x11/controlcenter/buildlink2.mk

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