| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
09 Nov 2011 15:26:04
0.12.1
|
miwi  |
- Remove WITH_FBSD10_FIX, is no longer needed |
28 Oct 2011 18:13:30
0.12.1
|
miwi  |
- Fix build on FreeBSD 10 |
25 Feb 2011 16:52:50
0.12.1
|
miwi  |
- Please welcome Xorg 7.5.1
The X-Server has been patched to the latest 1.7.X series, drivers
and fonts have been updated to the latest versions. This update includes
some components from Xorg 7.6 with a lot of improvements, and it seems
that the performance is much better than the old version. Also this
Update fix build issues with clang and binutils 2.17.50 in current,
remove 6.X gruft and de-author pkg-descr.
I would like to thank:
Beat Gaetzi
Dima Panov
Koop Mast
Eitan Adler
and all Testers.
PR: ports/147646
ports/148035
ports/148744
ports/150223
ports/152889
ports/154457 |
01 Oct 2010 00:58:34
0.12.0
|
sunpoet  |
- Update to 0.12.0
- Use = instead of += on CONFIGURE_ARGS
PR: ports/149161
Approved by: pgollucci (mentor) |
01 May 2010 11:41:07
0.11.0
|
miwi  |
- Update to Xorg 7.5
The Intel drivers was patched to work with
the new server. The drivers for Vesa, NV,NVIDIA and
ATI have been tested thoroughfully and seem to work fine.
A complete changelog of Xorg 7.5 can you read here:
http://www.x.org/releases/X11R7.5/
A note to FreeBSD 6.X users: We strongly recommend you
to update your system to 7.x or above.
For updating try
portupgrade -af \* (Only the first 15 lines of the commit message are shown above ) |
08 Feb 2010 00:14:49
0.10.6_1
|
marius  |
Correct an inverted !__sparc64__.
Approved by: rnoland |
07 May 2009 19:38:59
0.10.6
|
rnoland  |
Update to 0.10.6 |
31 Mar 2009 20:19:04
0.10.5_6
|
marius  |
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 |
26 Feb 2009 02:05:29
0.10.5_5
|
rnoland  |
Use the new PCIOCGETBAR if it is available, rather than frob the
BARs ourself.
Submitted by: Nathan Whitehorn <nwhitehorn@freebsd.org> |
08 Feb 2009 23:44:20
0.10.5_4
|
rnoland  |
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> |
08 Feb 2009 06:04:32
0.10.5_3
|
rnoland  |
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. |
29 Jan 2009 18:50:48
0.10.5_2
|
rnoland  |
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> |
25 Jan 2009 17:05:10
0.10.5_1
|
rnoland  |
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) |
23 Jan 2009 16:28:36
0.10.5
|
flz  |
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG). |