aboutsummaryrefslogtreecommitdiff
path: root/x11-servers/xorg-server/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Remove a duplicated imake define that adds noise to the configure stage.Eric Anholt2005-03-191-1/+0
| | | | Notes: svn path=/head/; revision=131607
* [1] Add i810 driver to AMD64 package.Eric Anholt2005-01-131-0/+5
| | | | | | | | | | | | | | | | | | | | | [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 Notes: svn path=/head/; revision=126370
* [1] Fix a crash on startup with i830+ systems due to failure to follow an APIEric Anholt2005-01-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=125635
* Update X.Org ports to 6.8.1, and the DRI port to use Mesa 6.2. Because Mesa 6.2Eric Anholt2004-12-231-0/+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) Notes: svn path=/head/; revision=124866
* - Install the server setuid by default. The x11/wrapper/files/wrapper.c codeEric Anholt2004-06-191-1/+1
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=111782
* Install xorgcfg and xorgconfig.Eric Anholt2004-06-101-1/+1
| | | | | | | | PR: ports/67656 Submitted by: Alex Deiter <tiamat@komi.mts.ru> Notes: svn path=/head/; revision=111201
* - Only set XFREE86_HTML_MAN if there are going to be manpages installedEric Anholt2004-05-311-14/+0
| | | | | | | | | | (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. Notes: svn path=/head/; revision=110443
* New port: xorg-server taken from X.org release 6.7.0.Eric Anholt2004-05-103-0/+75
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. Notes: svn path=/head/; revision=108795