notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: x11-servers/xorg-server/Makefile

Number of commits found: 199 (showing only 99 on this page)

«  1 | 2 

Monday, 17 Jun 2013
21:51 jkim search for other commits by this committer
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
Original commitRevision:321157 
Friday, 14 Jun 2013
14:39 zeising search for other commits by this committer
Fix patching on powerpc with new xorg.

PR:		ports/179229
Submitted by:	jhibbits (PR), zeising (patch)
Original commitRevision:320937 
Saturday, 25 May 2013
14:37 zeising search for other commits by this committer
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

Additional notes:
Change pkgconf to be a build dependency.
Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use
this.
Trim makefile headers.
Take maintanership of x11/xcb-proto, ok'd by ashish.
If you are running WITH_NEW_XORG=, you need to rebuild all installed
drivers, see UPDATING for more information.
Various fixes to make ports compile.

PR:		ports/177942
Exp-run by:	miwi
Approved by:	portmgr (miwi)

Thanks to all who helped testing!
Original commitRevision:319055 
Monday, 11 Mar 2013
19:14 zeising search for other commits by this committer
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)
Original commitRevision:313929 
Saturday, 2 Feb 2013
21:45 zeising search for other commits by this committer
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)
Original commitRevision:311444 
Saturday, 19 Jan 2013
12:35 zeising search for other commits by this committer
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
Original commitRevision:310652 
Friday, 14 Dec 2012
11:02 zeising search for other commits by this committer
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)
Original commitRevision:308898 
Thursday, 15 Nov 2012
12:47 avilla search for other commits by this committer
- Add missing "defined".

Approved by:	eadler, kwm (x11@)
Feature safe:	yes
Original commitRevision:307452 
Friday, 31 Aug 2012
15:44 kwm search for other commits by this committer
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@
Original commitRevision:303429 
Wednesday, 29 Aug 2012
11:30 kwm search for other commits by this committer
Replace some spaces with tabs, and remove double defined variables in PLIST_SUB.
Original commit
Sunday, 29 Jul 2012
18:26 zeising search for other commits by this committer
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
Original commit
Friday, 13 Jul 2012
10:23 bapt search for other commits by this committer
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]
Original commit
Wednesday, 6 Jun 2012
12:56 bapt search for other commits by this committer
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@
Original commit
Tuesday, 24 Apr 2012
17:28 naddy search for other commits by this committer
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
Original commit
Saturday, 21 Apr 2012
17:03 miwi search for other commits by this committer
- 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@.
Original commit
Wednesday, 9 Nov 2011
15:26 miwi search for other commits by this committer
- Remove WITH_FBSD10_FIX, is no longer needed
Original commit
Saturday, 29 Oct 2011
07:04 miwi search for other commits by this committer
- Fix build on FreeBSD 10.0

Notes: all x11@ ports fixed for FreeBSD 10
Original commit
Tuesday, 18 Oct 2011
18:25 kwm search for other commits by this committer
Fix CVE-2011-4028 and CVE-2011-4029.

Obtained from:  upstream xorg-server
Security:       8441957c-f9b4-11e0-a78a-bcaec565249c
Original commit
Sunday, 7 Aug 2011
07:17 kwm search for other commits by this committer
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@
Original commit
Sunday, 27 Feb 2011
23:16 naddy search for other commits by this committer
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
Original commit
Friday, 25 Feb 2011
16:52 miwi search for other commits by this committer
- 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
Original commit
Tuesday, 25 Jan 2011
02:07 stas search for other commits by this committer
- There's no nv(4x) manpage in xorg-server distribution anymore.

Reported by:    nathanw
Feature safe:   yes
Original commit
01:53 stas search for other commits by this committer
- Fix build on powerpc64.

PR:             ports/147568, ports/153644
Submitted by:   nwhitehorn, Matthew Rezny <mrezny@hexaneinc.com>
Feature safe:   yes
Original commit
Saturday, 1 May 2010
11:41 miwi search for other commits by this committer
- 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 \*

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
Original commit
Monday, 8 Feb 2010
00:20 marius search for other commits by this committer
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
Original commit
Sunday, 7 Feb 2010
15:24 rnoland search for other commits by this committer
Update xorg-server and friends to 1.6.5.
Original commit
Friday, 19 Jun 2009
23:19 marcel search for other commits by this committer
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@
Original commit
Thursday, 7 May 2009
19:40 rnoland search for other commits by this committer
Update Xserver and friends to 1.6.1
Original commit
Saturday, 4 Apr 2009
04:04 rnoland search for other commits by this committer
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
Original commit
Tuesday, 31 Mar 2009
20:19 marius search for other commits by this committer
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
Original commit
Sunday, 8 Mar 2009
23:03 rnoland search for other commits by this committer
Add a patch from git to fix issues with gnome-2.25.

Requested by:   marcus
Original commit
Monday, 2 Mar 2009
19:29 rnoland search for other commits by this committer
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
Original commit
Sunday, 8 Feb 2009
07:23 rnoland search for other commits by this committer
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
Original commit
Wednesday, 4 Feb 2009
18:31 jkim search for other commits by this committer
- 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.
Original commit
Tuesday, 3 Feb 2009
02:20 jkim search for other commits by this committer
- 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
Original commit
Tuesday, 27 Jan 2009
09:31 flz search for other commits by this committer
Build record and xtrap extensions.

PR:             ports/131033
Submitted by:   "Sergey N. Voronkov" <serg@tmn.ru>
Original commit
Sunday, 25 Jan 2009
18:43 rnoland search for other commits by this committer
Add dependency on dri2proto

Approved by:    garga (mentor, implicit)
Original commit
Friday, 23 Jan 2009
16:28 flz search for other commits by this committer
- 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).
Original commit
Sunday, 15 Jun 2008
12:24 flz search for other commits by this committer
Update x11-servers/xorg-server to 1.4.2 (security update).
Original commit
Friday, 6 Jun 2008
14:13 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)
Original commit
Thursday, 29 May 2008
11:02 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
Original commit
Tuesday, 27 May 2008
15:37 flz search for other commits by this committer
Disable dtrace support for now as userland tracing isn't supported yet.

Suggested by:   jb
Original commit
Saturday, 19 Apr 2008
17:56 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)
Original commit
Tuesday, 15 Apr 2008
18:01 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
Original commit
Tuesday, 1 Apr 2008
18:14 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)
Original commit
Thursday, 13 Mar 2008
11:37 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
Original commit
Thursday, 6 Mar 2008
00:48 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
Original commit
Wednesday, 23 Jan 2008
12:18 flz search for other commits by this committer
Fix xserver multiple vulnerabilities.

Security:      
http://www.vuxml.org/freebsd/fe2b6597-c9a4-11dc-8da8-0008a18a9961.html
Original commit
Wednesday, 2 Jan 2008
12:58 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]
Original commit
Wednesday, 12 Dec 2007
17:34 flz search for other commits by this committer
- OPTIONS'ify (HAL, AIGLX, SUID).
- Fix CONFIGURE_ARGS. [1]

Submitted by:   alvest@earthlink.net [1]
Original commit
Monday, 19 Nov 2007
17:17 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)
Original commit
Monday, 29 Oct 2007
14:04 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
Original commit
Wednesday, 24 Oct 2007
13:33 flz search for other commits by this committer
Restore default optimization on RELENG_7.

PR:             ports/117445
Submitted by:   Ildar <dar.quonb@gmai.com>
Original commit
Tuesday, 9 Oct 2007
22:31 flz search for other commits by this committer
- Explicit some configure arguments.
- Mark as IGNORE on alpha since it does work correctly.
Original commit
Sunday, 30 Sep 2007
11:01 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
Original commit
Thursday, 13 Sep 2007
19:45 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@
Original commit
Thursday, 21 Jun 2007
17:33 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 )
Original commit
Saturday, 19 May 2007
20:32 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}.
Original commit
Saturday, 27 Jan 2007
20:22 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
Original commit
Saturday, 14 Oct 2006
08:54 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)
Original commit
Friday, 25 Aug 2006
21:52 lesi search for other commits by this committer
Fix crash by bad pcf font.

Obtained from:  X.org bugzilla #7535
Security:       CVE-2006-3467
Original commit
Sunday, 20 Aug 2006
22:58 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)
Original commit
Sunday, 4 Jun 2006
17:47 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
Original commit
Wednesday, 3 May 2006
08:12 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
Original commit
Thursday, 20 Apr 2006
10:45 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
Original commit
Tuesday, 21 Mar 2006
17:06 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
Original commit
Saturday, 21 Jan 2006
18:55 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.
Original commit
Wednesday, 30 Nov 2005
07:52 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>
Original commit
Friday, 11 Nov 2005
22:16 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.
Original commit
Sunday, 18 Sep 2005
16:34 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
Original commit
Monday, 12 Sep 2005
14:21 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
Original commit
Friday, 26 Aug 2005
19:03 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
Original commit
Sunday, 31 Jul 2005
23:42 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
Original commit
Wednesday, 22 Jun 2005
23:12 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>
Original commit
Tuesday, 17 May 2005
23:37 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]
Original commit
Monday, 9 May 2005
07:22 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
Original commit
Saturday, 19 Mar 2005
04:32 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
Original commit
Thursday, 17 Mar 2005
23:22 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)
Original commit
Thursday, 13 Jan 2005
22:52 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
Original commit
Sunday, 2 Jan 2005
00:32 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
Original commit
Wednesday, 29 Dec 2004
02:29 pav search for other commits by this committer
- Rewrap to fit on 80 columns console

Approved by:    anholt (x11 hat)
Original commit
Thursday, 23 Dec 2004
01:35 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)
Original commit
Sunday, 26 Sep 2004
14:18 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)
Original commit
Sunday, 12 Sep 2004
20:35 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)
Original commit
Thursday, 2 Sep 2004
21:46 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]
Original commit
01:57 lesi search for other commits by this committer
Use MASTER_SITE_XORG.

Approved by:    anholt (mentor)
Original commit
Tuesday, 31 Aug 2004
00:18 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)
Original commit
Friday, 23 Jul 2004
23:46 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)
Original commit
19:10 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)
Original commit
Monday, 19 Jul 2004
06:29 anholt search for other commits by this committer
s/WITH_XLIB/USE_XLIB/ -- fixes missing dependency.

Reported by:    pointyhat via kris (over and over)
Original commit
Sunday, 11 Jul 2004
20:22 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>
Original commit
Saturday, 19 Jun 2004
06:03 anholt search for other commits by this committer
And my hat collection grows.  Actually remove the remnants of pkg-message
stuff.
Original commit
05:51 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.
Original commit
Thursday, 10 Jun 2004
07:43 anholt search for other commits by this committer
Install xorgcfg and xorgconfig.

PR:             ports/67656
Submitted by:   Alex Deiter <tiamat@komi.mts.ru>
Original commit
Saturday, 29 May 2004
23:08 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.
Original commit
Tuesday, 18 May 2004
05:29 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
Original commit
Tuesday, 11 May 2004
08:12 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>
Original commit
Monday, 10 May 2004
16:50 marcus search for other commits by this committer
Correct a typo in one of the LIB_PC_DEPENDS.
Original commit
05:05 anholt search for other commits by this committer
New port: xorg-server taken from X.org release 6.7.0.

Tested only on x86 so far due to problems installing dependencies on build
cluster.  Based on XFree86-4-Server originally, but I decided the history
wasn't worth keeping that much as a lot has been changed.
Original commit

Number of commits found: 199 (showing only 99 on this page)

«  1 | 2