aboutsummaryrefslogtreecommitdiff
path: root/x11-drivers
Commit message (Collapse)AuthorAgeFilesLines
* Update to 6.9.4Niclas Zeising2013-06-262-3/+3
| | | | | | | Obtained from: xorg development repo Notes: svn path=/head/; revision=321798
* Update to 1.6.2Niclas Zeising2013-06-262-3/+3
| | | | | | | Obtained from: xorg development repo Notes: svn path=/head/; revision=321797
* Update to 2.21.9 for new xorg.Niclas Zeising2013-06-212-3/+5
| | | | | | | Obtained from: xorg developmen repo Notes: svn path=/head/; revision=321464
* Update to 2.21.8 for new xorg.Niclas Zeising2013-06-042-3/+3
| | | | | | | Obtained from: xorg development repo Notes: svn path=/head/; revision=319902
* Revert changes to this file that accidentally snuck in in r319899.Niclas Zeising2013-06-041-0/+2
| | | | Notes: svn path=/head/; revision=319900
* Fix security issues in xorg client libraries.Niclas Zeising2013-06-041-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Most libraries were updated to newer versions, in some cases patches were backported instead. Most notably, x11/libX11 was updated to 1.6.0 Security: CVE-2013-1981 CVE-2013-1982 CVE-2013-1983 CVE-2013-1984 CVE-2013-1985 CVE-2013-1986 CVE-2013-1987 CVE-2013-1988 CVE-2013-1989 CVE-2013-1990 CVE-2013-1991 CVE-2013-1992 CVE-2013-1993 CVE-2013-1994 CVE-2013-1995 CVE-2013-1996 CVE-2013-1997 CVE-2013-1998 CVE-2013-1999 CVE-2013-2000 CVE-2013-2001 CVE-2013-2002 CVE-2013-2003 CVE-2013-2004 CVE-2013-2005 CVE-2013-2062 CVE-2013-2063 CVE-2013-2064 CVE-2013-2066 Notes: svn path=/head/; revision=319899
* Fix the options menu with bmake.Koop Mast2013-06-031-0/+2
| | | | | | | | PR: ports/179172 Submitted by: tijl@ Notes: svn path=/head/; revision=319799
* Add xf86-input-fpit to x11-drivers/Makefile, forgotten during the xorgNiclas Zeising2013-05-261-0/+1
| | | | | | | update. Notes: svn path=/head/; revision=319080
* The FreeBSD x11 team proudly presentsNiclas Zeising2013-05-25111-716/+887
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | an zeising, kwm, miwi, bapt, eadler production: Xorg 7.7 Starring: xserver 1.12.4 (new xorg only) Mesa 8.0.4, including libGL, libGLU and dri (new xorg only) libX11 1.5.0 libxcb 1.9 libdrm 2.4.42 (new xorg only) freeglut 2.8.1 Also starring: Updates to drivers and other libraries and utilities Additional notes: Change pkgconf to be a build dependency. Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use this. Trim makefile headers. Take maintanership of x11/xcb-proto, ok'd by ashish. If you are running WITH_NEW_XORG=, you need to rebuild all installed drivers, see UPDATING for more information. Various fixes to make ports compile. PR: ports/177942 Exp-run by: miwi Approved by: portmgr (miwi) Thanks to all who helped testing! Notes: svn path=/head/; revision=319055
* Remove expired port:Rene Ladan2013-05-105-43/+0
| | | | | | | | | 2013-05-10 x11-drivers/xf86-video-ati613: Old version, use xf86-video-ati instead OK'd by: kwm Notes: svn path=/head/; revision=317792
* Remove unmaintained, expired ports:Rene Ladan2013-04-167-76/+0
| | | | | | | | | | | | | 2013-04-09 x11-drivers/xf86-video-radeonhd-devel: Unsupported devel version 2013-04-10 devel/ros-image_common: Depends on devel/ros_common which is broken for more than 6 months 2013-04-10 devel/ros-laser_pipeline: Depends on devel/ros_common which is broken for more than 6 months 2013-03-01 databases/php52-rrdtool: PHP 5.2 series is strongly discouraged for new installations, migrate now 2013-03-05 devel/ros-common: Broken for more than 6 month Feature safe: yes Notes: svn path=/head/; revision=315825
* Style: tab -> space.Eitan Adler2013-03-281-1/+1
| | | | | | | Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree. Notes: svn path=/head/; revision=315487
* Drop support for old versions of FreeBSD from unmaintained portsEitan Adler2013-03-281-7/+0
| | | | | | | Reviewed by: miwi Notes: svn path=/head/; revision=315474
* This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.Eitan Adler2013-03-191-1/+1
| | | | | | | | | | | | If a port used other USE_GNOME items it was untouched. The ports that used other USES were fixed by hand. PR: ports/177081 Reviewed by: bapt Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314640
* Add a new xorg module, to use with USE_XORG: xorg-macros. This moduleNiclas Zeising2013-03-111-5/+1
| | | | | | | | | | | | | | pulls in devel/xorg-macros. Convert all ports that depends on xorg-macros to use this USE_XORG. Split up the long XORG_MODULES= list in bsd.xorg.mk to have only one module on each line. Add xorg-macros dependency to xorg-server. Reviewed by: kwm, bapt Obtained from: xorg development repo (partly) Notes: svn path=/head/; revision=313929
* Explicit disable KMS support. Because the ati driver only check if libdrm isKoop Mast2013-03-111-0/+2
| | | | | | | | | | | | build with KMS support and doesn't have a idea if the kernel supports it or not. This will be revised when TTM/KMS support because available via src. This should help people that accidently enabled KMS support in libdrm. Obtained from: xorg-dev repo Notes: svn path=/head/; revision=313864
* Mark deprecated and set expiration date.Niclas Zeising2013-03-101-5/+3
| | | | | | | | | This is an old driver version, please use xf86-video-ati instead. If there is any trouble with xf86-video-ati that this driver solves, please contact x11@ asap. Notes: svn path=/head/; revision=313833
* Mark deprecated and set removal date.Niclas Zeising2013-03-091-0/+3
| | | | | | | | This is a unsupported devel version, with no owner. Use x11-drivers/xf86-video-radeonhd instead. Notes: svn path=/head/; revision=313769
* Remove xf86-video-intel29 here as well.Niclas Zeising2013-02-211-1/+0
| | | | Notes: svn path=/head/; revision=312738
* Remove expired port.Niclas Zeising2013-02-214-52/+0
| | | | | | | | deprecated because: not supported expiration date: 2012-02-15 Notes: svn path=/head/; revision=312716
* - Fix all cases of 'No newline at end of file' in ports treeAlex Kozlov2013-02-011-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=311381
* Bring back to the futur the deprecation dateBaptiste Daroussin2013-01-271-6/+2
| | | | Notes: svn path=/head/; revision=311057
* Mark deprecated and set an expiration date one month for now. This port hasNiclas Zeising2013-01-151-0/+2
| | | | | | | | | been unsupported and marked IGNORE for almost 9 months. Approved by: kwm, miwi (mentors, implicit) Notes: svn path=/head/; revision=310463
* Readd vmware and voodoo video drivers which got lost in the OptionNG conversion.Koop Mast2013-01-111-1/+3
| | | | | | | Reported by: dim@ Notes: svn path=/head/; revision=310251
* Convert x11@ owned ports to OptionsNG. Thanks go to bapt@ for review and helpKoop Mast2013-01-052-100/+96
| | | | | | | | | rendered with deciphering the monster that is xorg-drivers. With hat: x11@ Notes: svn path=/head/; revision=309972
* . incorporate an upstream patch to fix wrong read Protocol and DeviceBoris Samorodov2012-11-072-5/+13
| | | | | | | | | | | | | from xorg.conf: http://cgit.freedesktop.org/xorg/driver/xf86-input-mouse/commit/?id=b65651974ee5620086b484086ea12d78c92fa369 . trim makefile headers. PR: ports/171433 Submitted by: Martin Birgmeier <Martin.Birgmeier@aon.at> Approved by: x11 (maintainer timeout 8+ weeks) Feature safe: yes Notes: svn path=/head/; revision=307125
* - Reassign nork@ ports to the heapThomas Abthorpe2012-08-151-1/+1
| | | | | | | | | - Thank you for your years of service, we hope to see you back Approved by: portmgr Notes: svn path=/head/; revision=302594
* Fix the build of xorg related ports when the base system is compiled withNiclas Zeising2012-07-291-0/+4
| | | | | | | | | | | | | | | | | | clang as system compiler and cpp is clang cpp (as opposed to GNU cpp). This is done by removing the configure test for cpp completely. Using clang cpp will make some manual pages as well as some scripts get slightly wierd whitespace formatting. However, it does not affect the function of the scripts or the instructions in the manual pages. PR: ports/166373 Submitted by: Jakub Lach <jakub_lach@mailplus.pl> (PR) Patch by: me (with ideas from PR and mailing list) Tested by: Jakub Lach <jakub_lach@mailplus.pl>, me Approved by: kwm (mentor) Obtained from: xorg staging area Notes: svn path=/head/; revision=301687
* - Update to 0.15.0Michael Scheidell2012-06-188-26/+26
| | | | | | | | | PR: ports/168968 Submitted by: Jan Beich <jbeich@tormail.org> Approved by: The little elves Notes: svn path=/head/; revision=299553
* Teach the KMS intel driver how the KMS i915 kernel module in head is named.Koop Mast2012-06-072-1/+13
| | | | | | | Reviewed by: miwi@ Notes: svn path=/head/; revision=298676
* Convert to new options frameworkBaptiste Daroussin2012-05-311-7/+8
| | | | Notes: svn path=/head/; revision=297880
* Fix pkglistKevin Lo2012-05-182-4/+1
| | | | | | | | PR: ports/168019 Submitted by: Esa Karkkainen <ejk at iki dot fi> Notes: svn path=/head/; revision=296870
* Unbreak by upgrading to 0.9.Mikhail Teterin2012-05-072-9/+3
| | | | Notes: svn path=/head/; revision=296134
* - Mark BROKEN: bad plistPav Lucistnik2012-05-021-0/+2
| | | | | | | | | | | tar: lib/xorg/modules/drivers/vmwlegacy_drv.so: Cannot stat: No such file or directory tar: lib/xorg/modules/drivers/vmwlegacy_drv.la: Cannot stat: No such file or directory tar: Error exit delayed from previous errors. Reported by: pointyhat Notes: svn path=/head/; revision=295896
* - Fix patchingPav Lucistnik2012-05-026-410/+0
| | | | | | | | PR: ports/167265 Submitted by: John W. O'Brien <john@saltant.com> Notes: svn path=/head/; revision=295895
* Fix patching by removing a obsolete patch.Koop Mast2012-04-211-11/+0
| | | | | | | Reported by: rakuco@ Notes: svn path=/head/; revision=295229
* - Please welcome Xorg 7.5.2Martin Wilke2012-04-21103-190/+382
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The Xorg Team is pleased to announce the next round of Xorg updates. The team created a new flag called WITH_NEW_XORG that users can include in /etc/make.conf. This was created for the intel KMS work being done althouthough It probably works for other chips. Unfortunately, the intel KMS driver will only work on FreeBSD 9(RELENG|STABLE) or 10/HEAD users. Older version of FreeBSD will not be supported. Intel users will need to patch their source manually with Konstantin?s KMS kernel patch to get the newer chips to work. Please carefully read UPDATING entry. Changes: - libdrm 2.4.31 (including KMS support) - mesa 7.11.2 - xorg-server 1.10.6 - a lot of new Graphic Drivers. I would like to thank: Koop Mast Eitan Adler Niclas Zeising and all helpers and testers from x11@. Notes: svn path=/head/; revision=295195
* Mark as deprecated and set expiration to 2012-05-10 for ports that are mark ↵Baptiste Daroussin2012-04-091-0/+3
| | | | | | | as broken for more than 6 month Notes: svn path=/head/; revision=294459
* - Unbreak portMichael Scheidell2012-03-1211-435/+132
| | | | | | | | | | | | - Update to 40.0.11.1 - Reset portmaintainer PR: ports/165464 Submitted by: Peter Kosyh <gl00my@mail.ru> Feature safe: yes Notes: svn path=/head/; revision=293181
* Remove whitespace after b.p.m to help reduce false postives when searching ↵Eitan Adler2012-02-082-2/+0
| | | | | | | | | | | for other junk after b.p.m Trivial non-functional change so maintainer not contacted Submitted by: Alex Kozlov Notes: svn path=/head/; revision=290718
* - Add WWWMartin Wilke2012-02-041-0/+2
| | | | Notes: svn path=/head/; revision=290394
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* Update to 6.14.3Eitan Adler2012-01-132-3/+3
| | | | | | | | | | | | | | | | | Changes: * Support for more cards, in particular Llano APUs. * vdpau/XvMC support (currently only available for >= R3xx via Gallium3D). * Tiling fixes, enable it on more cards by default. * And many more! PR: ports/162592 Submitted by: wblock Reviewed by: Alex Keda <admin@lissyara.su> Notes: svn path=/head/; revision=289075
* Both of these ports have been BROKEN for nearly a year; it is time to get ↵Eitan Adler2012-01-079-66/+0
| | | | | | | | | | rid of them. x11-drivers/xf86-input-citron x11-drivers/xf86-input-fpit Notes: svn path=/head/; revision=288711
* - These two ports will soon be deleted so remove them from the meta port.Eitan Adler2012-01-071-2/+0
| | | | Notes: svn path=/head/; revision=288710
* - Connect xf86-video-intel29 to the buildPav Lucistnik2011-11-171-0/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=285972
* - Remove WITH_FBSD10_FIX, is no longer neededMartin Wilke2011-11-0949-49/+0
| | | | Notes: svn path=/head/; revision=285379
* - Fix build on FreeBSD 10.0Martin Wilke2011-10-2949-5/+49
| | | | | | | Notes: all x11@ ports fixed for FreeBSD 10 Notes: svn path=/head/; revision=284612
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-243-9/+0
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* - Return my ports back to the pool. I was unable to make any fixes toStanislav Sedov2011-10-241-1/+1
| | | | | | | | | | | my ports in the past 3 weeks while ports were broken on any 10.x machines, which means I'm unable to maintain them. So let people know that there's no available support for them until things are back to normal (which also means that anyone with spare time will be able to fix them without getting approval). Notes: svn path=/head/; revision=284225