Update to 1.0.6
Changes:
This minor maintenace release improves support for localized display of
time text in the digital form, along with build configuration improvements.
- update to 1.0.5
- remove old patch
Some new features include:
- fix a crash on sparc64
- some build ffixes
- some packaging changes
Feature safe: yes
Fix a crash on sparc64 (and other 64-bit strict alignment archs).
The pid variable that is passed to XChangeProperty() is not a long.
The libX11 code deferences the variable as a long and on a 64-bit
sparc this must be aligned on a 8-byte boundary.
Obtained from: upstream
(Only the first 10 of 517 ports in this commit are shown above. )
- 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 )