aboutsummaryrefslogtreecommitdiff
path: root/x11-servers
Commit message (Collapse)AuthorAgeFilesLines
* Fix pkg-plist and bump PORTREVISIONKris Kennaway2004-12-102-1/+3
| | | | Notes: svn path=/head/; revision=123661
* Enable use of cirrus driver on NEC PC-9821 with CLGD755x. Patch wasDejan Lesjak2004-11-119-2/+391
| | | | | | | | | | | submitted by Satoshi Kimura to both x11@freebsd.org and XFree86. It is already in XFree86 CVS (Changelog #125) so the diff was taken from there. Also install two files with Japanese documentation. Submitted by: Satoshi Kimura Notes: svn path=/head/; revision=121408
* Don't refer people to nonexistant 'Monitors' file in xorgconfig.Dejan Lesjak2004-11-044-2/+28
| | | | | | | | | | (freedesktop.org Bugzilla #1692) Reported by: znerd PR: ports/56275 Notes: svn path=/head/; revision=120790
* Don't refer people to nonexistant 'Monitors' file in xf86config.Dejan Lesjak2004-11-041-0/+12
| | | | | | | | | | (XFree86 Bugzilla #1498) Reported by: znerd PR: ports/56275 Notes: svn path=/head/; revision=120788
* Fix behaviour of keyboard under pc98 where keycodes differ from i386.Dejan Lesjak2004-09-264-10/+68
| | | | | | | | Submitted by: Satoshi Kimura Approved by: portmgr (linimon), mentor (anholt) Notes: svn path=/head/; revision=118440
* Fix behaviour of keyboard under pc98 where keycodes differ from i386. [1]Dejan Lesjak2004-09-262-1/+74
| | | | | | | | | | | | 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'). [2] PR: ports/71937 [1] Submitted by: Satoshi Kimura [1], marius [2] Approved by: portmgr (linimon), mentor (anholt) Notes: svn path=/head/; revision=118439
* BROKEN on 5.x: Does not compileKris Kennaway2004-09-181-1/+7
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=118233
* Fix behaviour of keyboard under sparc64, where keycodes were off by oneDejan Lesjak2004-09-126-2/+98
| | | | | | | | | | (i.e., when pressing 'd' on keyboard, server would get code for 'f'). Submitted by: marius Approved by: portmgr (linimon), anholt (mentor) Notes: svn path=/head/; revision=118153
* Fix problem with XVideo (insufficient resources for operation). [1]Dejan Lesjak2004-09-028-2/+62
| | | | | | | | | | | | 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] Notes: svn path=/head/; revision=117977
* Fix problem with XVideo (insufficient resources for operation).Dejan Lesjak2004-09-022-1/+18
| | | | | | | | | PR: ports/70317 Approved by: anholt (mentor) Obtained from: Free Desktop.Org Bugzilla #474 Notes: svn path=/head/; revision=117973
* Use MASTER_SITE_XORG.Dejan Lesjak2004-09-025-5/+15
| | | | | | | Approved by: anholt (mentor) Notes: svn path=/head/; revision=117881
* Fix missing symbol with SiS driver.Dejan Lesjak2004-08-312-1/+29
| | | | | | | | | PR: ports/69790 Submitted by: Andreas Kohn (andreas AT syndrom23.de) Approved by: anholt (mentor) Notes: svn path=/head/; revision=117713
* Fix missing symbol with SiS driver [1].Dejan Lesjak2004-08-3110-100/+298
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=117712
* Update to version 1.6.1Kirill Ponomarev2004-08-303-11/+10
| | | | | | | | PR: ports/71129 Submitted by: Ports Fury Notes: svn path=/head/; revision=117646
* Fix PLIST_SUB variables in amd64 and i386 cases to generate proper plistDejan Lesjak2004-08-211-3/+6
| | | | | | | | | | | and thus include all drivers in package. Bump PORTREVISION, since package contents changed. PR: ports/70589 Approved by: anholt (mentor) Notes: svn path=/head/; revision=116872
* Remove the XFree86-Server snapshot. The main port has been updated, andJoe Marcus Clarke2004-08-1013-826/+0
| | | | | | | | | this port has served its purpose. Requested by: kris Notes: svn path=/head/; revision=115782
* Mark this port IGNORE now that XFree86-4-Server has been updated to 4.4.0.Joe Marcus Clarke2004-08-101-0/+1
| | | | Notes: svn path=/head/; revision=115779
* Update XFree86 clients to 4.4 release. Release notes are available atJoe Marcus Clarke2004-08-1062-1078/+578
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://www.xfree86.org/4.4.0/RELNOTES.html PR: ports/67733 imake ports/67508 libraries ports/67510 clients ports/67513 server ports/67776 100dpi fonts ports/67777 75dpi fonts ports/67778 cyrillic fonts ports/67779 default bitmap fonts ports/67781 font encodings ports/67783 scalable fonts ports/67784 font server ports/67785 XFree86 meta-port ports/67775 documents ports/67786 manpages ports/67787 nest server ports/67788 print server ports/67789 virtual framebuffer server ports/56487 (Upgrading Xfree86-clients from ports overwrites xdm config files) ports/44252 (XFree86-4-Server port removes/overwrites config files) Submitted by: Dejan Lesjak (dejan DOT lesjak AT ijs DOT si) Additional changes by: anholt Jung-uk Kim (jkim AT niksun DOT com) arved Tested by: pointyhat linimon Notes: svn path=/head/; revision=115778
* - Correct typo (CLFAGS -> CFLAGS)Pav Lucistnik2004-07-282-2/+2
| | | | | | | | PR: ports/69703 Submitted by: Masakazu HIGAKI <higamasa@dream.com> Notes: svn path=/head/; revision=114936
* - Extend IGNORE message, point users to instructions how to switchPav Lucistnik2004-07-236-6/+6
| | | | | | | | | from XFree86-4 to X.Org. Approved by: anholt (x11 hat) Notes: svn path=/head/; revision=114533
* - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,Eric Anholt2004-07-2311-8/+47
| | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=114511
* Register conflicts on xorg-nestserver.Eric Anholt2004-07-231-0/+2
| | | | Notes: svn path=/head/; revision=114506
* New port: xorg-nestserver, the nesting X server from X.Org.Eric Anholt2004-07-236-0/+68
| | | | Notes: svn path=/head/; revision=114504
* s/WITH_XLIB/USE_XLIB/ -- fixes missing dependency.Eric Anholt2004-07-192-2/+2
| | | | | | | 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-112-8/+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
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet Notes: svn path=/head/; revision=113296
* Register new CONFLICTS.Eric Anholt2004-06-192-0/+4
| | | | Notes: svn path=/head/; revision=111787
* And my hat collection grows. Actually remove the remnants of pkg-messageEric Anholt2004-06-192-10/+0
| | | | | | | stuff. Notes: svn path=/head/; revision=111783
* - Install the server setuid by default. The x11/wrapper/files/wrapper.c codeEric Anholt2004-06-198-26/+54
| | | | | | | | | | | 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
* New port: xorg-vfbserver, the virtual framebuffer X server from X.Org.Eric Anholt2004-06-196-0/+63
| | | | Notes: svn path=/head/; revision=111774
* New port: xorg-printserver, the X Print server.Eric Anholt2004-06-196-0/+61
| | | | Notes: svn path=/head/; revision=111772
* Register new conflicts on xorg-fontserver.Eric Anholt2004-06-111-0/+2
| | | | Notes: svn path=/head/; revision=111252
* New port: xorg-fontserver taken from X.Org release 6.7.0.Eric Anholt2004-06-117-0/+79
| | | | Notes: svn path=/head/; revision=111250
* Install xorgcfg and xorgconfig.Eric Anholt2004-06-106-6/+14
| | | | | | | | PR: ports/67656 Submitted by: Alex Deiter <tiamat@komi.mts.ru> Notes: svn path=/head/; revision=111201
* Sync with new bsd.autotools.mkAde Lovett2004-06-041-0/+1
| | | | Notes: svn path=/head/; revision=110841
* - Only set XFREE86_HTML_MAN if there are going to be manpages installedEric Anholt2004-05-318-30/+68
| | | | | | | | | | (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-294-4/+26
| | | | | | | | - 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-296-2/+100
| | | | | | | xorg-libraries and -clients ports. Notes: svn path=/head/; revision=110250
* [1] Fix packaging on amd64Eric Anholt2004-05-188-28/+650
| | | | | | | | | | | | | | [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
* autoconf not available in extract/patch-targets, so move invocation toVolker Stolz2004-05-151-1/+1
| | | | | | | | | pre-configure. Noticed by: pointyhat Notes: svn path=/head/; revision=109217
* [1] Add missing dependency on freetype2.Eric Anholt2004-05-114-0/+40
| | | | | | | | | | [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-102-2/+2
| | | | Notes: svn path=/head/; revision=108855
* Register CONFLICTS on xorg-server.Eric Anholt2004-05-102-0/+4
| | | | Notes: svn path=/head/; revision=108803
* New port: xorg-server taken from X.org release 6.7.0.Eric Anholt2004-05-1045-0/+1779
| | | | | | | | | 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
* As announced 2 months ago, remove these deprecated or broken ports.Kris Kennaway2004-04-11122-3984/+0
| | | | Notes: svn path=/head/; revision=106706
* Tidy up whitespace.Trevor Johnson2004-04-101-2/+2
| | | | Notes: svn path=/head/; revision=106671
* Trim whitespace.Trevor Johnson2004-04-101-1/+0
| | | | Notes: svn path=/head/; revision=106662
* Remove category pkg/COMMENT files in favour of a COMMENT variable in theKris Kennaway2004-04-022-1/+2
| | | | | | | | | | category makefile. Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> PR: 59651 Notes: svn path=/head/; revision=105948
* SIZEify (maintainer timeout)Trevor Johnson2004-03-317-0/+29
| | | | Notes: svn path=/head/; revision=105747
* Fix build with freetype2-2.1.7.Joe Marcus Clarke2004-03-221-0/+62
| | | | | | | Reported by: bento via kris Notes: svn path=/head/; revision=104964