DRI drivers are incompatible with the old libGL in XFree86, they have been
repocopied to graphics/xfree86-dri. Also note that with this commit the html
manpages are going away, and with it the runtime dependency on perl for the
imake port.
Release notes at: http://www.x.org/X11R6.8.1/RELNOTES.txt
Props to: kris (multiple cluster runs and sorting through logs)
lesi (fixing all the issues in those logs, and more)
Using SIZE_MAX instead of [U]INT_MAX in several tests would result in the
tests being useless on 64-bit machines.
Submitted by: nectar
Obtained from: Matthieu Herrb (matthieu herrb at laas fr) by nectar
and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated.
- Make xorg the default X_WINDOW_SYSTEM on -current.
- Add several new X_*_PORT variables which point to various pieces of X11 based
on the setting of X_WINDOW_SYSTEM, and make ports use them.
- Add information to CHANGES about how to handle the transition.
PR: ports/68763
Approved by: portmgr (marcus)
Approved by: re (scottl)
patches being shared by all the ports. So, add them to clients only and use
EXTRA_PATCHES. This should be done to more patches from XFree86-4-libraries.
called kxkb.so, which links against libxkbfile. This is fatal on
amd64 because XFree86 does not normally provide libxkbfile.so, and it is
a guaranteed fatal error to link non-PIC code into a .so file.
I have only arranged for libxkbfile.so to be build on amd64 so as to
not risking distrubing dependencies on other platforms.
luit to its new pty. This code doesn't work for some reason and produces
"Couldn't copy terminal settings" when luit is run manually or the symptom
of an xterm -lc flashing on screen and exiting.
Submitted by: Guido Berhoerster <ich@guido-berhoerster.org>
XFree86-4-clients from XFree86 CVS. This allows luit to be used setuid, which
closes a security hole (tty left world-writable) that luit complains about on
startup if not setuid. Setting WITH_SETUID_LUIT installs luit setuid.
PR: ports/51632
Submitted by: Guido Berhoerster <ich@guido-berhoerster.org>
Help from: ITO Tsuyoshi <tsuyoshi@is.s.u-tokyo.ac.jp>
compiler(s) (no __cdecl, INLINE means inline). Add a hunk to the
FreeBSD.cf patch to make always prepend -rpath with the -Wl, --
GCC understands it either way, but Intel's icc, for example,
does not -- and need not.
Approved by: enholt (maintainer)
Also reviewed by: netchild (icc guru)
being built due to the split build. Remove the dependencies on them, and it'll
pick them up from ${X11BASE}/lib. I don't know why this broke now but worked
in the past.
Reported by: everyone
Tested on: ref5 (libraries,clients)
[2] Fix underlining in the freetype backend (bug 330)
PR: [1] ports/52387
[2] ports/55134
Submitted by: [1] Joel Ray Holveck <joelh@piqnet.org>
[2] Ariff Abdullah <skywizard@MyBSD.org.my>
which sets the variables involved after including this file. No PORTREVISION
bump because the last XFree86-4-Server bump was for packaging and packaging
was broken in the last revision.
Reported by: Kent Stewart <kstewart@owt.com>
[2] Check that XFREE86_VERSION=4 is set when building, rather than setting it.
[3] Move many common Makefile bits to XFree86-4-libraries/Makefile.inc
[4] Make the XFree86-4-Server port not install libXfont.so.
[5] Move the xcursor.pc file to its proper location in ${X11BASE}/libdata/pkgconfig
[6] Don't explicitly link libGL.so against libc, for the sake of 4.x's pthreads.
Submitted by: [5,6] Ports Fury
Add `pkg-config xft --cflags` and --libs to Imakefiles of programs that use Xft
and remove a bit of code not needed for Xft2, remove xftcache program.
Reported by: many
Remove installing of Xft1 from XFree86-4-libraries, and add dependencies
to the Xft port by all the ports that use it along with whatever patches are
necessary.
Approved by: portmgr (kris), marcus
[2] Fix xdm on Alpha by using NetBSD's version of Wraphelp.c
[3] Report buttons 7 and when using sysmouse protocol
[4] Fix missing symbols in r128 driver.
[5] Reset /usr/X11R6/bin/X to Xwrapper-4 after install if Xwrapper-4 exists.
PR: [1] i386/44203
[2] ports/43664
[3] ports/43232