Path to this page:
./
pkgtools/x11-links,
Shadow tree of links to native X11 headers and libraries
Branch: pkgsrc-2012Q4,
Version: 0.71,
Package name: x11-links-0.71,
Maintainer: pkgsrc-usersx11-links creates a shadow directory of symbolic links for X11 headers and
libraries to ${X11BASE} under ${PREFIX}/share/x11-links.
It is intended for use by buildlink code to cleanly separate out the true
X11 code files from any installed X11 package code files. The X11
hierarchies supported are:
XFree86-3.3.x
XFree86-4.0.x
XFree86-4.1.x
XFree86-4.2.x
XFree86-4.3.x
Xorg-6.8.x
Xorg-6.9
Required to run:[
pkgtools/osabi]
Version history: (Expand)
- (2013-01-06) Package added to pkgsrc.se, version x11-links-0.71 (created)
CVS history: (Expand)
2013-01-24 11:40:07 by S.P.Zeidler | Files touched by this commit (1) |
Log message:
Pullup ticket #4032 - requested by tron
pkgtools/x11-links: avoid spurious warnings for MacOS
Revisions pulled up:
- pkgtools/x11-links/xorg-version.mk 1.3
-------------------------------------------------------------------
Module Name: pkgsrc
Committed By: tron
Date: Wed Jan 23 15:25:05 UTC 2013
Modified Files:
pkgsrc/pkgtools/x11-links: xorg-version.mk
Log message:
Remove code which tries to use "Xquartz" to find out the X.org version
(presumably only under Mac OS X Mountain Lion). "Xquarty" simply doesn't
print out anything if you run it with "-version".
This avoids a lot of warning messages from "bmake" while building \
packages
that use X11.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/pkgtools/x11-links/xorg-version.mk
|