aboutsummaryrefslogtreecommitdiff
path: root/x11-servers/XFree86-4-Server
Commit message (Collapse)AuthorAgeFilesLines
* Chase the GNOME X11BASE to LOCALBASE move, and fix the build with theJoe Marcus Clarke2006-10-143-0/+262
| | | | | | | | | | new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris) Notes: svn path=/head/; revision=175261
* Fix crash by bad pcf font.Dejan Lesjak2006-08-262-1/+94
| | | | | | | | Obtained from: XFree86 CVS Security: CVE-2006-3467 Notes: svn path=/head/; revision=171420
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-4/+4
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* If port belongs to X11 distribution different than ${X_WINDOW_SYSTEM} one,Dejan Lesjak2005-11-112-1/+6
| | | | | | | | | point to The X Window System and Virtual Consoles chapter of FAQ. Add SHA256. Notes: svn path=/head/; revision=147991
* Fix the fix for CAN-2005-2495.Dejan Lesjak2005-09-202-128/+271
| | | | | | | Obtained from: XFree86 CVS Notes: svn path=/head/; revision=143240
* Fix integer overflow when allocating large pixmaps.Dejan Lesjak2005-09-122-1/+170
| | | | | | | | | | (Freedesktop.org bug #594) Obtained from: Red Hat via simon Security: CAN-2005-2495 Notes: svn path=/head/; revision=142536
* - Install X server setuid root by default, and provide a switchDejan Lesjak2005-06-206-14/+144
| | | | | | | | | | | | | | | | | | | | | | | NO_SUID_XSERVER to disable this. The end result is same as it was before with x11/wrapper installed as the code from there is included in X server. It is also the same as xorg-server port does (from which this changes were taken). This should conclude removal of dependency on x11/wrapper from meta port for above reasons. [1] - (patch-bsdResource.c) Correct the ranges of the bus resource windows on sparc64. This makes PCI video cards work that hang off directly from the Host-to-PCI bridge in machines like the Blade 100. [2] - (patch-HALlib_bindings.c patch-mga_driver.c) Revert the MGA HALlib MGASetDisplayStart interface back to HALSetDisplayStart (taken from upstream CVS) [3] Noticed by: (bugsgrief at bugsgrief.net) [1] Submitted by: marius [2] Reported and tested by: Steven Friedrich (FreeBSD at InsightBB.com) [3] Notes: svn path=/head/; revision=137786
* Upgrade to XFree86 4.5.0.Dejan Lesjak2005-06-1532-994/+353
| | | | | | | | | | | | | | | | | | | | | Ports changes: - Drop dependency on x11/wrapper. X server already contains this code (programs/Xserver/os/utils.c rev. 3.58). - Install default SecurityPolicy with XFree86-4-libraries, thus avoiding plists and who-owns-what complications between different fooServer ports. Copy default file to real one if that doesn't exist and remove both upon uninstall if they are the same. - Revert change to Imake.rules rev. 3.132 in devel/imake-4 port, since couple of ports break with this change (devel/imake-4/files/patch-Imake.rules) - Add grehans patches for PPC [1] - Several of directories that were previously in /etc/mtree/BSD.x11-4.dist were moved to respective ports pkg-plists PR: [1] 78345, 78346, 78348, 78352, 78353, 78354, 78355, 78356 Notes: svn path=/head/; revision=137466
* - Grab a fix for ati driver panel mode decoding from Marc La France. [1]Dejan Lesjak2005-02-164-51/+138
| | | | | | | | | | | | | - Install driver manpages with 'x' postfix so the ones that clash with FreeBSD ones are easier to obtain. [2] - Fix plist. PR: ports/25576 [2] Obtained from: XFree86 CVS [1] Reported and tested by: julian [1] Notes: svn path=/head/; revision=128984
* Depend on xfree86-dri rather than dri. Also depend on it on amd64.Dejan Lesjak2004-12-231-3/+3
| | | | Notes: svn path=/head/; revision=124880
* 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/+1
| | | | | | | | | | | | | | | 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
* 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 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. [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
* 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
* 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 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
* Update XFree86 clients to 4.4 release. Release notes are available atJoe Marcus Clarke2004-08-1045-1021/+441
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,Eric Anholt2004-07-231-0/+4
| | | | | | | | | | | | | | | 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-server.Eric Anholt2004-05-101-0/+2
| | | | Notes: svn path=/head/; revision=108803
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+4
| | | | Notes: svn path=/head/; revision=105747
* . Build and install the SiS driver on the Alpha. I've had this patch inGreg Lewis2004-02-253-3/+3
| | | | | | | | | | my tree for quite some time, and it builds and installs correctly. An earlier version (4.2) ran on a DS10 with a SiS card we had at work, but I no longer have access to that machine to test 4.3. Despite that, I think this is worth putting in. Notes: svn path=/head/; revision=102129
* . Use the correct prototype for sysarch(2). Should fix the build onGreg Lewis2004-02-211-2/+11
| | | | | | | | | CURRENT/alpha. Submitted by: bento via kris Notes: svn path=/head/; revision=101603
* Fix several buffer overflow issues in the fontpath handling code.Dag-Erling Smørgrav2004-02-123-15/+187
| | | | | | | | | Remove an earlier patch which only partially addressed these issues. Approved by: so Notes: svn path=/head/; revision=100788
* Fix buffer overflow in font alias handling code.Dag-Erling Smørgrav2004-02-092-14/+51
| | | | | | | Approved by: so Notes: svn path=/head/; revision=100491
* GC a patch that no longer applies.Dag-Erling Smørgrav2004-02-041-11/+0
| | | | Notes: svn path=/head/; revision=100013
* Fix XFree86-4-FontServer build on sparc64.Jake Burkholder2003-11-251-1/+1
| | | | | | | Requested by: kris Notes: svn path=/head/; revision=94773
* Remove my e-mail address from these files, to reduce spam.Trevor Johnson2003-11-131-1/+1
| | | | Notes: svn path=/head/; revision=93878
* Switch MAINTAINER to x11@FreeBSD.org for group maintaining of these ports.Eric Anholt2003-11-121-1/+1
| | | | Notes: svn path=/head/; revision=93774
* The DRI client drivers are now provided by graphics/dri. RUN_DEPENDS on themEric Anholt2003-11-097-298/+6
| | | | | | | instead of installing them from this port. Notes: svn path=/head/; revision=93505
* Mark NOT_FOR_ARCHS=ia64 and do a little plist sorting fix.Eric Anholt2003-10-212-1/+3
| | | | Notes: svn path=/head/; revision=91782
* Having the Xserver open /dev/io on amd64 as well would help. The nvPeter Wemm2003-10-161-1/+1
| | | | | | | driver (among others) do not appreciate the lack of this. Notes: svn path=/head/; revision=91442
* Fix packaging of sunffb on sparc64.Eric Anholt2003-09-272-0/+4
| | | | | | | Submitted by: Marius Strobl <marius@alchemy.franken.de> Notes: svn path=/head/; revision=89583
* Re-add the scanpci manpage on i386.Eric Anholt2003-09-251-1/+2
| | | | | | | Reported by: bento Notes: svn path=/head/; revision=89382
* Fixes for potential integer overflows in font libraries.Eric Anholt2003-09-031-1/+1
| | | | | | | Obtained from: XFree86 CVS Notes: svn path=/head/; revision=88457
* Add support for AMD64.David E. O'Brien2003-08-232-11/+2
| | | | Notes: svn path=/head/; revision=87539
* [1] Fix xdmcp queries in the X servers (bug 277)Eric Anholt2003-08-122-2/+18
| | | | | | | | | | | | [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> Notes: svn path=/head/; revision=86852
* 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
* SuperProbe no longer comes with XFree86, don't mention it here.Eric Anholt2003-05-211-1/+1
| | | | Notes: svn path=/head/; revision=81639
* [1] Make the HTML manpages get put into the packages again.Eric Anholt2003-05-141-12/+3
| | | | | | | | | | | | | [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-102-4/+1
| | | | | | | | | | 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
* Fix a crash with the siliconmotion (smi) driver.Eric Anholt2003-05-032-2/+42
| | | | | | | | | 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-302-1/+27
| | | | | | | | 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-262-2/+13
| | | | | | | | | 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-121-2/+2
| | | | | | | 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-061-1/+2
| | | | Notes: svn path=/head/; revision=78408
* [1] Fix a hang in int10 on starting the server with multiple cardsEric Anholt2003-04-067-2/+143
| | | | | | | | | | | | | | | | | | | [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-182-2/+19
| | | | | | | | Approved by: portmgr (kris) Obtained from: XFree86 CVS Notes: svn path=/head/; revision=77153