diff options
author | jlam <jlam@pkgsrc.org> | 2002-06-26 05:46:23 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-06-26 05:46:23 +0000 |
commit | 1dcac4b18dfc53490c91158d4e5441dd034ed609 (patch) | |
tree | 0c9d5339314b1c56e97bf09a48899656bc8beaa4 /pkgtools/x11-links/DESCR | |
parent | e54da451c1fd84b7dc0fa3710f739c8e8d1b7551 (diff) | |
download | pkgsrc-1dcac4b18dfc53490c91158d4e5441dd034ed609.tar.gz |
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.
Diffstat (limited to 'pkgtools/x11-links/DESCR')
-rw-r--r-- | pkgtools/x11-links/DESCR | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgtools/x11-links/DESCR b/pkgtools/x11-links/DESCR index aa3bc897bad..5bbdd19a91c 100644 --- a/pkgtools/x11-links/DESCR +++ b/pkgtools/x11-links/DESCR @@ -5,5 +5,5 @@ from any installed X11 package code files. The X11 hierarchies supported are: XFree86-3.3.x XFree86-4.0.x - XFree86-4.1.0 + XFree86-4.1.x XFree86-4.2.0 |