Xrender from XFree86 that takes endianess into account. This should fix
the following errors on FreeBSD/sparc64:
'RenderBadGlyphSet (invalid GlyphSet parameter)'.
(Details: serial 8980 error_code 178 request_code 153 minor_code 24)
Submitted by: marius
X.org CVS to avoid failure to load this driver because of unresolved
symbols.
Digged up and tested by: Matthias Muthmann
PR: sparc64/94886
Obtained from: X.org CVS
o Add some messages[1].
o Back-out 'rename .o to .so'.
I forgot to chase pkg-plist. [2]
synaptics_drv.o is relocatable object, not shared object.
Reviewed by: ume [1]
Pointed out by: ume [2]
o Bump PORTREVISION, accordingly.
o Update setup note. [1]
I forgot hw.psm.synaptics_support=1.
o I confirmed SHMConfig "on" support on 6-stable.
Pointed out by: ume [1]
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
No revision bump as this probably affects relatively small amount of users.
PR: ports/88623
Reported, fix found by: John O'Brien
Obtained from: X.Org CVS
work properly this time on FreeBSD/sparc64 so stop using workaround that
defaults to old 'keyboard' one and remove erroneous patch by me.
Pointed out by: Matthias Muthmann (mmuthmann at gmx.net)
Tested by: Matthias Muthmann (Ultra10/type5c), me (Ultra5/type5)
Obtained from: Xorg CVS
soon-to-be-committed-upstream patch to fix the build after the removal of
xf86drmCompat.c. Also includes the fix for ports/32121, which had been
committed.
[2] Add the PCI ID for Radeon X600, 0x5B62 to a place that was missed.
PR: [1] ports/32121
Submitted by: [1] alane
[2] Vladimir Kushnir <vkushnir@i.kiev.ua>
NO_SUID_XSERVER to disable this. The end result is same as it was before
with x11/wrapper installed as the code from there is included in X
server. It is also the same as xorg-server port does (from which this
changes were taken). This should conclude removal of dependency on
x11/wrapper from meta port for above reasons. [1]
- (patch-bsdResource.c) Correct the ranges of the bus resource windows on
sparc64. This makes PCI video cards work that hang off directly from
the Host-to-PCI bridge in machines like the Blade 100. [2]
- (patch-HALlib_bindings.c patch-mga_driver.c) Revert the MGA HALlib
MGASetDisplayStart interface back to HALSetDisplayStart (taken from
upstream CVS) [3]
Noticed by: (bugsgrief at bugsgrief.net) [1]
Submitted by: marius [2]
Reported and tested by: Steven Friedrich (FreeBSD at InsightBB.com) [3]
Ports changes:
- Drop dependency on x11/wrapper. X server already contains this code
(programs/Xserver/os/utils.c rev. 3.58).
- Install default SecurityPolicy with XFree86-4-libraries, thus avoiding
plists and who-owns-what complications between different fooServer ports.
Copy default file to real one if that doesn't exist and remove both upon
uninstall if they are the same.
- Revert change to Imake.rules rev. 3.132 in devel/imake-4 port, since
couple of ports break with this change
(devel/imake-4/files/patch-Imake.rules)
- Add grehans patches for PPC [1]
- Several of directories that were previously in /etc/mtree/BSD.x11-4.dist
were moved to respective ports pkg-plists
PR: [1] 78345, 78346, 78348, 78352, 78353, 78354, 78355, 78356
This makes PCI video cards work that hang off directly from
the Host-to-PCI bridge in machines like the Blade 100. [1]
- Default to old 'keyboard' driver for sparc64. Patches for 'kbd'
one were not enough so until new driver is fixed, this change
makes Xorg work with sparc64 keyboards. Knob WITH_SPARC_KBD is
provided to ease efforts of fixing 'kbd'.
Submitted by: marius [1]