| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
05 May 2010 06:02:25
1.7.5,1
|
miwi  |
- Fix build on ppc
Submitted by: Andreas Tobler |
01 May 2010 12:41:07
1.7.5,1
|
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 ) |
08 Feb 2010 00:20:09
1.6.5_1,1
|
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 |
07 Feb 2010 15:24:08
1.6.5,1
|
rnoland  |
Update xorg-server and friends to 1.6.5. |
20 Jun 2009 00:19:01
1.6.1,1
|
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@ |
07 May 2009 20:40:18
1.6.1,1
|
rnoland  |
Update Xserver and friends to 1.6.1 |
04 Apr 2009 05:04:01
1.6.0,1
|
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 |
31 Mar 2009 21:19:04
1.5.3_8,1
|
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 |
08 Mar 2009 23:07:06
1.5.3_7,1
|
rnoland  |
Add the patch that I missed in the last commit. |
08 Mar 2009 23:03:47
1.5.3_7,1
|
rnoland  |
Add a patch from git to fix issues with gnome-2.25.
Requested by: marcus |
02 Mar 2009 19:29:23
1.5.3_6,1
|
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 |
08 Feb 2009 07:23:46
1.5.3_5,1
|
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 |
04 Feb 2009 18:31:01
1.5.3_4,1
|
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. |
03 Feb 2009 02:20:32
1.5.3_3,1
|
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 |
27 Jan 2009 09:31:22
1.5.3_2,1
|
flz  |
Build record and xtrap extensions.
PR: ports/131033
Submitted by: "Sergey N. Voronkov" <serg@tmn.ru> |
25 Jan 2009 18:43:39
1.5.3_1,1
|
rnoland  |
Add dependency on dri2proto
Approved by: garga (mentor, implicit) |
23 Jan 2009 16:28:36
1.5.3,1
|
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). |
15 Jun 2008 13:24:20
1.4.2,1
|
flz  |
Update x11-servers/xorg-server to 1.4.2 (security update). |
06 Jun 2008 15:13:31
1.4_10,1  |
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) |
29 May 2008 12:02:54
1.4_9,1  |
flz  |
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
1.4_8,1  |
flz  |
Disable dtrace support for now as userland tracing isn't supported yet.
Suggested by: jb |
19 Apr 2008 18:56:05
1.4_8  |
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) |
15 Apr 2008 19:01:15
1.4_8,1  |
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 |
01 Apr 2008 19:14:34
1.4_7,1  |
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) |
13 Mar 2008 11:37:31
1.4_6,1  |
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 |
06 Mar 2008 00:48:43
1.4_5,1  |
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 |
23 Jan 2008 12:18:47
1.4_4,1  |
flz  |
Fix xserver multiple vulnerabilities.
Security:
http://www.vuxml.org/freebsd/fe2b6597-c9a4-11dc-8da8-0008a18a9961.html |
02 Jan 2008 12:58:05
1.4_3,1  |
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] |
12 Dec 2007 17:34:16
1.4_3,1  |
flz  |
- OPTIONS'ify (HAL, AIGLX, SUID).
- Fix CONFIGURE_ARGS. [1]
Submitted by: alvest@earthlink.net [1] |
19 Nov 2007 17:17:39
1.4_3,1  |
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) |
29 Oct 2007 14:04:27
1.4_2,1  |
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 |
24 Oct 2007 14:33:37
1.4_1,1  |
flz  |
Restore default optimization on RELENG_7.
PR: ports/117445
Submitted by: Ildar <dar.quonb@gmai.com> |
09 Oct 2007 23:31:49
1.4_1,1  |
flz  |
- Explicit some configure arguments.
- Mark as IGNORE on alpha since it does work correctly. |
30 Sep 2007 12:01:41
1.4_1,1  |
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 |
13 Sep 2007 20:45:08
1.4,1  |
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@ |
21 Jun 2007 18:33:47
1.2.0_2,1  |
lesi  |
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
1.2.0_2,1  |
lesi  |
Clenup share/X11 directory upon deinstall.
Pointed out by: kris |
19 May 2007 21:32:57
1.2.0_2,1  |
flz  |
- 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
6.9.0_6  |
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) |
27 Jan 2007 20:22:20
6.9.0_6  |
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 |
14 Oct 2006 09:54:54
6.9.0_5  |
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) |
25 Aug 2006 22:52:49
6.9.0_5  |
lesi  |
Fix crash by bad pcf font.
Obtained from: X.org bugzilla #7535
Security: CVE-2006-3467 |
20 Aug 2006 23:58:20
6.9.0_4  |
mnag  |
- 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
6.9.0_4  |
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 |
03 May 2006 09:12:21
6.9.0_3  |
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 |
20 Apr 2006 11:45:43
6.9.0_2  |
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 |
21 Mar 2006 17:06:39
6.9.0_1  |
lesi  |
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
6.9.0  |
lesi  |
Fix build on FreeBSD 4.X
PR: ports/92137
Submitted by: ume |
22 Jan 2006 02:59:47
6.9.0  |
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
21 Jan 2006 18:55:08
6.9.0  |
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. |
30 Nov 2005 07:52:59
6.8.2_7  |
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> |
11 Nov 2005 22:36:46
6.8.2_6  |
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 |
11 Nov 2005 22:16:17
6.8.2_6  |
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. |
18 Sep 2005 17:34:24
6.8.2_6  |
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 |
12 Sep 2005 15:21:40
6.8.2_5  |
lesi  |
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
6.8.2_4  |
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 |
01 Aug 2005 00:42:48
6.8.2_3  |
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 |
23 Jun 2005 00:12:58
6.8.2_3  |
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> |
15 Jun 2005 03:42:14
6.8.2_2  |
lesi  |
Fix up plist after modifications to mtree (BSD.x11-4.dist rev. 1.27). |
18 May 2005 00:37:59
6.8.2_2  |
lesi  |
- 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
6.8.2_1  |
lesi  |
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
6.8.2  |
lesi  |
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
6.8.2  |
lesi  |
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
6.8.2  |
anholt  |
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
6.8.2  |
anholt  |
Remove a duplicated imake define that adds noise to the configure stage. |
17 Mar 2005 23:22:13
6.8.2  |
lesi  |
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
6.8.1_2  |
anholt  |
[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
6.8.1_1  |
anholt  |
[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
6.8.1  |
anholt  |
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
6.8.1  |
pav  |
- Rewrap to fit on 80 columns console
Approved by: anholt (x11 hat) |
23 Dec 2004 01:35:49
6.8.1  |
anholt  |
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
6.7.0_9  |
lesi  |
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
6.7.0_9  |
lesi  |
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
6.7.0_8  |
lesi  |
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
6.7.0_7  |
lesi  |
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
6.7.0_6  |
lesi  |
Use MASTER_SITE_XORG.
Approved by: anholt (mentor) |
31 Aug 2004 01:18:27
6.7.0_6  |
lesi  |
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
6.7.0_5  |
pav  |
- Correct typo (CLFAGS -> CFLAGS)
PR: ports/69703
Submitted by: Masakazu HIGAKI <higamasa@dream.com> |
24 Jul 2004 00:46:02
6.7.0_5  |
pav  |
- 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
6.7.0_5  |
anholt  |
- 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
6.7.0_5  |
anholt  |
s/WITH_XLIB/USE_XLIB/ -- fixes missing dependency.
Reported by: pointyhat via kris (over and over) |
11 Jul 2004 21:22:37
6.7.0_5  |
anholt  |
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
6.7.0_5  |
anholt  |
And my hat collection grows. Actually remove the remnants of pkg-message
stuff. |
19 Jun 2004 06:51:45
6.7.0_5  |
anholt  |
- 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
6.7.0_4  |
anholt  |
Install xorgcfg and xorgconfig.
PR: ports/67656
Submitted by: Alex Deiter <tiamat@komi.mts.ru> |
31 May 2004 03:56:22
6.7.0_3  |
anholt  |
- 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
6.7.0_3  |
anholt  |
- 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
6.7.0_2  |
anholt  |
Add some more patches based on XFree86-4-libraries/files, for the
xorg-libraries and -clients ports. |
18 May 2004 06:29:03
6.7.0_2  |
anholt  |
[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
6.7.0_1  |
anholt  |
[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
6.7.0  |
marcus  |
Correct a typo in one of the LIB_PC_DEPENDS. |
10 May 2004 06:05:00
6.7.0  |
anholt  |
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. |