Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.7.7_13,1 29 Jul 2014 23:07:27
  |
nwhitehorn  |
Bump XORG_REVISION to reflect changed behavior on PowerPC.
Approved by: kwm |
1.7.7_13,1 29 Jul 2014 23:00:11
  |
nwhitehorn  |
mmap() /dev/mem instead of /dev/console on PowerPC. Mostly this was already
being done in libpciaccess, so this is functionally a no-op in most cases
and unifies behavior. Besides aesthetic appeal, the ability to directly mmap()
all of physical memory through /dev/console on PowerPC is about to go away
on -CURRENT, which means everything should converge on /dev/mem.
Approved by: kwm |
1.7.7_13,1 29 May 2014 19:32:08
  |
kwm  |
x11-drivers/xf86-video-ati:
On other ARCH then i386/amd64 keep the old version. Since 7.x is KMS which
is not available on the other ARCHS.
x11-drivers/xf86-video-nv:
Fix nv driver on ppc.
x11-servers/xorg-server:
In the powerpc case of NEW_XORG don't overwrite EXTRA_PATCHES.
Patch update:
< nathanw> it works around the change in behavior in libpciaccess that
the PR mentions
< nathanw> by porting the relevant code from the Linux backend
PR: ports/188278
Submitted by: jmmv@, nwhitehorn@ |
1.7.7_13,1 24 Apr 2014 11:43:12
  |
kwm  |
Fix BadImplemented errors that happen with gdk 3.12.x and GNOME 3. [1]
Use INSTALL_TARGET=install-strip for stripping.
Allow user to package xorg-server again.
Obtained from: debian [1] |
1.7.7_13,1 23 Apr 2014 13:25:17
  |
tijl  |
When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la. So everything that subsequently links with libA will also
link to these extra libraries. This causes too much overlinking.
This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging. However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.
So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
(Only the first 15 lines of the commit message are shown above ) |
1.7.7_12,1 16 Apr 2014 18:28:50
  |
zeising  |
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above ) |
1.7.7_11,1 30 Dec 2013 11:41:18
  |
bsam  |
Fix PLIST_SUB (add a space after @comment) for non-default option.
Reported and tested by: Andrea Venturoli <ml@netfence.it>
Approved by: x11 (kwm) |
1.7.7_11,1 16 Dec 2013 11:11:10
  |
zeising  |
Switch FreeBSD CURRENT to use the new xorg stack (WITH_NEW_XORG=) [0]
If the old xorg stack is still needed, it is possible to add WITHOUT_NEW_XORG=
to /etc/make.conf to get the old version.
Update several xorg related ports, including:
x11/libxcb 1.9.1 -> 1.9.3
graphics/libdrm 2.4.46 -> 2.4.50
x11/pixman 0.30.2 -> 0.32.4
x11/xkeyboard-config 2.9 -> 2.10.1
x11-drivers/xf86-input-keyboard 1.7.0 -> 1.8.0
Fix dissapearing cursor in xf86-video-vmware [2]
Stagify all x11@-owned ports
Bump portrevisions for xf86-* ports due to xserver version change.
Fix fallout from updates where needed.
Thanks to: all testersi, bdrewery and the FreeBSD x11@ team
exp-run by: bdrewery [1]
PR: ports/184684 [1], ports/181385 [2]
Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net> [2]
Approved by: portmgr (bdrewery), core (jhb) [0] |
1.7.7_11,1 24 Oct 2013 19:50:23
  |
kwm  |
Fix typo.
Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com> |
1.7.7_11,1 24 Oct 2013 13:05:10
  |
kwm  |
Document xorg-server use after free CVE.
Reviewed by: zeising@ |
1.7.7_10,1 29 Sep 2013 23:46:47
  |
zeising  |
Fix patches. Remove two unneeded ones, and add new patches to fix sparc64.
This was missed in the mesa update.
This syncs x11-server/xorg-server with the xorg development repo
Bump portrevision again in case.
Apologies for the churn!
Obtained from: xorg development repo |
1.7.7_9,1 29 Sep 2013 23:32:02
  |
zeising  |
Fix perl dependency.
Submitted by: Barbara Guida <bar@FreeBSD.org> |
1.7.7_9,1 29 Sep 2013 17:01:42
  |
zeising  |
The FreeBSD graphics/x11 team proudly presents
a kwm, zeising production:
MESA 9.1.6
Starring:
Mesa 9.1.6, including libGL, libGLU and dri (new xorg only)
Addition of libEGL and libglesv2
KMS support for ATI graphics cards in 10-current (new xorg only)
Improved sparc64 support for new xorg. [1]
pixman 0.30.2, including shlib bump and portrevision bumps
libX11 1.6.2
Make absolute pointing devices work with x11-drivers/xf86-input-mouse
x11-drivers/xf86-video-ati 7.2.0 for 10-current (KMS aware ati driver)
(Only the first 15 lines of the commit message are shown above ) |
1.7.7_8,1 20 Sep 2013 23:52:24
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-servers) |
1.7.7_8,1 14 Aug 2013 11:58:48
  |
zeising  |
Plug two more use before initialized with the new x server.
Noted by: clang
Obtained from: xorg development repo |
1.7.7_8,1 04 Aug 2013 15:01:34
  |
az  |
- Convert to new perl framework
Approved by: bapt@ (x11@) |
1.7.7_8,1 27 Jun 2013 18:38:27
  |
zeising  |
Enable AIGLX by default on xorg-server 1.12. (WITH_NEW_XORG)
Bump portrevision for 1.12
Obtained from: xorg development repo |
1.7.7_8,1 26 Jun 2013 20:00:39
  |
zeising  |
Readd the dix_events.c patch that was removed with the xorg update.
There have been some reports of problems with pointer focus and other
related issues in Mwm and open-motif without this patch.
Bump portrevision for old xorg.
PR: ports/179397
Submitted by: William Bulley <web@umich.edu> |
1.7.7_7,1 17 Jun 2013 21:51:48
  |
jkim  |
Add a patch to fix upstream bug 18451 for 1.7.7.
https://bugs.freedesktop.org/show_bug.cgi?id=18451
http://cgit.freedesktop.org/xorg/xserver/patch/?id=6dae7f3
Analyzed by: dim
PR: ports/179625 |
1.7.7_6,1 16 Jun 2013 20:50:53
  |
kwm  |
Don't install the README.compiled file, it got installed in a directory
not owned by xorg-server. This will fix poudriere -t
Submitted by: miwi |
1.7.7_6,1 14 Jun 2013 14:39:19
  |
zeising  |
Fix patching on powerpc with new xorg.
PR: ports/179229
Submitted by: jhibbits (PR), zeising (patch) |
1.7.7_6,1 25 May 2013 14:37:03
  |
zeising  |
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
(Only the first 15 lines of the commit message are shown above ) |
1.7.7_6,1 11 Mar 2013 19:14:28
  |
zeising  |
Add a new xorg module, to use with USE_XORG: xorg-macros. This module
pulls in devel/xorg-macros.
Convert all ports that depends on xorg-macros to use this USE_XORG.
Split up the long XORG_MODULES= list in bsd.xorg.mk to have only one module
on each line.
Add xorg-macros dependency to xorg-server.
Reviewed by: kwm, bapt
Obtained from: xorg development repo (partly) |
1.7.7_6,1 02 Feb 2013 21:45:43
  |
zeising  |
Fix the patch used to make xorg-server build with clang on i386.
Noticed by: Barbara Guida <barbara.freebsd@gmail.com>
PR: ports/175776 [1]
Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> [1]
Approved by: kwm, miwi (mentors, implicit) |
1.7.7_6,1 19 Jan 2013 12:35:40
  |
zeising  |
Fix build on i386 when building with clang.
PR: ports/174286 (inspired by)
Submitted by: deeptech71 <deeptech71@gmail.com>
Tested by: crees, kwm
Approved by: kwm, miwi (mentors, implicit)
Obtained from: xorg-dev repo |
1.7.7_6,1 14 Dec 2012 11:02:48
  |
zeising  |
Add a patch to fix a couple of cases of use before initialized in the new
xorg-server. Without this patch, xorg-server compiled with clang segfaults.
Bump portrevision since clang is default compiler on current.
Reviewed by: kwm
Approved by: kwm, miwi (mentors, implicit) |
1.7.7_6,1 15 Nov 2012 12:47:11
  |
avilla  |
- Add missing "defined".
Approved by: eadler, kwm (x11@)
Feature safe: yes |
1.7.7_6,1 31 Aug 2012 15:44:41
  |
kwm  |
Solve libGL.so and libglx.so conflict situation between libGL, xorg-server and
the nvidia-driver. Install the libraries in port specific directories.
Use pkg-install and pkg-deinstall scripts to update the hardlinks to the
default locations of these files.
While here clean up some @dirrmtry lines in xorg-server plist for directories
that aren.t created by xorg-server.
Motivator: pkgng
Inspiration: irc, freebsd-x11@ mailinglist discussion (sorry can't find it
anymore to give credit the people)
Reviewed by: danfe@ (for nvidia parts), bapt@
Approved by: danfe@ (for nvidia parts)
With hat: x11@ |
1.7.7_5,1 29 Aug 2012 11:30:32
 |
kwm  |
Replace some spaces with tabs, and remove double defined variables in PLIST_SUB. |
1.7.7_5,1 29 Jul 2012 18:26:01
 |
zeising  |
Fix the build of xorg related ports when the base system is compiled with
clang as system compiler and cpp is clang cpp (as opposed to GNU cpp).
This is done by removing the configure test for cpp completely. Using
clang cpp will make some manual pages as well as some scripts get slightly
wierd whitespace formatting. However, it does not affect the function of
the scripts or the instructions in the manual pages.
PR: ports/166373
Submitted by: Jakub Lach <jakub_lach@mailplus.pl> (PR)
Patch by: me (with ideas from PR and mailing list)
Tested by: Jakub Lach <jakub_lach@mailplus.pl>, me
Approved by: kwm (mentor)
Obtained from: xorg staging area |
1.7.7_5,1 13 Jul 2012 10:23:57
 |
bapt  |
Add new OPTIONS_EXCLUSE_${ARCH} to be able to exclude an option on the given
arch
Fix xorg-server on sparc64 by excluing the HAL option on sparc64 has it used to
be before convertion to new options framework [1]
Reported by: marius@
Tested by: marius@
Approved by: kwm [1] |
1.7.7_5,1 06 Jun 2012 12:56:31
 |
bapt  |
Convert to new options framework
while here remove the NO_SUID_XSERVER which was redundant with the options and
fix a bug[1] (defining an option after bsd.port.pre.mk) which was a workaround
of
limitations of the old framework
Reported by: ak@ [1]
Reviewed by: kwm@, miwi@
Approved by: kwm@, miwi@ |
1.7.7_5,1 24 Apr 2012 17:28:04
 |
naddy  |
Revert "dix: use the event mask of the grab for TryClientEvents."
http://cgit.freedesktop.org/xorg/xserver/commit/?id=018c878e9495b21146c8f38617fdd1bf6d8cc73b
This fixes delivery of button press events to clients.
In particular, it fixes irrecoverable focus loss in mwm(1).
Approved by: miwi
Obtained from: Xorg upstream |
1.7.7_4,1 21 Apr 2012 17:03:32
 |
miwi  |
- Please welcome Xorg 7.5.2
The Xorg Team is pleased to announce the next round of Xorg updates.
The team created a new flag called WITH_NEW_XORG that users can include
in /etc/make.conf. This was created for the intel KMS work being done
althouthough It probably works for other chips. Unfortunately, the intel
KMS driver will only work on FreeBSD 9(RELENG|STABLE) or 10/HEAD users.
Older version of FreeBSD will not be supported. Intel users will need
to patch their source manually with Konstantin?s KMS kernel patch to get
the newer chips to work. Please carefully read UPDATING entry.
Changes:
- libdrm 2.4.31 (including KMS support)
- mesa 7.11.2
- xorg-server 1.10.6
- a lot of new Graphic Drivers.
I would like to thank:
Koop Mast
Eitan Adler
Niclas Zeising
and all helpers and testers from x11@. |
1.7.7_3,1 09 Nov 2011 15:26:04
 |
miwi  |
- Remove WITH_FBSD10_FIX, is no longer needed |
1.7.7_3,1 29 Oct 2011 07:04:53
 |
miwi  |
- Fix build on FreeBSD 10.0
Notes: all x11@ ports fixed for FreeBSD 10 |
1.7.7_3,1 18 Oct 2011 18:25:44
 |
kwm  |
Fix CVE-2011-4028 and CVE-2011-4029.
Obtained from: upstream xorg-server
Security: 8441957c-f9b4-11e0-a78a-bcaec565249c |
1.7.7_2,1 07 Aug 2011 07:17:59
 |
kwm  |
Fix the "exaGetPixmapFirstPixel called for invalid bpp" problem. This bug
is more visible with XFCE.
PR: ports/156721
Submitted by: Alexey Shuvaev <shuvaev@physik.uni-wuerzburg.de>
Obtained from: xorg-server upstream
With hat: x11@ |
1.7.7_1,1 27 Feb 2011 23:16:09
 |
naddy  |
Revert "dix: use the event mask of the grab for TryClientEvents."
http://cgit.freedesktop.org/xorg/xserver/commit/?id=018c878e9495b21146c8f38617fdd1bf6d8cc73b
This fixes delivery of button press events to clients.
In particular, it fixes irrecoverable focus loss in mwm(1).
Approved by: miwi
Obtained from: Xorg upstream |
1.7.7,1 25 Feb 2011 16:52:50
 |
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 |
1.7.5,1 25 Jan 2011 02:07:10
 |
stas  |
- There's no nv(4x) manpage in xorg-server distribution anymore.
Reported by: nathanw
Feature safe: yes |
1.7.5,1 25 Jan 2011 01:53:11
 |
stas  |
- Fix build on powerpc64.
PR: ports/147568, ports/153644
Submitted by: nwhitehorn, Matthew Rezny <mrezny@hexaneinc.com>
Feature safe: yes |
1.7.5,1 05 May 2010 05:02:25
 |
miwi  |
- Fix build on ppc
Submitted by: Andreas Tobler |
1.7.5,1 01 May 2010 11:41:07
 |
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 ) |
1.6.5_1,1 08 Feb 2010 00:20:09
 |
marius  |
Given that HAL doesn't work on sparc64 and always needs to be disabled
there anyway change the default to off for that architecture.
Approved by: rnoland |
1.6.5,1 07 Feb 2010 15:24:08
 |
rnoland  |
Update xorg-server and friends to 1.6.5. |
1.6.1,1 19 Jun 2009 23:19:01
 |
marcel  |
Allow building on ia64. This does not make it functional, because
ia64 doesn't have any non-serial console. It does allow xorg to
build though and in particular xorg-drivers. The latter depends on
xorg-server.
Ok'd: rnoland@ |
1.6.1,1 07 May 2009 19:40:18
 |
rnoland  |
Update Xserver and friends to 1.6.1 |
1.6.0,1 04 Apr 2009 04:04:01
 |
rnoland  |
Update Xorg server to 1.6.0
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 |
1.5.3_8,1 31 Mar 2009 20:19:04
 |
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 |
1.5.3_7,1 08 Mar 2009 23:07:06
 |
rnoland  |
Add the patch that I missed in the last commit. |
1.5.3_7,1 08 Mar 2009 23:03:47
 |
rnoland  |
Add a patch from git to fix issues with gnome-2.25.
Requested by: marcus |
1.5.3_6,1 02 Mar 2009 19:29:23
 |
rnoland  |
Add a patch to handle memory barriers on amd64 the same as linux.
This is reported to prevent some lockups with the nv driver on amd64.
http://bugs.freedesktop.org/show_bug.cgi?id=3168 |
1.5.3_5,1 08 Feb 2009 07:23:46
 |
rnoland  |
Add a patch to deal with the hald/xorg startup race. With this patch
it should be safe for hald to start even after the Xserver.
Obtained from: xorg-devel |
1.5.3_4,1 04 Feb 2009 18:31:01
 |
jkim  |
- Replace open(2)/close(2) pairs with stat(2). Closing mouse device has
a side effect of changing current operation level and sysmouse(4) lets
you open /dev/sysmouse multiple times unlike other mouse drivers.
- Check if /dev/mouse is linked to /dev/psm0 or /dev/ums0.
- Simplify the patches a little while I am here. |
1.5.3_3,1 03 Feb 2009 02:20:32
 |
jkim  |
- Partially back out the previous attempt to fix PS/2 protocol support.
Extended PS/2 protocol without moused(8) is only supported from FreeBSD 7.1
and above.
- Try default PS/2 and USB mouse ports if /dev/sysmouse does not exist.
Previously, it was only available when HAL support was compiled in.
They should be able to handle SysMouse protocol at operation level 1.
- Check protocol for ums(4) as it only supports SysMouse protocol.
- Sync X server with mouse driver.
Reviewed by: rnoland |
1.5.3_2,1 27 Jan 2009 09:31:22
 |
flz  |
Build record and xtrap extensions.
PR: ports/131033
Submitted by: "Sergey N. Voronkov" <serg@tmn.ru> |
1.5.3_1,1 25 Jan 2009 18:43:39
 |
rnoland  |
Add dependency on dri2proto
Approved by: garga (mentor, implicit) |
1.5.3,1 23 Jan 2009 16:28:36
 |
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). |
1.4.2,1 15 Jun 2008 12:24:20
 |
flz  |
Update x11-servers/xorg-server to 1.4.2 (security update). |
1.4_10,1 06 Jun 2008 14:13:31
 |
edwin  |
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) |
1.4_9,1 29 May 2008 11:02:54
 |
flz  |
Add upstream patch (don't free not-allocated dbus socket).
PR: ports/124081
Submitted by: deischen
Obtained from: fd.o git repository |
1.4_8,1 27 May 2008 15:37:15
 |
flz  |
Disable dtrace support for now as userland tracing isn't supported yet.
Suggested by: jb |
1.4_8 19 Apr 2008 17:56:05
 |
miwi  |
- 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) |
1.4_8,1 15 Apr 2008 18:01:15
 |
jkim  |
- 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 |
1.4_7,1 01 Apr 2008 18:14:34
 |
jkim  |
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) |
1.4_6,1 13 Mar 2008 11:37:31
 |
flz  |
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 |
1.4_5,1 06 Mar 2008 00:48:43
 |
jkim  |
- 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 |
1.4_4,1 23 Jan 2008 12:18:47
 |
flz  |
Fix xserver multiple vulnerabilities.
Security:
http://www.vuxml.org/freebsd/fe2b6597-c9a4-11dc-8da8-0008a18a9961.html |
1.4_3,1 02 Jan 2008 12:58:05
 |
flz  |
- 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] |
1.4_3,1 12 Dec 2007 17:34:16
 |
flz  |
- OPTIONS'ify (HAL, AIGLX, SUID).
- Fix CONFIGURE_ARGS. [1]
Submitted by: alvest@earthlink.net [1] |
1.4_3,1 19 Nov 2007 17:17:39
 |
linimon  |
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) |
1.4_2,1 29 Oct 2007 14:04:27
 |
flz  |
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 |
1.4_1,1 24 Oct 2007 13:33:37
 |
flz  |
Restore default optimization on RELENG_7.
PR: ports/117445
Submitted by: Ildar <dar.quonb@gmai.com> |
1.4_1,1 09 Oct 2007 22:31:49
 |
flz  |
- Explicit some configure arguments.
- Mark as IGNORE on alpha since it does work correctly. |
1.4_1,1 30 Sep 2007 11:01:41
 |
marius  |
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 |
1.4,1 13 Sep 2007 19:45:08
 |
flz  |
- 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@ |
1.2.0_2,1 21 Jun 2007 17:33:47
 |
lesi  |
Band-aid over memory hungry gcc 4.2 when compiling xf86ScanPci.c.
Submitted by: Michiel Boland ( michiel at boland dot org ) |
1.2.0_2,1 30 May 2007 23:59:32
 |
lesi  |
Clenup share/X11 directory upon deinstall.
Pointed out by: kris |
1.2.0_2,1 19 May 2007 20:32:57
 |
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
6.9.0_6 22 Feb 2007 21:18:01
 |
lesi  |
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) |
6.9.0_6 27 Jan 2007 20:22:20
 |
lesi  |
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 |
6.9.0_5 14 Oct 2006 08:54:54
 |
marcus  |
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) |
6.9.0_5 25 Aug 2006 21:52:49
 |
lesi  |
Fix crash by bad pcf font.
Obtained from: X.org bugzilla #7535
Security: CVE-2006-3467 |
6.9.0_4 20 Aug 2006 22:58:20
 |
mnag  |
- Add support to Intel 945GM
- portlint(1)
PR: 100673
Approved by: x11 (No objection and maintainer timeout, 30 days) |
6.9.0_4 04 Jun 2006 17:47:03
 |
lesi  |
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 |
6.9.0_3 03 May 2006 08:12:21
 |
anholt  |
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 |
6.9.0_2 20 Apr 2006 10:45:43
 |
lesi  |
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 |
6.9.0_1 21 Mar 2006 17:06:39
 |
lesi  |
Add patch from X.Org, fixing privilege escalation.
Security: http://www.vuxml.org/61534682-b8f4-11da-8e62-000e0c33c2dc
Security: CVE-2006-0745 |
6.9.0 02 Feb 2006 12:39:41
 |
lesi  |
Fix build on FreeBSD 4.X
PR: ports/92137
Submitted by: ume |
6.9.0 22 Jan 2006 02:59:47
 |
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
6.9.0 21 Jan 2006 18:55:08
 |
lesi  |
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. |
6.8.2_7 30 Nov 2005 07:52:59
 |
anholt  |
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> |
6.8.2_6 11 Nov 2005 22:36:46
 |
lesi  |
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 |
6.8.2_6 11 Nov 2005 22:16:17
 |
lesi  |
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. |
6.8.2_6 18 Sep 2005 16:34:24
 |
lesi  |
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 |
6.8.2_5 12 Sep 2005 14:21:40
 |
lesi  |
Fix integer overflow when allocating large pixmaps.
(Freedesktop.org bug #594)
Obtained from: Red Hat via simon
Security: CAN-2005-2495 |
6.8.2_4 26 Aug 2005 19:03:26
 |
anholt  |
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 |
6.8.2_3 31 Jul 2005 23:42:48
 |
lesi  |
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 |
6.8.2_3 22 Jun 2005 23:12:58
 |
anholt  |
[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> |