Commit graph

116 commits

Author SHA1 Message Date
Robert Noland
80af950d5c The nv driver was somewhat brain-damaged, it was detecting most all
of the devices on the system as possible video devices.  Pull in
a patch from git to at least try to address this.
2009-03-01 18:22:02 +00:00
Norikatsu Shigemura
494edc95ee Update to 2009.03.01 based 1.2.4.
[NOTE]
Add many 2D acceleration works on R6xx/R7xx (a.k.a. Radeon HD [23]xxx/HD 4xxx).
Please see also: http://cgit.freedesktop.org/xorg/driver/xf86-video-radeonhd/log/

Sorry, I don't confirm it on my AMD M780G (RS780 a.k.a. Radeon HD 3200) by hardware
failure.  So it may not work well.
2009-02-28 19:23:48 +00:00
Dmitry Marakasov
267fccba10 nouveau is an X.Org Foundation and Freedesktop.org project which was
initially based on the obfuscated 2D-only free and open source "nv"
driver, aiming to develop free software drivers for NVIDIA graphics
cards, by reverse engineering NVIDIA's current proprietary drivers for
Linux.

WWW: http://nouveau.freedesktop.org/

PR:		131276
Submitted by:	Anonymous <swell dot k at gmail dot com>
2009-02-21 02:08:17 +00:00
Robert Noland
ada68392c3 Update to 6.11.0 2009-02-19 05:05:51 +00:00
Jung-uk Kim
68bcf49d36 - Replace open(2)/close(2) pairs with stat(2). Closing mouse device has
a side effect of changing current operation level and sysmouse(4) lets
you open /dev/sysmouse multiple times unlike other mouse drivers.
- Check if /dev/mouse is linked to /dev/psm0 or /dev/ums0.
- Simplify the patches a little while I am here.
2009-02-04 18:31:01 +00:00
Jung-uk Kim
4dad67f31a - Partially back out the previous attempt to fix PS/2 protocol support.
Extended PS/2 protocol without moused(8) is only supported from FreeBSD 7.1
and above.
- Try default PS/2 and USB mouse ports if /dev/sysmouse does not exist.
Previously, it was only available when HAL support was compiled in.
They should be able to handle SysMouse protocol at operation level 1.
- Check protocol for ums(4) as it only supports SysMouse protocol.
- Sync X server with mouse driver.

Reviewed by:	rnoland
2009-02-03 02:20:31 +00:00
Robert Noland
107ff50220 Take a crack at resolving the mouse blocking issues. 2009-01-29 15:49:02 +00:00
Philip M. Gollucci
977a209ab7 - Update to 0.8.2-2
PR:             ports/130946
Submitted by:   Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
2009-01-26 17:47:34 +00:00
Robert Noland
70244b8b7f Bump PORTREVISION for x11 drivers that weren't updated.
Approved by:	garga (mentor, implicit)
2009-01-24 22:06:28 +00:00
Florent Thoumie
340b57f8be - Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- 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).
2009-01-23 16:28:36 +00:00
Martin Wilke
4a2b408062 - Update to 0.8.2
PR:		129906
Submitted by:	Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
2009-01-17 22:55:27 +00:00
Pav Lucistnik
aa6dc6e7bd - No need to define USE_REINPLACE these days 2009-01-08 16:58:29 +00:00
Florent Thoumie
0e158d3730 Bye bye xf86-video-i810. Everybody should have switched to xf86-video-intel
by now. There's no more upstream development for i810 anyway.
2009-01-05 21:01:29 +00:00
Florent Thoumie
442bd57b81 Update distinfo.
Reported by:		GeJ (#bsdports)
2008-12-23 09:09:53 +00:00
Florent Thoumie
4e7ee53b06 - Update xf86-video-radeonhd to 1.2.4. [1]
- Fix CONFLICTS. [2]

PR:		ports/129642 [1], ports/129735 [2]
Submitted by:	rene [1], amdmi3 [2]
2008-12-23 08:47:57 +00:00
Florent Thoumie
5cb1d64f88 Update x11-drivers/xf86-video-intel to 2.4.3. 2008-12-22 23:59:29 +00:00
Mark Linimon
55eaa1a131 Mark as broken on sparc64.
Hat:	portmgr
2008-12-10 07:35:19 +00:00
Norikatsu Shigemura
ea00be6db1 o Fix typo (CONFLICT -> CONFLICTS).
o Add CONFLICTS xf86-video-ati by radeonhd.4x.
o Fix implicit dependency on libpci.
o Add workaround to substitute @MKDIR_P@ to fix install issue.
o Re-evaluate related autogen.sh and bsd.autotools.mk.
  [NOTE] bsd.autotools.mk (run-autotools target) substituted autogen.sh
         in almost case.

PR:		ports/129091
Suggested by:	Martin nakal at web dot de, and many people
2008-12-07 19:51:45 +00:00
Gabor Pali
284020307d - Fix missing shared object issue
- Try to remove XINPUTMODDIR

Submitted by:	maintainer (partially)
Approved by:	maintainer, gabor
2008-11-21 02:12:05 +00:00
Gabor Pali
136a7cbb03 Add an X.Org driver, a kernel module, and a script to configure X.Org
for Wacom tablets.

The X.Org driver is a port of the Linux Wacom Project's [1] work.

The kernel module required for USB tablets is provided by Bartosz
Fabianowski [2], and supports the following devices:

Graphire*, Graphire2*, Graphire3, Graphire4
Bamboo, Bamboo One*, Bamboo Fun
Intuos3, Cintiq 21UX
Volito*, Volito2*
PenStation2*, PenPartner2*

* not tested

PR:		ports/128547
Submitted by:	Dominic Fandrey [3]
Reviewed by:	gabor
Approved by:	gabor

[1] http://linuxwacom.sourceforge.net
[2] <freebsd (at) chillt (dot) de>
[3] <kamikaze (at) bsdforen (dot) de>
2008-11-18 14:07:44 +00:00
Gabor Pali
a1f7926707 - Remove xf86-input-wacom to be re-added it with a different name
PR:		ports/128547
Requested by:	flz
Approved by:	gabor
2008-11-18 14:04:03 +00:00
Gabor Pali
6986be9d27 Add an X.Org driver, a kernel module, and a script to configure X.Org
for Wacom tablets.

The X.Org driver is a port of the Linux Wacom Project's [1] work.

The kernel module required for USB tablets is provided by Bartosz
Fabianowski [2], and supports the following devices:

        Graphire*, Graphire2*, Graphire3, Graphire4
	Bamboo, Bamboo One*, Bamboo Fun
	Intuos3, Cintiq 21UX
	Volito*, Volito2*
	PenStation2*, PenPartner2*

* not tested

PR:		ports/128547
Submitted by:	Dominic Fandrey [3]
Reviewed by:	gabor
Approved by:	gabor

[1] http://linuxwacom.sourceforge.net
[2] <freebsd (at) chillt (dot) de>
[3] <kamikaze (at) bsdforen (dot) de>
2008-11-17 10:02:25 +00:00
Norikatsu Shigemura
6824f39666 Update to 2008.11.14.
Add some PCI IDs: RV730(Radeon HD 4670/4650), RV710(Radeon HD 4570/4350)
2008-11-14 12:46:28 +00:00
Robert Noland
037ec0f67d Update to 1.4.9
Approved by:	garga (mentor)
2008-11-10 16:36:28 +00:00
Norikatsu Shigemura
c726127e31 Fix pkg-plist.
Pointed out by:	QAT
2008-11-03 10:52:50 +00:00
Norikatsu Shigemura
2692986188 Fix build error [1] and cosmetic change.
Pointed out by:	QAT [1]
2008-11-03 10:40:44 +00:00
Norikatsu Shigemura
aaeaa7c379 o Update to 2008.11.03 based 1.2.3.
o Fix configure error by autoconf. [1]

Pointed out by:	QAT and pointyhat via erwin [1]
2008-11-02 18:41:42 +00:00
Robert Noland
362911893a Update to 0.10.0
PR:		128274
Reviewed by:	Paul Mahol
Approved by:	garga (mentor)
2008-10-23 18:48:32 +00:00
Norikatsu Shigemura
f5f04e336b Add xf86-video-radeonhd-devel 1.2.1.20080906, supports new
devices and features than xf86-video-radeonhd, but experimental.

Add CONFLICTS xf86-video-radeonhd and xf86-video-radeonhd-devel.

--
In this time, DRI is not usable.  Because 3D acceleration will
disable 2D acceleration, and it supports R5xx series only:-(.

EXA might be usable rather than XAA.  Because some XAA functions
aren't implemented.  But 2D acceleration is supported only R5xx.

Additional Hardwares:
	RV670:	Radeon HD 3690, FireStream 9170
	M86:	Mobility Radeon HD 3650, HD 3670, Mobility FireGL V5700
	M88:	Mobility Radeon HD 3850, HD 3850 X2, HD 3870, HD3870 X2
	RS740:	RS740, RS740M
	RS780:	Radeon HD 3100/3200/3300 Series
	RV770:	Radeon HD 4800 Series; Everest, K2, Denali ATI FirePro

PR:		ports/127173
Repocopied by:	portmgr (marcus)
Tested by:	many people on freebsd-current@ and freebsd-stable@
2008-09-27 20:02:36 +00:00
Pietro Cerutti
5455ba55e5 - Limit to i386 and amd64
Approved by:	portmgr (pav)
2008-09-15 19:48:37 +00:00
Pav Lucistnik
19e341640f - Mark BROKEN: does not compile
Reported by:	pointyhat
Approved by:	portmgr (self)
2008-09-14 20:43:36 +00:00
Martin Wilke
b304a2b7b5 - Update to 2.1.12 2008-09-05 13:39:41 +00:00
Florent Thoumie
fab3ed60d4 Update x11-drivers/xf86-video-intel to 2.4.2. 2008-09-02 12:14:51 +00:00
Martin Wilke
33756656b4 - Update to 2.1.11 2008-09-01 11:07:55 +00:00
Martin Wilke
a6d5ccceb5 - Update to 0.2.903
- Remove 5.X support
2008-09-01 11:07:28 +00:00
Martin Wilke
7c1705e15f - Update to 0.2.902
PR:		126625
Submitted by:	Mars G Miro <spry@anarchy.in.the.ph>
Approved by:	x11 (flz)
2008-08-26 14:09:11 +00:00
Rong-En Fan
741aa71483 Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)
2008-08-21 06:18:49 +00:00
Florent Thoumie
6fd6448c02 Update x11-drivers/xf86-video-intel to 2.4.0. 2008-07-31 15:11:07 +00:00
Xin LI
95e0d68aa8 Update to 2.3.2.
Approved by:	-x11@ (rnoland)
2008-07-23 02:59:02 +00:00
Xin LI
6eb44b6171 Update to 2.1.10.
Approved by:	x11@ (flz)
2008-07-15 23:14:37 +00:00
Florent Thoumie
39f6131762 Update x11-drivers/xf86-video-nv to 2.1.9.
PR:		ports/125065
Submitted by:	delphij
2008-06-28 10:02:32 +00:00
Jung-uk Kim
582b1941ce Update x11-drivers/xf86-video-ati to 6.9.0 and separate mach64 and r128
drivers into x11-drivers/xf86-video-mach64 and x11-drivers/xf86-video-r128
respectively.
2008-06-27 23:26:43 +00:00
Florent Thoumie
f34ee8f90a - Fix x11-drivers/synaptics after latest xorg-server update.
- Clean up a bit while I'm here (use hardcoded xorg-server version).

Reported by:	droso
2008-06-18 14:03:48 +00:00
Chin-San Huang
b47c9bfcc7 - Add conflicts with xf86-video-sis-intel. 2008-06-14 00:04:33 +00:00
Chin-San Huang
48a424a473 Add xf86-video-sis-intel 300407, x.Org sis display driver provided by
Intel.

PR:		ports/124461
Submitted by:	Alexey Illarionov <littlesavage at orionet.ru>
2008-06-14 00:01:35 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00
Martin Wilke
73c51b6762 - Update 1.2.1
PR:		122769
Submitted by:	Rene Ladan <r.c.ladan@gmail.com>
Approved by:	flz
2008-04-19 20:57:04 +00:00
Martin Wilke
3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- 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)
2008-04-19 17:56:05 +00:00
Pav Lucistnik
20948f3a6e - Update to 1.2.0
PR:		ports/122653
Submitted by:	Rene Ladan <r.c.ladan@gmail.com>
2008-04-11 11:58:00 +00:00
Florent Thoumie
85f98960d1 Update x11-drivers/xf86-video-intel to 2.2.1. 2008-04-01 12:04:23 +00:00