aboutsummaryrefslogtreecommitdiffstats
path: root/x11-drivers
Commit message (Collapse)AuthorAgeFilesLines
* - Update 1.2.1miwi2008-04-206-10/+52
| | | | | | PR: 122769 Submitted by: Rene Ladan <r.c.ladan@gmail.com> Approved by: flz
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-202-10/+7
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* - Update to 1.2.0pav2008-04-114-8/+8
| | | | | PR: ports/122653 Submitted by: Rene Ladan <r.c.ladan@gmail.com>
* Update x11-drivers/xf86-video-intel to 2.2.1.flz2008-04-014-8/+8
|
* Update x11-drivers/xf86-video-nv to 2.1.8.flz2008-03-312-4/+4
| | | | | PR: ports/122278 Submitted by: delphij
* - Mark BROKEN on 5.Xpav2008-03-151-1/+7
| | | | Reported by: pointyhat
* Add patch to fix possibly insecure mouse behavior when switching VT.flz2008-03-132-0/+39
| | | | | | | PR: ports/118694 Submitted by: J.R. Oldroyd <fbsd@opal.com> Obtained from: fd.o xorg/driver/xf86-input-mouse repository Commit id: 6a03e8bd9699a33dabcdd2bbcf51a001ddfd5534
* - Make the IGNORE message even more explicit when there areflz2008-03-131-1/+1
| | | | driver conflicts.
* Add patch to fix mouse pointer coordinates.flz2008-03-132-0/+29
| | | | | PR: ports/119820 Submitted by: Hiroto Kagotani <hiroto.kagotani@gmail.com>
* Remove support for XFree8-4.flz2008-03-082-24/+0
| | | | | | | | From now on, X_WINDOW_SYSTEM != "xorg" is not supported anymore. PR: ports/119418 Submitted by: flz Approved by: portmgr (pav)
* Fix pkg-plist.flz2008-03-074-4/+6
| | | | Reported by: Jan Henrik Sylvester
* Update x11-drivers/xf86-video-ati to 6.8.0.flz2008-03-064-8/+8
| | | | | PR: ports/121271 Submitted by: Nikolai Nespor <bugs@nespor.at>
* Remove quirk for openchrome as it now installs openchrome_drv.so insteadflz2008-03-061-1/+1
| | | | | | | of via_drv.so. PR: ports/120995 Submitted by: Dimitry Andric <dimitry@andric.com>
* Oops, bump PORTREVISION to remake on amd64.nork2008-02-201-1/+1
|
* o Fix invalid synaptics issue with x11-drivers/xf86-input-voidnork2008-02-202-5/+10
| | | | | | | | | driver by displaing NOTICE on pkg-message. o Fix invalid compiling on amd64. PR: ports/120783 Submitted and Summraized by: Eygene Ryabinkin rea-fbsd a codelabs.ru
* Update xf86-video-ati to 6.7.197.flz2008-02-074-8/+8
| | | | | PR: ports/119972 Submitted by: Peter Lai <cowbert@gmail.com>
* Update xf86-video-nv to 2.1.7.flz2008-02-072-4/+4
| | | | | PR: ports/120167 Submitted by: delphij
* Add glproto to USE_XORG.flz2008-01-191-1/+1
| | | | Reported by: pavbot
* - Update port to 0.2.901.flz2008-01-116-62/+29
| | | | | | - Fix build. Submitted by: jkim
* Rollback to xf86-video-mga 1.4.7 (and patches from master as of today).flz2008-01-023-4/+156
| | | | | | | | | Dual-head doesn't work properly with this version but at least most single-head setups will work correctly. PR: ports/117726 Submitted by: Bernd Strauß Discussed on: x11@
* Rollback to xf86-video-intel 2.1.1 before anyone notices.flz2008-01-024-8/+8
|
* Update x11-drivers/xf86-video-radeonhd to 1.1.0.flz2008-01-024-8/+8
| | | | | PR: ports/118959 Submitted by: Rene Ladan
* Update x11-drivers/xf86-video-intel to 2.2.0.flz2008-01-024-8/+8
|
* Turn off via video driver for sparc64. It doesn't make sense, and currentlylinimon2007-12-251-1/+3
| | | | | | | | doesn't build there anyway. This is affecting the release builds. This is a workaround: sparc64 video drivers probably need more exclusions. Briefly discussed with: flz
* Update x11-drivers/xf86-video-ati to 6.7.196.flz2007-12-134-8/+8
|
* Update x11-drivers/xf86-video-i810 to 1.7.4.flz2007-12-122-5/+4
| | | | | PR: ports/116386 Submitted by: vd
* - Make intel driver default rather than i810.flz2007-12-121-3/+5
| | | | | | | - Add radeonhd in VIDEO_ON. [1] PR: ports/118494 [1] Submitted by: vehemens <vehemens@verizon.net> [1]
* Update to 1.0.0 which adds, among other things, working MacBook Pro support.marcus2007-12-034-12/+12
| | | | | | Submitted by: Rene Ladan <r.c.ladan@gmail.com> (maintainer) Approved by: portmgr (implicit) erwin
* Unbreak pthread-related issues on 5.xade2007-11-272-7/+7
| | | | Approved by: portmgr
* Mark as broken on 5.x: fails to find pthread.h.linimon2007-11-251-1/+1
| | | | | | | | | Something in the infrastructure changed in the late July timeframe that actually caused this problem. The only major thing at that time was the autoconf/libtool change, but I can't see how that could have caused this failure mode. It only happens on 5.x; 6.x and 7.x are fine. Approved by: portmgr (self)
* Mark as BROKEN on 5.x: fails to compile.linimon2007-11-221-1/+7
| | | | | Reported by: pointyhat Approved by: portmgr (self)
* Update to 2.1.6.delphij2007-10-262-4/+4
| | | | Approved by: flz (via IRC)
* Re-add patch-at_scancode.c and patch-bsd_kbd.c, which prior tomarius2007-10-253-0/+65
| | | | | | | | X.org 7.3 applied to the xorg-server port, so the special keys of Sun USB keyboards can be used with the sun_usb XKB symbols map and the LEDs of Sun RS232 keyboards work again. Approved by: flz
* This package contains the X.Org xf86-video-radeonhd driver.miwi2007-10-239-0/+59
| | | | | PR: ports/117356 Submitted by: Rene Ladan <r.c.ladan at gmail.com>
* Update xf86-input-mouse to 1.2.3.flz2007-10-152-4/+4
|
* Update xf86-video-ati to 6.7.195.flz2007-10-104-8/+8
| | | | Reported by: jkim
* - Don't add sunffb video driver to VIDEO_OFF on !sparc64 as itflz2007-10-101-9/+23
| | | | | | | | breaks the build when XORG_COMPLETE is set. [1] - Add VIDEO_EXCL, a list of mutually exclusive video drivers. - Add openchrome to VIDEO_OFF. Reported by: brian [1]
* Update xf86-video-mga to 1.9.100.flz2007-10-102-4/+4
|
* Update xf86-video-nv to 2.1.5.flz2007-10-102-5/+4
|
* Update xf86-video-ati to 6.7.194.flz2007-10-104-8/+8
|
* Update xf86-input-vmmouse to 12.4.3.flz2007-10-102-5/+4
|
* Update xf86-video-vmware to 10.15.2.flz2007-10-102-4/+4
|
* Add xf86-video-openchrome 0.2.6, an alternative driver for VIA chipsets.flz2007-10-106-0/+81
| | | | Tested by: garga
* Fix CATEGORIES after repocopy from x11-serverserwin2007-10-071-1/+1
| | | | Submitted by: PKGORIGIN sanity check
* Change to new x11-drivers category.nork2007-10-061-0/+1
| | | | Repo copied by: marcus (portmgr)
* Update distinfo. Previous checksum was for non-official vmmouse release.flz2007-09-212-3/+4
| | | | | | | | See [1] for the announce. [1] http://lists.freedesktop.org/archives/xorg-announce/2007-September/000403.html Reported by: vehemens
* Update x11-drivers/xf86-video-driver to 6.7.193.flz2007-09-204-8/+8
|
* Bump PORTREVISION after xorg-server ABI change.flz2007-09-1528-6/+28
| | | | Submitted by: Christoph Mallon <christoph.mallon@gmx.de>
* - Update X.org ports to 7.3.flz2007-09-1451-111/+184
| | | | | | | | - 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@
* Take over maintainership.flz2007-09-141-1/+1
| | | | Approved by: maintainer
* [maintainer update] x11-drivers/xf86-input-vmmouse: update to 12.4.2edwin2007-09-122-4/+4
| | | | | | | Update x11-drivers/xf86-input-vmmouse to 12.4.2. PR: ports/116279 Submitted by: NIIMI Satoshi <sa2c@sa2c.net>
* - Update to 12.4.1miwi2007-09-073-5/+4
| | | | | PR: 116004 Submitted by: NIIMI Satoshi <sa2c@sa2c.net> (maintainer)
* Add intel driver to VIDEO_OFF and check for conflict with i810.flz2007-08-291-2/+6
| | | | Suggested by: Oliver Schonefeld
* Style fix (xextproto listed twice).flz2007-08-291-1/+1
| | | | Reported by: Oliver Schonefeld
* Add sunffb to VIDEO_ON on sparc64.flz2007-08-291-2/+11
| | | | Suggested by: marius
* - Don't depend on xlibs.flz2007-08-291-63/+53
| | | | - Add OPTIONS support (with sensitive default, IMHO).
* Update x11-drivers/xf86-video-nv to 2.1.3.flz2007-08-242-4/+4
|
* Update x11-drivers/xf86-video-nv to 2.1.2.flz2007-07-193-6/+4
|
* xf86-video-intel: update to 2.1.0anholt2007-07-066-8/+12
| | | | | This version readds support for all known i830 laptops, adds support for G33/Q33/Q35, 945GME, and 965GME, and includes many stability improvements.
* This package contains the X.Org xf86-input-vmmouse driver.miwi2007-06-045-0/+29
| | | | | PR: ports/112805 Submitted by: NIIMI Satoshi <sa2c at sa2c.net>
* Add conflicts with xf86-video-intel.lesi2007-06-011-0/+2
|
* Add xf86-video-intel driver that obsoletes xf86-video-i810 one. It willlesi2007-06-019-0/+95
| | | | | | eventually replace it in xorg-drivers metaport. Prodded and tested by: lx
* - Welcome X.org 7.2 \o/.flz2007-05-20245-12/+2109
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Update to 0.14.6.nork2006-08-133-41/+50
|
* Add a description of CorePointer, and Cosmetic change.nork2006-03-191-2/+7
| | | | Discussed with: ume
* Oops, fix typo.nork2006-03-191-1/+1
|
* Fix up some parameters and messages.nork2006-03-191-10/+23
|
* o Refrect my environment values.nork2006-03-193-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]
* o Rename .o to .so. [1]nork2006-03-193-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]
* Add synaptics-0.14.4, is a driver for the Synaptics TouchPadnork2006-03-197-0/+263
for XOrg/XFree86 4.x. WWW: http://web.telia.com/~u89404340/touchpad/