1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-20 20:20:30 -04:00
Commit graph

13 commits

Author SHA1 Message Date
Koop Mast
1fc509c591 Misc X.org port updates:
Update gccmakedep to 1.0.3.
Update imake to 1.0.7.
Update libpciaccess to 0.13.3.
Update libdrm to 2.4.60.
Update bitmap to 1.0.8.
Update fstobdf to 1.0.6.
Update iceauth to 1.0.7.
Update libXdmcp to 1.1.2.
Update libXp to 1.0.3.
Update libXvMC to 1.0.9.
Update libXxf86vm to 1.1.4.
Update libxshmfence to 1.2.
Update randrproto to 1.4.1.
Update rgb to 1.0.6.
Update sessreg to 1.1.0.
Update xcb-util-cursor to 0.1.2.
Update xedit to 1.2.2.
Update xkbcomp to 1.3.0.
Update xkeyboard-config to 2.14.
Update xproto to 7.0.27.
Update xf86-input-mouse to 1.9.1.
Update xf86-input-synaptics to 1.8.2.
Update xf86-video-i710 to 1.3.5.
Update xf86-video-mga to 1.6.4.
Update xf86-video-tdfx to 1.4.6.
Update xf86-video-vmware to 13.1.0.
Update bdftopcf to 1.0.5.
Update font-util to 1.3.1.
Update fslsfonts to 1.0.5.
Update mkfontscale to 1.1.2.
Update showfont to 1.0.5.
Update xfs to 1.1.4.
Update xfsinfo to 1.0.5.

Remove :keepla from USES=libtool for X libraries in bsd.xorg.mk, and bump
  all affected ports.

PR:		199400
Obtained from:	Xorg-devel repo
2015-04-18 15:34:36 +00:00
Niclas Zeising
2101a40e90 Update to 0.13.2
Obtained from:	xorg development repo
2013-08-14 12:40:32 +00:00
Niclas Zeising
d3e31eedea Give this a chance to work on sparc as well.
Submitted by:	Marius Strobl
Obtained from:	xorg development repo
2013-07-03 11:43:03 +00:00
Jung-uk Kim
6818213ecc Update the legacy I/O patch to support ia64. 2013-06-18 23:36:00 +00:00
Niclas Zeising
92ea0d614b The FreeBSD x11 team proudly presents
an zeising, kwm, miwi, bapt, eadler production:

Xorg 7.7

Starring:
xserver 1.12.4 (new xorg only)
Mesa 8.0.4, including libGL, libGLU and dri (new xorg only)
libX11 1.5.0
libxcb 1.9
libdrm 2.4.42 (new xorg only)
freeglut 2.8.1
Also starring:
Updates to drivers and other libraries and utilities

Additional notes:
Change pkgconf to be a build dependency.
Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use
this.
Trim makefile headers.
Take maintanership of x11/xcb-proto, ok'd by ashish.
If you are running WITH_NEW_XORG=, you need to rebuild all installed
drivers, see UPDATING for more information.
Various fixes to make ports compile.

PR:		ports/177942
Exp-run by:	miwi
Approved by:	portmgr (miwi)

Thanks to all who helped testing!
2013-05-25 14:37:02 +00:00
Marius Strobl
ee0889927a Correct an inverted !__sparc64__.
Approved by:	rnoland
2010-02-08 00:14:49 +00:00
Robert Noland
2793e9a03b Update to 0.10.6 2009-05-07 19:38:59 +00:00
Marius Strobl
38c027f72e Given that the x86-centric approach of mmap(2)'ing PCI memory via
mem(4) doesn't work on sparc64, revert to the pre-libpciaccess
approach of using the tty(4) device opened by the X server there.
Hopefully we have proper MI means of doing so one day.

Approved by:	flz
2009-03-31 20:19:04 +00:00
Robert Noland
896fe624dc Use the new PCIOCGETBAR if it is available, rather than frob the
BARs ourself.

Submitted by:	Nathan Whitehorn <nwhitehorn@freebsd.org>
2009-02-26 02:05:29 +00:00
Robert Noland
eb22faa9bc Fixup a couple of typos from the previous patch.
This should fix BIOS mapping on those chips that don't have a specific
pci rom.

Reported by:	Michael Butler <imb@protected-networks.net>
2009-02-08 23:44:20 +00:00
Robert Noland
fad2d794fa Locate the BIOS BAR via the pci registers if it is available.
Calculate the correct BIOS size as well.  Previously, we just
always used the standard 64k VGA bios entry at 0xc0000.  We still
do that if we don't find a BIOS BAR.
2009-02-08 06:04:32 +00:00
Robert Noland
87cc141117 Some drivers depend on pci chip revision id to function properly. We
had the info, but we weren't populating the field.  Do that now.

This fixes at least mga, possibly other drivers.

Reported by:	Mark Knight <markk@knigma.org>
Tested by:	Mark Knight <markk@knigma.org>,
		Warren Block <wblock@wonkity.com>
2009-01-29 18:50:48 +00:00
Robert Noland
70730d4ba6 We shouldn't go around frobbing pci BARs while they are enabled.
Commit these fixes until I get them committed upstream and a
release cut.

Approved by:	garga (mentor, implicit)
2009-01-25 17:05:10 +00:00