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
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 \*
or:
portmaster -af
Please report any problems and issus to x11 (at) FreeBSD.org.
Thanks to beat@, rnoland@, fluffy@, stas@ and all testers for their help
and Feeback.
Tested by: Community and 2x exp-runs
o Update randrproto, libXrandr and xrandr to 1.3.0
o Update xf86-video-intel to 2.6.3
o Update other less common drivers as needed
o Mark a bunch of un-maintained input drivers ignored
o Update the various slave X server ports as well
- 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).
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
optimizations are enabled.
PR: ports/121363
Submitted by: obrien
- Change USE_XPM variable to use USE_XORG framework, and lose implied USE_XLIB
PR: ports/113799
Submitted by: des (based on)
Patch by: pav
- Teach USE_LDCONFIG to do the right thing when used with USE_LINUX_PREFIX
PR: ports/118212
Original patch: vd
Patch by: pav
- Allow tab as well as space in param.h for OSVERSION determination
PR: ports/117507
Submitted by: erwin
- Reverse the condition so EXTRACT_PRESERVE_OWNERSHIP now work as advertised
PR: ports/117916
Submitted by: tobez
- Assorted comment fixes
PR: ports/118054
Submitted by: linimon
- Style nit ($@ -> ${.TARGET})
PR: ports/120276
Submitted by: obrien
third party package with invalid or missing pkgorigin is installed; this
resulted in silently discarding dependency records for some people
PR: ports/115010
Submitted by: netchild
- Replace some calls to basename and dirname with make logic
PR: ports/115994
Submitted by: netchild
- Fix bsd.xorg.mk to work when USE_XORG is used below
.include <bsd.port.pre.mk>; should allow conditional X.Org component
dependencies with OPTIONS, etc
Submitted by: flz
- When installing as user, don't install any libdata/ldconfig entries
Submitted by: flz
PR: ports/106613 (in audit trail)
- Introduce INSTALL_KLD; it's same as INSTALL_SCRIPT but the name is more
obvious
PR: ports/116200
Submitted by: edwin
- Mark XFree86-4 as DEPRECATED with EXPIRATION_DATE set to 2007-12-25.
I hope that nobody will be bored enough on Christmas to remove them on
that day.
Tested by: vehemens, Rene Ladan, Beech Rintoul, sarek on x11@
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run