summaryrefslogtreecommitdiffstats
path: root/x11-servers
Commit message (Collapse)AuthorAgeFilesLines
* Fix packaging of sunffb on sparc64.anholt2003-09-272-0/+4
| | | | Submitted by: Marius Strobl <marius@alchemy.franken.de>
* Fix a typo in sparc64 section of Makefile.anholt2003-09-271-1/+1
| | | | Submitted by: Marius Strobl <marius@alchemy.franken.de>
* Fix build on Sparc64 (hopefully -- I applied the patch by hand). Fixes plistanholt2003-09-254-28/+38
| | | | | | issues. Submitted by: Marius Strobl <marius@alchemy.franken.de>
* Re-add the scanpci manpage on i386.anholt2003-09-251-1/+2
| | | | Reported by: bento
* Followup commit: Unbreak XFree86-4-Server-snap on -stable -- gcc 2 has noanholt2003-09-1835-7/+368
| | | | | | | | -Wno-system-headers. While I'm here, port patches for non-x86/alpha from XFree86-4-Server. Reported by: Adam Weinberger <adamw@magnesium.net> Marius Strobl <marius@alchemy.franken.de>
* Add XFree86-4-Server-snapanholt2003-09-171-0/+1
| | | | Approved by: portmgr (will)
* Update port to 4.3.99.12 development snapshot after repocopy.anholt2003-09-1723-666/+142
| | | | Approved by: portmgr (will)
* - Update to version 1.6krion2003-09-048-44/+48
| | | | | PR: 56439 Submitted by: Ports Fury
* Fixes for potential integer overflows in font libraries.anholt2003-09-035-4/+5
| | | | Obtained from: XFree86 CVS
* Add support for AMD64.obrien2003-08-232-11/+2
|
* [1] Fix xdmcp queries in the X servers (bug 277)anholt2003-08-124-4/+20
| | | | | | | | | [2] Fix underlining in the freetype backend (bug 330) PR: [1] ports/52387 [2] ports/55134 Submitted by: [1] Joel Ray Holveck <joelh@piqnet.org> [2] Ariff Abdullah <skywizard@MyBSD.org.my>
* Add support for sparc64.kris2003-07-2718-25/+315
| | | | Submitted by: jake (based on)
* Add missing newlines which got lost somehow in my patching.anholt2003-07-176-6/+6
| | | | Noticed by: peter
* Fix compile of XFree86-4-Server on -current and add amd64 patches.anholt2003-07-1611-1/+108
| | | | Submitted by: peter (amd64)
* Remove x11-servers/XttXF98srv-EGC, x11-servers/XttXF98srv-GA968,kiri2003-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>
* Included into XFree86 and obsoleted.kiri2003-05-2224-320/+0
| | | | | PR: ports/52567 Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org>
* ncluded into XFree86 and obsoleted.kiri2003-05-2212-160/+0
| | | | | PR: ports/52567 Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org>
* Included into XFree86 and obsoleted.kiri2003-05-226-80/+0
| | | | | PR: ports/52567 Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org>
* SuperProbe no longer comes with XFree86, don't mention it here.anholt2003-05-212-2/+2
|
* [1] Make the HTML manpages get put into the packages again.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
* Remove libXfont.* from the pkg-plist, since it's part of XFree86-4-librariesanholt2003-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
* As announced on 27 March 2003 in <20030328052350.GA18971@rot13.obsecurity.org>,kris2003-05-061-1/+0
| | | | | remove ports that have been broken for >4 months (in many cases much longer) with no sign of a fix.
* As announced on 27 March 2003 in <20030328052350.GA18971@rot13.obsecurity.org>,kris2003-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.
* Fix a crash with the siliconmotion (smi) driver.anholt2003-05-034-4/+84
| | | | | | PR: ports/51450 Tested by: Stacey Roberts <stacey@vickiandstacey.com> Obtained from: XFree86 bug #50
* Fix a small memory leak in __driUtilCreateScreen()anholt2003-04-304-2/+54
| | | | | PR: ports/51580 Submitted by: Alexey Dokuchaev <danfe@regency.nsu.ru>
* Fix a typo which caused problems on Radeon R300 cards, including text modeanholt2003-04-264-4/+26
| | | | | | restoring not working. Obtained from: RedHat
* Fix a package building problem on Alpha and fix a bad copy'n'paste.anholt2003-04-122-4/+4
| | | | Submitted by: bento (via kris)
* Followup to last commit: Add missing radeon_cursor.c to the list of patches.anholt2003-04-062-2/+4
|
* [1] Fix a hang in int10 on starting the server with multiple cardsanholt2003-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
* Add a patch to fix xkb initialization.anholt2003-03-184-4/+38
| | | | | Approved by: portmgr (kris) Obtained from: XFree86 CVS
* [1] Add a fix for a hang with Radeon cards in specific apps.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
* Mark this ONLY_FOR_ARCHS=i386 until it's ported to other platforms.anholt2003-03-131-0/+2
| | | | Prodded by: kris
* Update XFree86 ports, including linux_dri, to 4.3.0. Set IGNORE= in dri-develanholt2003-03-1140-905/+826
| | | | | | | for being outdated. Thank you to all the testers and people who submitted patches for this update. Approved by: portmgr
* Clear moonlight beckons.ade2003-03-0714-7/+7
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Add driglideanholt2003-03-061-0/+1
|
* Update driglide to 0.9.1 after a repocopy from graphics/glide3. This is a forkanholt2003-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.
* De-pkg-comment.knu2003-02-2164-33/+33
|
* Update to version 1.4.naddy2003-02-1616-192/+92
| | | | | PR: 48048 Submitted by: Ports Fury
* I broke the port by committing bogus stuff I was working on :-/olgeni2003-02-021-3/+2
| | | | Noticed by: Sergey Mokryshev <mokr@mokr.net>
* Give back maintanership to ports@, due to lack of time and clues.olgeni2003-01-311-3/+4
|
* Re-add mga_hal's checksum yet again.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
* [1] Fix missing symbols in i810 driveranholt2003-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
* Add missing lib/X11/xserver/SecurityPolicy for other XFree86 server ports.anholt2003-01-162-0/+2
|
* [1] Move the recently committed patch-common_x86.c to XFree86-4-librariesanholt2002-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
* [1] Quiet some prolific debug output in cirrus driver.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
* [1] Make the 4.2.1 ports all use the merged 4.2.1+mitshm patch.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
* o Back out a patch from the 4.2.1 update which broke DPMS on Rage 128 hardwareanholt2002-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)
* Fix distfile survey issues with X ports, update bsd.sites.mk to includeanholt2002-09-211-1/+1
| | | | | | | more working X mirrors and remove a local distfiles site that hasn't been updating. Approved by: portmgr
* Missed the PORTREVISION bumpanholt2002-09-192-2/+2
|
* Fix Matrox G550 cursor in the non-WITH_MATROX_GXX_DRIVER case.anholt2002-09-194-4/+32
| | | | | PR: 37542 Submitted by: Peter Johnson <freebsd@bilogic.org>
OpenPOWER on IntegriCloud