aboutsummaryrefslogtreecommitdiff
path: root/x11-servers/xorg-vfbserver/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Update xorg-server and friends to 1.6.5.Robert Noland2010-02-071-1/+1
| | | | Notes: svn path=/head/; revision=249386
* Update Xserver and friends to 1.6.1Robert Noland2009-05-071-2/+1
| | | | Notes: svn path=/head/; revision=233381
* Update Xorg server to 1.6.0Robert Noland2009-04-041-6/+16
| | | | | | | | | | | o Update randrproto, libXrandr and xrandr to 1.3.0 o Update xf86-video-intel to 2.6.3 o Update other less common drivers as needed o Mark a bunch of un-maintained input drivers ignored o Update the various slave X server ports as well Notes: svn path=/head/; revision=231570
* add dri2proto depend here as wellRobert Noland2009-01-251-1/+2
| | | | | | | | Reported by: pointyhat (pav) Approved by: garga (mentor, implicit) Notes: svn path=/head/; revision=226863
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).Florent Thoumie2009-01-231-2/+3
| | | | | | | | | | | - Bump PORTREVISION for all ports depending on libglut since the shlib version number went from 4 to 3. - Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't installed anymore. - Couple of ports fixes (mostly missing xorg components added to USE_XORG). Notes: svn path=/head/; revision=226727
* Explicitely disable dtrace support for now.Florent Thoumie2008-06-091-1/+1
| | | | | | | Reported by: kris Notes: svn path=/head/; revision=214549
* Add inputproto and xtrans to USE_XORG.Florent Thoumie2008-03-141-2/+3
| | | | | | | Reported by: marcus, erwin Notes: svn path=/head/; revision=209054
* - Update X.org ports to 7.3.Florent Thoumie2007-09-131-2/+2
| | | | | | | | | | | - 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
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-19/+18
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Fix crash by bad pcf font.Dejan Lesjak2006-08-251-1/+1
| | | | | | | | Obtained from: X.org bugzilla #7535 Security: CVE-2006-3467 Notes: svn path=/head/; revision=171418
* Add my patch for buffer overflow in the Render extension's TriFan/TriStripEric Anholt2006-05-031-0/+1
| | | | | | | | | | requests. Security: CVE-2006-1526 Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=6642 Notes: svn path=/head/; revision=161259
* Upgrade to X.Org 6.9.0 release.Dejan Lesjak2006-01-211-1/+1
| | | | | | | | Remove separate mtree file for X_WINDOW_SYSTEM=XOrg case. Both X11 distributions now use the one from /etc/mtree again. Notes: svn path=/head/; revision=154073
* If port belongs to X11 distribution different than ${X_WINDOW_SYSTEM} one,Dejan Lesjak2005-11-111-1/+3
| | | | | | | | | point to The X Window System and Virtual Consoles chapter of FAQ. Add SHA256. Notes: svn path=/head/; revision=147991
* Upgrade X.Org ports to 6.8.2.Dejan Lesjak2005-03-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Release notes are available at http://www.x.org/X11R6.8.2/doc/RELNOTES.html Thanks to kris and krion for running several cluster test builds, maintainers of GNOME for prompt responses, portmgr for postponing ports freeze for this update, testers on FreeBSD-X11@ list and others that I might have mised here. Also included: - fix for ATI Mobility on Dell Inspiron 7500 (obtained from Marc Aurele La France; obtained and tested by julian) - fix for kbd driver on Sparc64 (tested by Aaron Dudek, Michael G. Jung and Matthias Muthmann), which still appears to have problems with some keyboards - so - fix for kbd driver on PC98 (reported and tested by NAKAJI Hiroyuki; PR ports/77217) - fix for i810 on HP D530 (obtained from Egbert Eich; obtained and tested by Anders Nor Berle; PR ports/74757) Notes: svn path=/head/; revision=131533
* Update X.Org ports to 6.8.1, and the DRI port to use Mesa 6.2. Because Mesa 6.2Eric Anholt2004-12-231-7/+6
| | | | | | | | | | | | | | | 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
* Use MASTER_SITE_XORG.Dejan Lesjak2004-09-021-1/+3
| | | | | | | Approved by: anholt (mentor) Notes: svn path=/head/; revision=117881
* - Extend IGNORE message, point users to instructions how to switchPav Lucistnik2004-07-231-1/+1
| | | | | | | | | 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-231-1/+5
| | | | | | | | | | | | | | | 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
* New port: xorg-vfbserver, the virtual framebuffer X server from X.Org.Eric Anholt2004-06-191-0/+31
Notes: svn path=/head/; revision=111774