summaryrefslogtreecommitdiff
path: root/x11-servers (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add support for sparc64.Kris Kennaway2003-07-2718-25/+315
| | | | | | | Submitted by: jake (based on) Notes: svn path=/head/; revision=85665
* Add missing newlines which got lost somehow in my patching.Eric Anholt2003-07-176-6/+6
| | | | | | | Noticed by: peter Notes: svn path=/head/; revision=85007
* Fix compile of XFree86-4-Server on -current and add amd64 patches.Eric Anholt2003-07-1611-1/+108
| | | | | | | Submitted by: peter (amd64) Notes: svn path=/head/; revision=85004
* Remove x11-servers/XttXF98srv-EGC, x11-servers/XttXF98srv-GA968,Kiriyama Kazuhiko2003-05-221-14/+0
| | | | | | | | | | | | | | | x11-servers/XttXF98srv-GANBWAP, x11-servers/XttXF98srv-MGA, x11-servers/XttXF98srv-NEC480, x11-servers/XttXF98srv-NECS3, x11-servers/XttXF98srv-NKVNEC, x11-servers/XttXF98srv-PWLB, x11-servers/XttXF98srv-PWSKB, x11-servers/XttXF98srv-SVGA, x11-servers/XttXF98srv-TGUI, x11-servers/XttXF98srv-WABEP, x11-servers/XttXF98srv-WABS and x11-servers/XttXF98srv-WSNA PR: ports/52567 Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org> Notes: svn path=/head/; revision=81747
* Included into XFree86 and obsoleted.Kiriyama Kazuhiko2003-05-2224-320/+0
| | | | | | | | PR: ports/52567 Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org> Notes: svn path=/head/; revision=81740
* ncluded into XFree86 and obsoleted.Kiriyama Kazuhiko2003-05-2212-160/+0
| | | | | | | | PR: ports/52567 Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org> Notes: svn path=/head/; revision=81738
* Included into XFree86 and obsoleted.Kiriyama Kazuhiko2003-05-226-80/+0
| | | | | | | | PR: ports/52567 Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org> Notes: svn path=/head/; revision=81737
* SuperProbe no longer comes with XFree86, don't mention it here.Eric Anholt2003-05-212-2/+2
| | | | Notes: svn path=/head/; revision=81639
* [1] Make the HTML manpages get put into the packages again.Eric Anholt2003-05-146-57/+9
| | | | | | | | | | | | | [2] Check that XFREE86_VERSION=4 is set when building, rather than setting it. [3] Move many common Makefile bits to XFree86-4-libraries/Makefile.inc [4] Make the XFree86-4-Server port not install libXfont.so. [5] Move the xcursor.pc file to its proper location in ${X11BASE}/libdata/pkgconfig [6] Don't explicitly link libGL.so against libc, for the sake of 4.x's pthreads. Submitted by: [5,6] Ports Fury Notes: svn path=/head/; revision=80962
* Remove libXfont.* from the pkg-plist, since it's part of XFree86-4-librariesEric Anholt2003-05-104-8/+2
| | | | | | | | | | and not part of this port. This shouldn't cause portupgade problems for most people because the port still installs libXfont.* That will be fixed later. Reported by: kris Notes: svn path=/head/; revision=80595
* As announced on 27 March 2003 in <20030328052350.GA18971@rot13.obsecurity.org>,Kris Kennaway2003-05-061-1/+0
| | | | | | | | remove ports that have been broken for >4 months (in many cases much longer) with no sign of a fix. Notes: svn path=/head/; revision=80202
* As announced on 27 March 2003 in <20030328052350.GA18971@rot13.obsecurity.org>,Kris Kennaway2003-05-066-108/+0
| | | | | | | | remove these ports that have been broken for >4 months (in many cases much longer) with no sign of a fix. Notes: svn path=/head/; revision=80201
* Fix a crash with the siliconmotion (smi) driver.Eric Anholt2003-05-034-4/+84
| | | | | | | | | PR: ports/51450 Tested by: Stacey Roberts <stacey@vickiandstacey.com> Obtained from: XFree86 bug #50 Notes: svn path=/head/; revision=80083
* Fix a small memory leak in __driUtilCreateScreen()Eric Anholt2003-04-304-2/+54
| | | | | | | | PR: ports/51580 Submitted by: Alexey Dokuchaev <danfe@regency.nsu.ru> Notes: svn path=/head/; revision=79898
* Fix a typo which caused problems on Radeon R300 cards, including text modeEric Anholt2003-04-264-4/+26
| | | | | | | | | restoring not working. Obtained from: RedHat Notes: svn path=/head/; revision=79668
* Fix a package building problem on Alpha and fix a bad copy'n'paste.Eric Anholt2003-04-122-4/+4
| | | | | | | Submitted by: bento (via kris) Notes: svn path=/head/; revision=78778
* Followup to last commit: Add missing radeon_cursor.c to the list of patches.Eric Anholt2003-04-062-2/+4
| | | | Notes: svn path=/head/; revision=78408
* [1] Fix a hang in int10 on starting the server with multiple cardsEric Anholt2003-04-0614-4/+286
| | | | | | | | | | | | | | | | | | | [2] Fix a server hang on reset with DRI enabled on Radeons [3] Fix a server hang on reset with DRI enabled on Matrox [4] Fix screen going into powersaving with Xinerama, Xcursor, and Radeons [5] Fix an unresolved symbol in the nv driver [6] Fix a crash in DDC with Riva 128 cards (XFree86 bug 71) [7] Add some missing manpages to the MAN4 list PR: [7] ports/50113 Obtained from: [1] XFree86 bug 6 [2] XFree86 bug 94 [3] Panagiotis Papadakos <papadako@csd.uoc.gr> [4] XFree86 bug 90 [5,6] XFree86 CVS Notes: svn path=/head/; revision=78407
* Add a patch to fix xkb initialization.Eric Anholt2003-03-184-4/+38
| | | | | | | | Approved by: portmgr (kris) Obtained from: XFree86 CVS Notes: svn path=/head/; revision=77153
* [1] Add a fix for a hang with Radeon cards in specific apps.Eric Anholt2003-03-158-2/+560
| | | | | | | | | | | [2] Fix unresolved symbols messages in mga and r128 drivers. Approved by: portmgr (kris) Obtained from: [1] DRI CVS [2] Leif Delgass Notes: svn path=/head/; revision=77127
* Mark this ONLY_FOR_ARCHS=i386 until it's ported to other platforms.Eric Anholt2003-03-131-0/+2
| | | | | | | Prodded by: kris Notes: svn path=/head/; revision=77114
* Update XFree86 ports, including linux_dri, to 4.3.0. Set IGNORE= in dri-develEric Anholt2003-03-1140-905/+826
| | | | | | | | | | for being outdated. Thank you to all the testers and people who submitted patches for this update. Approved by: portmgr Notes: svn path=/head/; revision=77104
* Clear moonlight beckons.Ade Lovett2003-03-0714-7/+7
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Add driglideEric Anholt2003-03-061-0/+1
| | | | Notes: svn path=/head/; revision=77004
* Update driglide to 0.9.1 after a repocopy from graphics/glide3. This is a forkEric Anholt2003-03-0624-763/+19
| | | | | | | | of Glide3 I have been working on which includes all bugfixes I can find, builds both libraries, and is smaller than the original libraries. Notes: svn path=/head/; revision=77003
* De-pkg-comment.Akinori MUSHA2003-02-2164-33/+33
| | | | Notes: svn path=/head/; revision=76045
* Update to version 1.4.Christian Weisgerber2003-02-1616-192/+92
| | | | | | | | PR: 48048 Submitted by: Ports Fury Notes: svn path=/head/; revision=75649
* I broke the port by committing bogus stuff I was working on :-/Jimmy Olgeni2003-02-021-3/+2
| | | | | | | Noticed by: Sergey Mokryshev <mokr@mokr.net> Notes: svn path=/head/; revision=74531
* Give back maintanership to ports@, due to lack of time and clues.Jimmy Olgeni2003-01-311-3/+4
| | | | Notes: svn path=/head/; revision=74366
* Re-add mga_hal's checksum yet again.Eric Anholt2003-01-252-0/+2
| | | | | | | | | (working on a separate mga_hal port to get rid of this mess once and for all) Submitted by: many Notes: svn path=/head/; revision=73993
* [1] Fix missing symbols in i810 driverEric Anholt2003-01-2414-21/+87
| | | | | | | | | | | | | | [2] Fix xdm on Alpha by using NetBSD's version of Wraphelp.c [3] Report buttons 7 and when using sysmouse protocol [4] Fix missing symbols in r128 driver. [5] Reset /usr/X11R6/bin/X to Xwrapper-4 after install if Xwrapper-4 exists. PR: [1] i386/44203 [2] ports/43664 [3] ports/43232 Notes: svn path=/head/; revision=73898
* Add missing lib/X11/xserver/SecurityPolicy for other XFree86 server ports.Eric Anholt2003-01-162-0/+2
| | | | Notes: svn path=/head/; revision=73205
* [1] Move the recently committed patch-common_x86.c to XFree86-4-librariesEric Anholt2002-12-084-66/+2
| | | | | | | | | | | | so it covers libOSMesa, too. [2] Reduce stack usage in libX11 (helps JDK 1.4) PR: [1] ports/46037 Submitted by: [2] phantom Approved by: portmgr Notes: svn path=/head/; revision=71416
* [1] Quiet some prolific debug output in cirrus driver.Eric Anholt2002-12-058-6/+88
| | | | | | | | | | | | | [2] Stop SIGILLs when running GL clients on systems with SSE but no CPU_ENABLE_SSE in the kernel. [3] Fix imake complaints after XFree86-4-libraries patch to stop libXThrStub build on post-500043 -current. PR: [1] 38590 Approved by: portmgr Notes: svn path=/head/; revision=71375
* [1] Make the 4.2.1 ports all use the merged 4.2.1+mitshm patch.Eric Anholt2002-10-1715-48/+61
| | | | | | | | | | [2] Make the ports respect CFLAGS better. Now CFLAGS (and CC/CXX) are set for the build during the configure stage. PR: [2] 40271, 43369 Notes: svn path=/head/; revision=68192
* o Back out a patch from the 4.2.1 update which broke DPMS on Rage 128 hardwareEric Anholt2002-10-096-106/+24
| | | | | | | | o Use XFree86's mga driver, even in the WITH_MATROX_GXX_DRIVER case. (it now only adds installation of the hal library) Notes: svn path=/head/; revision=67682
* Fix distfile survey issues with X ports, update bsd.sites.mk to includeEric Anholt2002-09-211-1/+1
| | | | | | | | | | more working X mirrors and remove a local distfiles site that hasn't been updating. Approved by: portmgr Notes: svn path=/head/; revision=67018
* Missed the PORTREVISION bumpEric Anholt2002-09-192-2/+2
| | | | Notes: svn path=/head/; revision=66688
* Fix Matrox G550 cursor in the non-WITH_MATROX_GXX_DRIVER case.Eric Anholt2002-09-194-4/+32
| | | | | | | | PR: 37542 Submitted by: Peter Johnson <freebsd@bilogic.org> Notes: svn path=/head/; revision=66687
* Update XFree86 Servers ports to 4.2.1 + the second SHM security fix (forEric Anholt2002-09-1910-15/+71
| | | | | | | XFree86-4-Servers, this fixes the case where the X Server is started by xdm). Notes: svn path=/head/; revision=66685
* Update XFree86-4-* ports which share XFree86-4-libraries's patches:Eric Anholt2002-09-1814-51/+82
| | | | | | | | | | | - Reduce build times by not rebuilding some programs/libraries in each port. - Move some files from -clients to -libraries and from -libraries to -server. - Make package-building in XFree86-4 more intuitive PR: 41606 (package building) Notes: svn path=/head/; revision=66552
* Fix WITH_MATROX_GXX_DRIVER case after 4.2.1 upgrade.Eric Anholt2002-09-052-2/+2
| | | | | | | Submitted by: obraun Notes: svn path=/head/; revision=65699
* Update XFree86-4-clients, -Servers, and -libraries to 4.2.1.Eric Anholt2002-09-054-10/+26
| | | | | | | | The most notable update is fixing what appears to be possible privelege escalation with libX11 and setuid clients (xterm is one). Notes: svn path=/head/; revision=65652
* When initialising s3 driver call fbPictureInit() like other drivers do. ThisMaxim Sobolev2002-08-262-2/+2
| | | | | | | | | | fixes a problem with RENDER extention not working with s3 driver. Bump PORTREVISION. Approved by: maintainer (implicitly) Notes: svn path=/head/; revision=65055
* gzip the new patches to help users who are getting mangled text files fromEric Anholt2002-08-154-4/+4
| | | | | | | | | ${MASTER_SITE_LOCAL} PR: 41408 Notes: svn path=/head/; revision=64554
* Add missing checksum unbreaking WITH_MATROX_GXX_DRIVERMario Sergio Fujikawa Ferreira2002-08-072-0/+2
| | | | | | | | | PR: 41367 Submitted by: Sergey N. Voronkov <serg@tmn.ru> Approved by: maintainer (travelling approval) Notes: svn path=/head/; revision=64149
* 1. Use XlcDL.c from X CVS to help people with Korean or Japanese XIM and GTK+Eric Anholt2002-08-054-2/+12
| | | | | | | | | | | | | | | 2. Update PCI IDs and nv driver to include newer nv chipsets 3. Add SHM to XFree86's libc wrapper on bsd to help with nv binary drivers. 4. Fix mouse scrollwheels on -current (new gcc) Submitted by: [1] Hye-Shik Chang <perky@FreeBSD.org> [2] Chris Dillon <cdillon@wolves.k12.mo.us> [3] Matthew N. Dodd <mdodd@freebsd.org> [4] Ted Lindgreen <ted@sanne.nlnetlabs.nl> Approved by: mdodd Notes: svn path=/head/; revision=64028
* gzip Wraphelp.c and put it in local_distfiles, to help users having troublesEric Anholt2002-08-0212-60/+50
| | | | | | | | | | | downloading it. Move freebsd-glide3headers there too. Update BUILD_DEPENDS for font ports to catch new requirements as of 4.2.0. PR: 40362, 40759 Approved by: des (mentor) Notes: svn path=/head/; revision=63862
* Change email to anholt@freebsd.org and move local distfiles.Eric Anholt2002-07-301-2/+2
| | | | | | | Approved by: des Notes: svn path=/head/; revision=63761
* Make XFree86-4 miniports use imake-4's HasXdmAuth setting (default is YES).Eric Anholt2002-07-1813-192/+68
| | | | | | | | | | Clean up Wraphelp.c inclusion in the ports that need it. Add USE_PERL5 to imake-4. Approved by: des Notes: svn path=/head/; revision=63216