summaryrefslogtreecommitdiff
path: root/x11-servers (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Add local patch to fix alpha build. [1]Florent Thoumie2008-01-023-2/+40
| | | | | | | | | | | | | - Add local patch to fix powerpc build. [2][3] - Fix OPTIONS handling for SUID option. [4] PR: ports/113601 [1], ports/118850 [2], ports/118851 [3], ports/119012 [4] Submitted by: naddy [1], grehan [2][3], Dmitry Marakasov [4] Notes: svn path=/head/; revision=204842
* - OPTIONS'ify.Florent Thoumie2007-12-123-1/+40
| | | | | | | - Fix build and register dependency when compiled with HAL support. Notes: svn path=/head/; revision=203377
* - OPTIONS'ify (HAL, AIGLX, SUID).Florent Thoumie2007-12-121-20/+24
| | | | | | | | | - Fix CONFIGURE_ARGS. [1] Submitted by: alvest@earthlink.net [1] Notes: svn path=/head/; revision=203355
* Fix plist for sparc64. Should be a no-op on other archs, but bumpMark Linimon2007-11-192-13/+14
| | | | | | | | | | | portrevision for sparc64. While here, pet portlint. Tested on: pointyhat Submitted by: flz Approved by: portmgr (self) Notes: svn path=/head/; revision=202761
* Add temporary fix for LEDs. Proper fix will be available in nextFlorent Thoumie2007-10-292-1/+21
| | | | | | | | | xorg-server release but this one has been deemed good enough for now. Obtained from: fd.o bugzilla Notes: svn path=/head/; revision=202292
* Restore default optimization on RELENG_7.Florent Thoumie2007-10-241-4/+0
| | | | | | | | PR: ports/117445 Submitted by: Ildar <dar.quonb@gmai.com> Notes: svn path=/head/; revision=201919
* - Explicit some configure arguments.Florent Thoumie2007-10-091-11/+7
| | | | | | | - Mark as IGNORE on alpha since it does work correctly. Notes: svn path=/head/; revision=201219
* Change to new x11-drivers category.Norikatsu Shigemura2007-10-069-382/+0
| | | | | | | Repo copied by: marcus (portmgr) Notes: svn path=/head/; revision=200996
* Teach xorg-server that FreeBSD >= 700053 supports PCI domains andMarius Strobl2007-09-303-0/+395
| | | | | | | | | | how to deal with it. This affects !386 only and is based on the respective Linux support code. Approved by: flz Notes: svn path=/head/; revision=200470
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.Mark Linimon2007-09-301-2/+2
| | | | | | | | PR: ports/116639 Submitted by: aDe Notes: svn path=/head/; revision=200411
* - Update X.org ports to 7.3.Florent Thoumie2007-09-1327-406/+147
| | | | | | | | | | | - Mark XFree86-4 as DEPRECATED with EXPIRATION_DATE set to 2007-12-25. I hope that nobody will be bored enough on Christmas to remove them on that day. Tested by: vehemens, Rene Ladan, Beech Rintoul, sarek on x11@ Notes: svn path=/head/; revision=199427
* - Consistencify descriptionsAlexey Dokuchaev2007-07-021-4/+2
| | | | | | | | - Kill unnecessary attribution - Trim EOL whitespace Notes: svn path=/head/; revision=194718
* Fix missing Xlibs dependency.Alexey Dokuchaev2007-07-021-0/+1
| | | | | | | Reported by: pav Notes: svn path=/head/; revision=194717
* - Fix the build with recent GCC [1]Alexey Dokuchaev2007-06-303-10/+135
| | | | | | | | | | - Pet portlint(1) - Clean up Makefile Reported by: pointyhat (logs) [1] Notes: svn path=/head/; revision=194544
* Band-aid over memory hungry gcc 4.2 when compiling xf86ScanPci.c.Dejan Lesjak2007-06-212-0/+15
| | | | | | | Submitted by: Michiel Boland ( michiel at boland dot org ) Notes: svn path=/head/; revision=194013
* Clenup share/X11 directory upon deinstall.Dejan Lesjak2007-05-302-0/+2
| | | | | | | Pointed out by: kris Notes: svn path=/head/; revision=192430
* xorg-fontserver moved from x11-servers to x11-fonts (xfs).Florent Thoumie2007-05-209-160/+0
| | | | | | | Approved by: portmgr (erwin) Notes: svn path=/head/; revision=191558
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-19105-3671/+1156
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Fix loading modules on current by adding patch from devel/imake-6 sinceDejan Lesjak2007-02-222-1/+40
| | | | | | | | | | | | local copy of imake is used at configuring. Since FreeBSD versions older than 300004 are not supported, simplify patch to just return elf for default. PR: ports/109091 Submitted by: Szilveszter Adam (sziszi at bsd dot hu) Notes: svn path=/head/; revision=185711
* Add vendor patch preventing overwiting of data on the stack or otherDejan Lesjak2007-01-272-1/+9
| | | | | | | | | | parts of server by dbe and render extensions. PR: ports/107733 Security: CVE-2006-6101 CVE-2006-6102 CVE-2006-6103 Notes: svn path=/head/; revision=183431
* Respect X11BASE.Frank J. Laszlo2006-11-301-0/+5
| | | | | | | | Approved by: flz (mentor) Reported By: pointyhat Notes: svn path=/head/; revision=178394
* - Fix install with Xorg 6.9.0, unbreakPav Lucistnik2006-11-193-14/+31
| | | | | | | | | | | | - Support amd64 PR: ports/104532 Submitted by: Xavier Beaudouin <kiwi@oav.net>, Anish Mistry <amistry@am-productions.biz> Approved by: maintainer timeout (x11, 1 month) Notes: svn path=/head/; revision=177563
* Add some old internal FreeType definitions to fix the server runtime. TheseJoe Marcus Clarke2006-10-211-1/+4
| | | | | | | | | | definitions come from the old ftinternal.h. Submitted by: Scott Allendorf <scott-allendorf@uiowa.edu> Approved by: portmgr (implicit) Notes: svn path=/head/; revision=175479
* Remove the FreeType EXTRA_PATCHES now that they are in XFree86-4-libraries.Joe Marcus Clarke2006-10-173-12/+3
| | | | | | | | Submitted by: Scott Allendorf <scott-allendorf@uiowa.edu> Approved by: portmgr (implicit) Notes: svn path=/head/; revision=175377
* Chase the GNOME X11BASE to LOCALBASE move, and fix the build with theJoe Marcus Clarke2006-10-1414-4/+789
| | | | | | | | | | new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris) Notes: svn path=/head/; revision=175261
* BROKEN: Does not installKris Kennaway2006-09-171-0/+2
| | | | Notes: svn path=/head/; revision=173180
* NO_PACKAGE is not appropriateKris Kennaway2006-09-031-1/+0
| | | | Notes: svn path=/head/; revision=171962
* Fix crash by bad pcf font.Dejan Lesjak2006-08-265-1/+100
| | | | | | | | Obtained from: XFree86 CVS Security: CVE-2006-3467 Notes: svn path=/head/; revision=171420
* Fix crash by bad pcf font.Dejan Lesjak2006-08-257-4/+107
| | | | | | | | Obtained from: X.org bugzilla #7535 Security: CVE-2006-3467 Notes: svn path=/head/; revision=171418
* - Add support to Intel 945GMMarcus Alves Grando2006-08-202-1/+336
| | | | | | | | | | - portlint(1) PR: 100673 Approved by: x11 (No objection and maintainer timeout, 30 days) Notes: svn path=/head/; revision=171067
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-08-151-1/+1
| | | | | | | | | | | - these include www/ x11/ x11-clocks/ x11-servers/ x11-themes/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170654
* Update to 0.14.6.Norikatsu Shigemura2006-08-133-41/+50
| | | | Notes: svn path=/head/; revision=170449
* Update to 1.7.2Erwin Lansing2006-06-232-5/+5
| | | | | | | | PR: 99379 Submitted by: Ports fury Notes: svn path=/head/; revision=166127
* Add a better workaround for LP64 bug in ProcRenderCompositeGlyphs() inDejan Lesjak2006-06-042-1/+12
| | | | | | | | | | | | | Xrender from XFree86 that takes endianess into account. This should fix the following errors on FreeBSD/sparc64: 'RenderBadGlyphSet (invalid GlyphSet parameter)'. (Details: serial 8980 error_code 178 request_code 153 minor_code 24) Submitted by: marius Notes: svn path=/head/; revision=164349
* Update to 1.71Tilman Keskinoz2006-05-282-6/+9
| | | | | | | | PR: 98026 Submitted by: Kato Tsuguru Notes: svn path=/head/; revision=163753
* Remove USE_REINPLACE from categories starting with XEdwin Groothuis2006-05-131-1/+0
| | | | Notes: svn path=/head/; revision=162219
* Add my patch for buffer overflow in the Render extension's TriFan/TriStripEric Anholt2006-05-036-1/+30
| | | | | | | | | | requests. Security: CVE-2006-1526 Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=6642 Notes: svn path=/head/; revision=161259
* Complete removal of cfb from sunffb driver as was done post release inDejan Lesjak2006-04-202-1/+102
| | | | | | | | | | | | X.org CVS to avoid failure to load this driver because of unresolved symbols. Digged up and tested by: Matthias Muthmann PR: sparc64/94886 Obtained from: X.org CVS Notes: svn path=/head/; revision=160001
* Add patch from X.Org, fixing privilege escalation.Dejan Lesjak2006-03-212-0/+21
| | | | | | | | Security: http://www.vuxml.org/61534682-b8f4-11da-8e62-000e0c33c2dc Security: CVE-2006-0745 Notes: svn path=/head/; revision=157904
* Add a description of CorePointer, and Cosmetic change.Norikatsu Shigemura2006-03-191-2/+7
| | | | | | | Discussed with: ume Notes: svn path=/head/; revision=157656
* Oops, fix typo.Norikatsu Shigemura2006-03-191-1/+1
| | | | Notes: svn path=/head/; revision=157640
* Fix up some parameters and messages.Norikatsu Shigemura2006-03-191-10/+23
| | | | Notes: svn path=/head/; revision=157639
* o Refrect my environment values.Norikatsu Shigemura2006-03-183-7/+13
| | | | | | | | | | | | | o Add some messages[1]. o Back-out 'rename .o to .so'. I forgot to chase pkg-plist. [2] synaptics_drv.o is relocatable object, not shared object. Reviewed by: ume [1] Pointed out by: ume [2] Notes: svn path=/head/; revision=157587
* o Rename .o to .so. [1]Norikatsu Shigemura2006-03-183-10/+16
| | | | | | | | | | | | o Bump PORTREVISION, accordingly. o Update setup note. [1] I forgot hw.psm.synaptics_support=1. o I confirmed SHMConfig "on" support on 6-stable. Pointed out by: ume [1] Notes: svn path=/head/; revision=157577
* Add synaptics-0.14.4, is a driver for the Synaptics TouchPadNorikatsu Shigemura2006-03-188-0/+264
| | | | | | | | | for XOrg/XFree86 4.x. WWW: http://web.telia.com/~u89404340/touchpad/ Notes: svn path=/head/; revision=157567
* BROKEN on sparc64: Does not compileKris Kennaway2006-03-061-0/+1
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=156985
* Conversion to a single libtool environment.Ade Lovett2006-02-232-7/+10
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-202-3/+1
| | | | | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts. Notes: svn path=/head/; revision=156534
* Fix build on FreeBSD 4.XDejan Lesjak2006-02-025-0/+59
| | | | | | | | PR: ports/92137 Submitted by: ume Notes: svn path=/head/; revision=155065
* SHA256ifyEdwin Groothuis2006-01-242-0/+2
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308