aboutsummaryrefslogtreecommitdiff
path: root/x11-servers/xorg-server
Commit message (Collapse)AuthorAgeFilesLines
* s/WITH_XLIB/USE_XLIB/ -- fixes missing dependency.Eric Anholt2004-07-191-1/+1
| | | | | | | Reported by: pointyhat via kris (over and over) Notes: svn path=/head/; revision=113944
* Rethink the DRI dependency. It's not actually needed for the server to work.Eric Anholt2004-07-111-4/+0
| | | | | | | | | | | 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> Notes: svn path=/head/; revision=113419
* And my hat collection grows. Actually remove the remnants of pkg-messageEric Anholt2004-06-191-5/+0
| | | | | | | stuff. Notes: svn path=/head/; revision=111783
* - Install the server setuid by default. The x11/wrapper/files/wrapper.c codeEric Anholt2004-06-194-13/+27
| | | | | | | | | | | 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-103-3/+7
| | | | | | | | 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-314-15/+34
| | | | | | | | | | (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
* - Depend on xorg-libraries by default instead of the modular libraries.Eric Anholt2004-05-292-2/+13
| | | | | | | | - Don't install Xserver.1 (a manpage for all X servers), which is provided by xorg-manpages. Notes: svn path=/head/; revision=110334
* Add some more patches based on XFree86-4-libraries/files, for theEric Anholt2004-05-293-1/+50
| | | | | | | xorg-libraries and -clients ports. Notes: svn path=/head/; revision=110250
* [1] Fix packaging on amd64Eric Anholt2004-05-184-14/+325
| | | | | | | | | | | | | | [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 Notes: svn path=/head/; revision=109396
* [1] Add missing dependency on freetype2.Eric Anholt2004-05-112-0/+20
| | | | | | | | | | [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> Notes: svn path=/head/; revision=108908
* Correct a typo in one of the LIB_PC_DEPENDS.Joe Marcus Clarke2004-05-101-1/+1
| | | | Notes: svn path=/head/; revision=108855
* New port: xorg-server taken from X.org release 6.7.0.Eric Anholt2004-05-1022-0/+889
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