FreshPorts -- The Place For Ports Mon, 8 Sep 2008 3:57 AM BST
Port details
xorg-server 1.4.2,1 x11-servers on this many watch lists=208 search for ports that depend on this port An older version of this port was marked as vulnerable.
X.Org X server and related programs
Maintained by: x11@FreeBSD.org search for ports maintained by this maintainer
Port Added: 10 May 2004 06:06:09


This package contains the X.Org X server and some associated programs.

WWW: http://www.freedesktop.org/Software/xorg

- Eric Anholt
anholt@FreeBSD.org
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: x11/xf86driproto, x11/glproto, x11/randrproto, x11/renderproto, x11/fixesproto, x11/damageproto, x11/xcmiscproto, x11/xextproto, x11/xtrans, x11/xf86miscproto, x11/xf86vidmodeproto, x11-fonts/xf86bigfontproto, x11/scrnsaverproto, x11/bigreqsproto, x11/resourceproto, x11-fonts/fontsproto, x11/inputproto, x11/xf86dgaproto, x11/videoproto, x11/compositeproto, x11/trapproto, x11/recordproto, x11/xineramaproto, x11/evieext, x11/libXdmcp, x11/libX11, x11/libxkbfile, x11/libXxf86misc, x11/libXxf86vm, x11-toolkits/libXaw, x11-toolkits/libXmu, x11-toolkits/libXt, x11/libXpm, x11/libXext, x11/xproto, x11-fonts/libXfont, x11-fonts/libfontenc, x11/libxkbui, x11/pixman, lang/perl5.8
Required To Run: x11/xkeyboard-config, x11/libXdmcp, x11/libX11, x11/libxkbfile, x11/libXxf86misc, x11/libXxf86vm, x11-toolkits/libXaw, x11-toolkits/libXmu, x11-toolkits/libXt, x11/libXpm, x11/libXext, x11/xproto, x11-fonts/libXfont, x11-fonts/libfontenc, x11/libxkbui, x11/pixman
Required Libraries: graphics/libdrm, sysutils/hal

To install the port: cd /usr/ports/x11-servers/xorg-server/ && make install clean
To add the package: pkg_add -r xorg-server


Configuration Options
===> The following configuration options are available for xorg-server-1.4.2,1:
     HAL=on (default) "Compile with HAL config support"
     AIGLX=on (default) "Compile with Accelerated Indirect GLX support"
     SUID=on (default) "Install the Xorg server with setuid bit set"
===> Use 'make config' to modify these settings

Master Sites:
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/xorg/xserver/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2004-12-29
    Affects: users of x11/kdebase3, x11-servers/xorg-server
    Author: lofi@FreeBSD.org
    Reason: 
      If KDE does not start anymore after upgrading Xorg to version 6.8.1
      (X restarts when the KDE splash screen has reached the third icon),
      please check whether the directory /tmp/.ICE-unix exists, is owned by root
      and has permissions 1777 (read/write/access for everybody + sticky bit).
    
      To make sure everything is in working order, do (as root):
    
    	mkdir -p /tmp/.ICE-unix && chmod 1777 /tmp/.ICE-unix &&
    	chown root:wheel /tmp/.ICE-unix
    
      Also, make sure you do NOT have clear_tmp_enable="YES" set in /etc/rc.conf,
      as it will remove the directory on every reboot and applications will re-
      create it with the wrong ownership.
    
      Users of daily_clean_tmps_enable in /etc/periodic.conf should make sure
      daily_clean_tmps_ignore contains /tmp/.ICE-unix.
    
    
Port Moves

Number of commits found: 75

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
15 Jun 2008 13:24:20
Original commit files touched by this commit  1.4.2,1
flz search for other commits by this committer
Update x11-servers/xorg-server to 1.4.2 (security update).
06 Jun 2008 15:13:31
Original commit files touched by this commit  1.4_10,1
 This port version is marked as vulnerable.
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
29 May 2008 12:02:54
Original commit files touched by this commit  1.4_9,1
 This port version is marked as vulnerable.
flz search for other commits by this committer
Add upstream patch (don't free not-allocated dbus socket).

PR:             ports/124081
Submitted by:   deischen
Obtained from:  fd.o git repository
27 May 2008 16:37:15
Original commit files touched by this commit  1.4_8,1
 This port version is marked as vulnerable.
flz search for other commits by this committer
Disable dtrace support for now as userland tracing isn't supported yet.

Suggested by:   jb
19 Apr 2008 18:56:05
Original commit files touched by this commit  1.4_8
  Sanity Test Failure This port version is marked as vulnerable.
miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- 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)
15 Apr 2008 19:01:15
Original commit files touched by this commit  1.4_8,1
 This port version is marked as vulnerable.
jkim search for other commits by this committer
- Auto-detect and use native extended PS/2 protocols with the latest psm(4).
Since psm has gained write(2) support, it can be directly driven by X.org
input drivers without help of moused(8) or SysMouse protocol.
- Fix regressions without moused running.

PR:     ports/122363, ports/122405
01 Apr 2008 19:14:34
Original commit files touched by this commit  1.4_7,1
 This port version is marked as vulnerable.
jkim search for other commits by this committer
Fix mouse probing issues with HAL support:

- Do not probe /dev/psm0 as SysMouse if HAL support is enabled.
- Add /dev/ums0 as SysMouse if HAL support is disabled.
- Do not force sysmouse(4) mode unless device is /dev/sysmouse.  When
moused(8) is not running, current mode level is untouched.
- Correcly check if moused is actually running.  Checking pid file is
not enough because it may be /var/run/moused.<device>.pid when it is
invoked by devd(8) for USB mice.
- Do not attach device if it is opened by moused.
- Correctly add device path for HAL.

This patch is tested with many possible combinations of moused(8), HAL,
PS/2 mouse, USB mouse, and xorg.conf.

Tested by:      cokane, jkim, marcus,
                Matthew Seaman (m dot seaman at infracaninophile dot co dot uk)
13 Mar 2008 11:37:31
Original commit files touched by this commit  1.4_6,1
 This port version is marked as vulnerable.
flz search for other commits by this committer
Add patch that fixes xmodmap use in .xinitrc.

Submitted by:   Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
Obtained from:  fd.o xorg/xserver repository
Commit id:      27ad5d74c20f01516a1bff73be283f8982fcf0fe
06 Mar 2008 00:48:43
Original commit files touched by this commit  1.4_5,1
 This port version is marked as vulnerable.
jkim search for other commits by this committer
- Check correct POSIX spec. date for clock_gettime(2) whether
CLOCK_MONOTONIC is available.
- If FreeBSD-specific CLOCK_MONOTONIC_FAST is available, use it
instead of precise but slow gettimeofday(2) or CLOCK_MONOTONIC.

Reviewed by:    stable, x11
23 Jan 2008 12:18:47
Original commit files touched by this commit  1.4_4,1
 This port version is marked as vulnerable.
flz search for other commits by this committer
Fix xserver multiple vulnerabilities.

Security:      
http://www.vuxml.org/freebsd/fe2b6597-c9a4-11dc-8da8-0008a18a9961.html
02 Jan 2008 12:58:05
Original commit files touched by this commit  1.4_3,1
 This port version is marked as vulnerable.
flz search for other commits by this committer
- Add local patch to fix alpha build. [1]
- Add local patch to fix powerpc build. [2][3]
- Fix OPTIONS handling for SUID option. [4]

PR:             ports/113601 [1], ports/118850 [2],
                ports/118851 [3], ports/119012 [4]
Submitted by:   naddy [1], grehan [2][3],
                Dmitry Marakasov [4]
12 Dec 2007 17:34:16
Original commit files touched by this commit  1.4_3,1
 This port version is marked as vulnerable.
flz search for other commits by this committer
- OPTIONS'ify (HAL, AIGLX, SUID).
- Fix CONFIGURE_ARGS. [1]

Submitted by:   alvest@earthlink.net [1]
19 Nov 2007 17:17:39
Original commit files touched by this commit  1.4_3,1
 This port version is marked as vulnerable.
linimon search for other commits by this committer
Fix plist for sparc64.  Should be a no-op on other archs, but bump
portrevision for sparc64.  While here, pet portlint.

Tested on:      pointyhat
Submitted by:   flz
Approved by:    portmgr (self)
29 Oct 2007 14:04:27
Original commit files touched by this commit  1.4_2,1
 This port version is marked as vulnerable.
flz search for other commits by this committer
Add temporary fix for LEDs. Proper fix will be available in next
xorg-server release but this one has been deemed good enough for now.

Obtained from:  fd.o bugzilla
24 Oct 2007 14:33:37
Original commit files touched by this commit  1.4_1,1
 This port version is marked as vulnerable.
flz search for other commits by this committer
Restore default optimization on RELENG_7.

PR:             ports/117445
Submitted by:   Ildar <dar.quonb@gmai.com>
09 Oct 2007 23:31:49
Original commit files touched by this commit  1.4_1,1
 This port version is marked as vulnerable.
flz search for other commits by this committer
- Explicit some configure arguments.
- Mark as IGNORE on alpha since it does work correctly.
30 Sep 2007 12:01:41
Original commit files touched by this commit  1.4_1,1
 This port version is marked as vulnerable.
marius search for other commits by this committer
Teach xorg-server that FreeBSD >= 700053 supports PCI domains and
how to deal with it. This affects !386 only and is based on the
respective Linux support code.

Approved by:    flz
13 Sep 2007 20:45:08
Original commit files touched by this commit  1.4,1
 This port version is marked as vulnerable.
flz search for other commits by this committer
- Update X.org ports to 7.3.
- 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@
21 Jun 2007 18:33:47
Original commit files touched by this commit  1.2.0_2,1
 This port version is marked as vulnerable.
lesi search for other commits by this committer
Band-aid over memory hungry gcc 4.2 when compiling xf86ScanPci.c.

Submitted by:   Michiel Boland ( michiel at boland dot org )
31 May 2007 00:59:32
Original commit files touched by this commit  1.2.0_2,1
 This port version is marked as vulnerable.
lesi search for other commits by this committer
Clenup share/X11 directory upon deinstall.

Pointed out by: kris
19 May 2007 21:32:57
Original commit files touched by this commit  1.2.0_2,1
 This port version is marked as vulnerable.
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
22 Feb 2007 21:18:01
Original commit files touched by this commit  6.9.0_6
 This port version is marked as vulnerable.
lesi search for other commits by this committer
Fix loading modules on current by adding patch from devel/imake-6 since
local copy of imake is used at configuring. Since FreeBSD versions older
than 300004 are not supported, simplify patch to just return elf for
default.

PR:             ports/109091
Submitted by:   Szilveszter Adam (sziszi at bsd dot hu)
27 Jan 2007 20:22:20
Original commit files touched by this commit  6.9.0_6
 This port version is marked as vulnerable.
lesi search for other commits by this committer
Add vendor patch preventing overwiting of data on the stack or other
parts of server by dbe and render extensions.

PR:             ports/107733
Security:       CVE-2006-6101 CVE-2006-6102 CVE-2006-6103
14 Oct 2006 09:54:54
Original commit files touched by this commit  6.9.0_5
 This port version is marked as vulnerable.
marcus search for other commits by this committer
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.

Submitted by:   mezz, ahze, pav, and many others
Approved by:    portmgr (implicit, kris)
25 Aug 2006 22:52:49
Original commit files touched by this commit  6.9.0_5
 This port version is marked as vulnerable.
lesi search for other commits by this committer
Fix crash by bad pcf font.

Obtained from:  X.org bugzilla #7535
Security:       CVE-2006-3467
20 Aug 2006 23:58:20
Original commit files touched by this commit  6.9.0_4
 This port version is marked as vulnerable.
mnag search for other commits by this committer
- Add support to Intel 945GM
- portlint(1)

PR:             100673
Approved by:    x11 (No objection and maintainer timeout, 30 days)
04 Jun 2006 18:47:03
Original commit files touched by this commit  6.9.0_4
 This port version is marked as vulnerable.
lesi search for other commits by this committer
Add a better workaround for LP64 bug in ProcRenderCompositeGlyphs() in
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
03 May 2006 09:12:21
Original commit files touched by this commit  6.9.0_3
 This port version is marked as vulnerable.
anholt search for other commits by this committer
Add my patch for buffer overflow in the Render extension's TriFan/TriStrip
requests.

Security:       CVE-2006-1526
Bugzilla:       https://bugs.freedesktop.org/show_bug.cgi?id=6642
20 Apr 2006 11:45:43
Original commit files touched by this commit  6.9.0_2
 This port version is marked as vulnerable.
lesi search for other commits by this committer
Complete removal of cfb from sunffb driver as was done post release in
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
21 Mar 2006 17:06:39
Original commit files touched by this commit  6.9.0_1
 This port version is marked as vulnerable.
lesi search for other commits by this committer
Add patch from X.Org, fixing privilege escalation.

Security:       http://www.vuxml.org/61534682-b8f4-11da-8e62-000e0c33c2dc
Security:       CVE-2006-0745
02 Feb 2006 12:39:41
Original commit files touched by this commit  6.9.0
 This port version is marked as vulnerable.
lesi search for other commits by this committer
Fix build on FreeBSD 4.X

PR:             ports/92137
Submitted by:   ume
22 Jan 2006 02:59:47
Original commit files touched by this commit  6.9.0
 This port version is marked as vulnerable.
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
21 Jan 2006 18:55:08
Original commit files touched by this commit  6.9.0
 This port version is marked as vulnerable.
lesi search for other commits by this committer
Upgrade to X.Org 6.9.0 release.
Remove separate mtree file for X_WINDOW_SYSTEM=XOrg case. Both X11
distributions now use the one from /etc/mtree again.
30 Nov 2005 07:52:59
Original commit files touched by this commit  6.8.2_7
 This port version is marked as vulnerable.
anholt search for other commits by this committer
Fix one of the hangs on new GeForce cards using a patch from X.Org CVS.

PR:             ports/87160
Submitted by:   Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
11 Nov 2005 22:36:46
Original commit files touched by this commit  6.8.2_6
 This port version is marked as vulnerable.
lesi search for other commits by this committer
Do not put Apple Cinema Display to sleep right after DDC probe.
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
11 Nov 2005 22:16:17
Original commit files touched by this commit  6.8.2_6
 This port version is marked as vulnerable.
lesi search for other commits by this committer
If port belongs to X11 distribution different than ${X_WINDOW_SYSTEM} one,
point to The X Window System and Virtual Consoles chapter of FAQ.

Add SHA256.
18 Sep 2005 17:34:24
Original commit files touched by this commit  6.8.2_6
 This port version is marked as vulnerable.
lesi search for other commits by this committer
Fix the fix for CAN-2005-2495.
Among other, this shoud fix problems with wine - thanks to
Robert Backhaus (robbak at gmail.com) for testing.

Obtained from:  Xorg CVS
12 Sep 2005 15:21:40
Original commit files touched by this commit  6.8.2_5
 This port version is marked as vulnerable.
lesi search for other commits by this committer
Fix integer overflow when allocating large pixmaps.
(Freedesktop.org bug #594)

Obtained from:  Red Hat via simon
Security:       CAN-2005-2495
26 Aug 2005 20:03:26
Original commit files touched by this commit  6.8.2_4
 This port version is marked as vulnerable.
anholt search for other commits by this committer
Fix a use-after-free in the cursor code that's easily triggered with -AJ malloc
opts and running current gdm.

Approved by:    portmgr (marcus)
Obtained from:  X.Org CVS
01 Aug 2005 00:42:48
Original commit files touched by this commit  6.8.2_3
 This port version is marked as vulnerable.
lesi search for other commits by this committer
Grab a patch for keyboard on sparc64 from Xorg CVS. This makes 'kbd' driver
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
23 Jun 2005 00:12:58
Original commit files touched by this commit  6.8.2_3
 This port version is marked as vulnerable.
anholt search for other commits by this committer
[1] Fix the Chipset lines written by xorgcfg for 3dfx cards.
[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>
15 Jun 2005 03:42:14
Original commit files touched by this commit  6.8.2_2
 This port version is marked as vulnerable.
lesi search for other commits by this committer
Fix up plist after modifications to mtree (BSD.x11-4.dist rev. 1.27).
18 May 2005 00:37:59
Original commit files touched by this commit  6.8.2_2
 This port version is marked as vulnerable.
lesi search for other commits by this committer
- 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. [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]
09 May 2005 08:22:57
Original commit files touched by this commit  6.8.2_1
 This port version is marked as vulnerable.
lesi search for other commits by this committer
Bump max number of buttons supported by mouse driver to 16 so Logitech
MediaPlay mouse works.
(Xorg Bugzilla #2389)

PR:             ports/80744
Submitted by:   cy
06 Apr 2005 20:17:37
Original commit files touched by this commit  6.8.2
 This port version is marked as vulnerable.
lesi search for other commits by this committer
Speed up extract target by not extracting */CVS/*. From ahze:

With Patch:
(pII 400Mhz)
real 1m12.597s
user 0m14.706s
sys 0m12.061s

(athlon 2500+ 3disk raid 0)
real 0m12.912s
user 0m2.884s
sys 0m3.128s

Without Patch:
(pII 400Mhz)
real 1m43.233s
user 0m14.565s
sys 0m13.951s

(athlon 2500+ 3disk raid 0)
real 0m22.967s
user 0m2.925s
sys 0m3.576s

Submitted by:   ahze
25 Mar 2005 07:03:04
Original commit files touched by this commit  6.8.2
 This port version is marked as vulnerable.
lesi search for other commits by this committer
Sync with etc/mtree/BSD.x11-4.dist rev. 1.26:
Add mt locale directory, since more and more ports create and use it.

Requested by:   krion
Approved by:    portmgr (krion; in advance)
19 Mar 2005 04:32:38
Original commit files touched by this commit  6.8.2
 This port version is marked as vulnerable.
anholt search for other commits by this committer
Add Peter Grehan's patches to port xorg-server to PowerPC.

PR:             ports/78345, ports/78346, ports/78348, ports/78352,
                ports/78353, ports/78354, ports/78355, ports/78356,
                ports/78358, ports/78359
Submitted by:   grehan
19 Mar 2005 04:08:50
Original commit files touched by this commit  6.8.2
 This port version is marked as vulnerable.
anholt search for other commits by this committer
Remove a duplicated imake define that adds noise to the configure stage.
17 Mar 2005 23:22:13
Original commit files touched by this commit  6.8.2
 This port version is marked as vulnerable.
lesi search for other commits by this committer
Upgrade X.Org ports to 6.8.2.
Release notes are available at
http://www.x.org/X11R6.8.2/doc/RELNOTES.html

Thanks to kris and krion for running several cluster test builds,
maintainers of GNOME for prompt responses, portmgr for postponing ports
freeze for this update, testers on FreeBSD-X11@ list and others that I
might have mised here.

Also included:
- fix for ATI Mobility on Dell Inspiron 7500 (obtained from Marc Aurele La
  France; obtained and tested by julian)
- fix for kbd driver on Sparc64 (tested by Aaron Dudek, Michael G. Jung and
  Matthias Muthmann), which still appears to have problems with some
  keyboards - so
- fix for kbd driver on PC98 (reported and tested by NAKAJI Hiroyuki; PR
  ports/77217)
- fix for i810 on HP D530 (obtained from Egbert Eich; obtained and tested
  by Anders Nor Berle; PR ports/74757)
13 Jan 2005 22:52:24
Original commit files touched by this commit  6.8.1_2
 This port version is marked as vulnerable.
anholt search for other commits by this committer
[1] Add i810 driver to AMD64 package.
[2] Put the manpages from section 4 under 4x.  For example, you can do
    "man 4x vga" to get the X vga(4x) manpage, still do man 4 cirrus to get
    cirrus(4x), and man -a vga to get both vga manpages.
[3] Apply several important-looking fixes to ATI drivers from the stable branch:
    - Fix mode setting with Mach64 on some laptops.
    - Don't crash with mach64 for some PCI configurations
    - Improve hang detection on r128s. (may improve speed in DRI, too)
    - Avoid a hang on server regen on r128 with DRI.
    - Fix the DynamicClocks support, which could have caused hangs with DRI on
      original Radeons.

PR:             [2] ports/25576
Submitted by:   [2] fanf
Requested by:   [1] peter
Obtained from:  [3] XORG-6_8-branch
02 Jan 2005 00:32:07
Original commit files touched by this commit  6.8.1_1
 This port version is marked as vulnerable.
anholt search for other commits by this committer
[1] Fix a crash on startup with i830+ systems due to failure to follow an API
change that occurred.
[2] Install the xorg.conf referred to by xorg.conf(5).  Installation was
disabled during the XF86 name avoidance phase, but could still be of use.
[3] Add a section about the Composite extension to xorg.conf.
[4] Add MakeDllModules YES to the WITH_DEBUG flag's options.  While it won't
package correctly, you can't actually debug modules (where crashes almost always
happen) without it.
[5] Merge fixes from XORG-6_8-branch for i810 driver crashes in on CloseScreen,
ringbuffer lockups, and various warnings.
[6] Recognize R_ALPHA_SREL32 relocation type in elfloader.

PR:             [1] ports/75425
                [2] ports/73915
                [6] ports/73257
Submitted by:   [1] Marc Silver, marcs at draenor dot org
                [2] Frank J. Laszlo, laszlof at vonostingroup dot com
                [6] Ken Stailey kstailey at yahoo dot com
                [6] r1.4 of X.Org CVS.
Approved by:    portmgr
31 Dec 2004 09:02:28
Original commit files touched by this commit  6.8.1
 This port version is marked as vulnerable.
anholt search for other commits by this committer
Re-add libXThrStub for FreeBSD that requires thread stubs.  Between 6.7 and 6.8
I had moved libXThrStub into libX11, because it seemed unnecessary.  However,
because libc_r symbols are also weak, the weak stubs in libX11 would interfere,
however they don't if they are in a library linked by libX11.  The most common
manifestation of the problem was:
GThread-ERROR **: file gthread-posix.c: line 137 (g_thread_impl_init): error
'Invalid argument' during 'pthread_getschedparam (pthread_self(), &policy,
&sched)'
in glib apps.

PR:             ports/75477
Submitted by:   KIMURA Yasuhiro, yasu at utahime dot org
Testing by:     marcus
29 Dec 2004 02:29:31
Original commit files touched by this commit  6.8.1
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Rewrap to fit on 80 columns console

Approved by:    anholt (x11 hat)
23 Dec 2004 01:35:49
Original commit files touched by this commit  6.8.1
 This port version is marked as vulnerable.
anholt search for other commits by this committer
Update X.Org ports to 6.8.1, and the DRI port to use Mesa 6.2.  Because Mesa 6.2
DRI drivers are incompatible with the old libGL in XFree86, they have been
repocopied to graphics/xfree86-dri.  Also note that with this commit the html
manpages are going away, and with it the runtime dependency on perl for the
imake port.

Release notes at: http://www.x.org/X11R6.8.1/RELNOTES.txt

Props to:       kris (multiple cluster runs and sorting through logs)
                lesi (fixing all the issues in those logs, and more)
04 Nov 2004 16:57:50
Original commit files touched by this commit  6.7.0_9
 This port version is marked as vulnerable.
lesi search for other commits by this committer
Don't refer people to nonexistant 'Monitors' file in xorgconfig.
(freedesktop.org Bugzilla #1692)

Reported by:    znerd
PR:             ports/56275
26 Sep 2004 15:18:42
Original commit files touched by this commit  6.7.0_9
 This port version is marked as vulnerable.
lesi search for other commits by this committer
Fix behaviour of keyboard under pc98 where keycodes differ from i386.

Submitted by:   Satoshi Kimura
Approved by:    portmgr (linimon), mentor (anholt)
12 Sep 2004 21:35:09
Original commit files touched by this commit  6.7.0_8
 This port version is marked as vulnerable.
lesi search for other commits by this committer
Fix behaviour of keyboard under sparc64, where keycodes were off by one
(i.e., when pressing 'd' on keyboard, server would get code for 'f').

Submitted by:   marius
Approved by:    portmgr (linimon), anholt (mentor)
02 Sep 2004 22:46:08
Original commit files touched by this commit  6.7.0_7
 This port version is marked as vulnerable.
lesi search for other commits by this committer
Fix problem with XVideo (insufficient resources for operation). [1]
Use correct prototype for sysarch(2). [2]

PR:             ports/70317 [1],  ports/71037 [2]
Submitted by:   Andrew Elmore (aelmore at interwoven.com) [2]
Approved by:    anholt (mentor)
Obtained from:  Free Desktop.Org Bugzilla #474 [1]
02 Sep 2004 02:57:53
Original commit files touched by this commit  6.7.0_6
 This port version is marked as vulnerable.
lesi search for other commits by this committer
Use MASTER_SITE_XORG.

Approved by:    anholt (mentor)
31 Aug 2004 01:18:27
Original commit files touched by this commit  6.7.0_6
 This port version is marked as vulnerable.
lesi search for other commits by this committer
Fix missing symbol with SiS driver [1].
Fix package list (partly [2]).

PR:             ports/69790 [1], ports/70376 [2]
Submitted by:   Andreas Kohn (andreas AT syndrom23.de) [1]
                John R. Makosky (jrm-spam1 AT crackpot.org) [2]
Approved by:    anholt (mentor)
28 Jul 2004 15:24:35
Original commit files touched by this commit  6.7.0_5
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Correct typo (CLFAGS -> CFLAGS)

PR:             ports/69703
Submitted by:   Masakazu HIGAKI <higamasa@dream.com>
24 Jul 2004 00:46:02
Original commit files touched by this commit  6.7.0_5
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Extend IGNORE message, point users to instructions how to switch
  from XFree86-4 to X.Org.

Approved by:    anholt (x11 hat)
23 Jul 2004 20:10:32
Original commit files touched by this commit  6.7.0_5
 This port version is marked as vulnerable.
anholt search for other commits by this committer
- Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,
  and make XFREE86_VERSION map to it.  XFREE86_VERSION is now deprecated.
- Make xorg the default X_WINDOW_SYSTEM on -current.
- Add several new X_*_PORT variables which point to various pieces of X11 based
  on the setting of X_WINDOW_SYSTEM, and make ports use them.
- Add information to CHANGES about how to handle the transition.

PR:             ports/68763
Approved by:    portmgr (marcus)
Approved by:    re (scottl)
19 Jul 2004 07:29:06
Original commit files touched by this commit  6.7.0_5
 This port version is marked as vulnerable.
anholt search for other commits by this committer
s/WITH_XLIB/USE_XLIB/ -- fixes missing dependency.

Reported by:    pointyhat via kris (over and over)
11 Jul 2004 21:22:37
Original commit files touched by this commit  6.7.0_5
 This port version is marked as vulnerable.
anholt search for other commits by this committer
Rethink the DRI dependency.  It's not actually needed for the server to work.
It's only useful with both server and libraries.  It should really be depended
on by the metaport instead.

PR:             ports/68484
Submitted by:   Roman Bogorodskiy <bogorodskiy@inbox.ru>
19 Jun 2004 07:03:51
Original commit files touched by this commit  6.7.0_5
 This port version is marked as vulnerable.
anholt search for other commits by this committer
And my hat collection grows.  Actually remove the remnants of pkg-message
stuff.
19 Jun 2004 06:51:45
Original commit files touched by this commit  6.7.0_5
 This port version is marked as vulnerable.
anholt search for other commits by this committer
- Install the server setuid by default.  The x11/wrapper/files/wrapper.c code
is already in the server.  I can't even imagine a situation where running an
X server (which is run as root, mind you) is ok, while having a setuid X
server with arguments and environment checking ala wrapper.c is not.  But put
an option in anyway.
- Include the SERVER_PATCHES define needed for the new server ports.
10 Jun 2004 08:43:39
Original commit files touched by this commit  6.7.0_4
 This port version is marked as vulnerable.
anholt search for other commits by this committer
Install xorgcfg and xorgconfig.

PR:             ports/67656
Submitted by:   Alex Deiter <tiamat@komi.mts.ru>
31 May 2004 03:56:22
Original commit files touched by this commit  6.7.0_3
 This port version is marked as vulnerable.
anholt search for other commits by this committer
- Only set XFREE86_HTML_MAN if there are going to be manpages installed
  (XMAN_DIRS is set).
- Remove spammed-in configure.gen.pre
- Pass thread flags/libs to configure like should have been done
- Add changes to config/cf/* for the fonts ports.
30 May 2004 00:08:07
Original commit files touched by this commit  6.7.0_3
 This port version is marked as vulnerable.
anholt search for other commits by this committer
- Depend on xorg-libraries by default instead of the modular libraries.
- Don't install Xserver.1 (a manpage for all X servers), which is provided by
  xorg-manpages.
29 May 2004 02:04:24
Original commit files touched by this commit  6.7.0_2
 This port version is marked as vulnerable.
anholt search for other commits by this committer
Add some more patches based on XFree86-4-libraries/files, for the
xorg-libraries and -clients ports.
18 May 2004 06:29:03
Original commit files touched by this commit  6.7.0_2
 This port version is marked as vulnerable.
anholt search for other commits by this committer
[1] Fix packaging on amd64
[2] Remove sparc64 patch that got spammed into the wrong location in FreeBSD.cf
[3] Fix many problems in the Render implementation.
[4] Depend on libGL to provide glx headers, until they're located in a more
    appropriate package.

PR:             [1] ports/66682
Submitted by:   [1] Francois Tigeot <ftigeot@wolfpond.org>
Obtained from:  [3] X.Org CVS
11 May 2004 09:12:23
Original commit files touched by this commit  6.7.0_1
 This port version is marked as vulnerable.
anholt search for other commits by this committer
[1] Add missing dependency on freetype2.
[2] Add missing AMD64 patch that was in XFree86-4-Server.

Reported by:    [1] bento via kris
Submitted by:   [2] Francois Tigeot <ftigeot@wolfpond.org>
10 May 2004 17:50:39
Original commit files touched by this commit  6.7.0
 This port version is marked as vulnerable.
marcus search for other commits by this committer
Correct a typo in one of the LIB_PC_DEPENDS.
10 May 2004 06:05:00
Original commit