Subject: CVS commit: [buildlink2] pkgsrc/pkgtools/x11-links
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 06/24/2002 19:29:50
Module Name:	pkgsrc
Committed By:	jlam
Date:		Mon Jun 24 16:29:50 UTC 2002

Modified Files:
	pkgsrc/pkgtools/x11-links [buildlink2]: Makefile buildlink2.mk

Log Message:
Update pkgtool/x11-links to version 0.8:

Use _REQUIRE_BUILTIN_* to specify that the headers/libraries of some parts
of X11 that are available from 3rd parties must be part of the standard X11
distribution or else their symlinks aren't installed as part of x11-links.
This is to allow x11-links to contain all of the parts of the standard X11
distribution.

The problem that prompted this is that newer releases of XFree86-4.x
contain not just new libraries but new inter-library dependencies.  Some
of the X11 libraries present in XF86-4.x that were also in XF86-3.x now
depend on libXpm.so or libfreetype.so, which, from a buildlink
point-of-view, must also be found during the link phase when building
software.


To generate a diff of this commit:
cvs rdiff -r1.10.2.2 -r1.10.2.3 pkgsrc/pkgtools/x11-links/Makefile
cvs rdiff -r1.1.2.2 -r1.1.2.3 pkgsrc/pkgtools/x11-links/buildlink2.mk

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