1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
Commit Graph

357 Commits

Author SHA1 Message Date
Jan Beich
7dfcbdccec x11-drivers/xf86-input-wacom: prevent devd(8) loading ums(4) first
devd(8) tries to load drivers for some classes of devices while rc.d/wacom
disables ums(4) for wacom devices. Adding quirks after the driver is loaded
would be too late.

PR:		207506
Submitted by:	rozhuk.im@gmail.com
MFH:		2016Q1
2016-02-28 12:16:13 +00:00
Jan Beich
4fe6efaf67 x11-drivers/xf86-input-wacom: missed pkg-plist comment in r408423
PR:		206086
2016-02-08 04:54:50 +00:00
Jan Beich
36a5de4d65 x11-drivers/xf86-input-wacom: new device and hotplug support
- Add device IDs for the following tablets:
    Intuos Draw small
    Intuos Art/Photo/Comic small
    Intuos Draw medium
    Intuos Art medium
- Add and enable devd(8) hotplug support
- Work around devd failing to remove stale device files opened by Xserver
- Drop Xserver 1.7 tip from pkg-message after r374982

PR:		206086
Submitted by:	rozhuk.im@gmail.com
2016-02-07 16:26:36 +00:00
Dmitry Marakasov
b9398223bd Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by:	portmgr blanket
2016-01-12 16:20:31 +00:00
Jan Beich
34bda9a5d8 x11-drivers/xf86-input-wacom: update to 0.32.0
Changes:	http://sourceforge.net/p/linuxwacom/mailman/message/34642460/
2015-12-07 05:02:12 +00:00
Dmitry Marakasov
0685c2bba4 - Kill references to drivers removed in r352941
Approved by:	portmgr blanket
2015-11-26 17:14:53 +00:00
Koop Mast
9d8a3eef53 Add USES=uidfix to allow build as a user.
PR:		200055
Submitted by:	John Hein <z7dr6ut7gs@snkmail.com>
2015-11-02 21:23:46 +00:00
Koop Mast
1742c4fbee Xorg-server update to 1.17.2 with related driver updates and bumps.
Update fontproto to 2.1.3.
Update libXfont to 1.5.1.
Update xf86-input-keyboard 1.8.1.
Update xf86-input-vmmouse to 13.1.0.
Update xf86-input-void to 1.4.1.
Update xf86-video-chips to 1.2.6.
Update xf86-video-cirrus to 1.5.3.
Update xf86-video-mach64 to 6.9.5.
Update xf86-video-neomagic to 1.2.9.
Update xf86-video-r128 to 6.10.0.
Update xf86-video-s3virge to 1.10.7.
Update xf86-video-savage to 2.3.8.
Update xf86-video-siliconmotion to 1.7.8.
Update xf86-video-sis to 0.10.8.
Update xf86-video-trident to 1.3.7.
Update xf86-video-vesa to 2.3.4.

* All other xf86-* drivers where bump and/or patched to allow them to
  compile and work with the new xorg-server.
* The ATI-ums driver is removed because the API it depends on was
  removed from the xorg-server.
* Add patch to sunffb to make the lack of XAA non-fatal
  (not build/run tested due to lack of hardware).
* Remove the extra patches in xorg-server for arm. The code seems to
  support it now natively. Please file a bug if this is not the case.
* Update the xorg-server support in virtualbox-ose-additions for vboxmouse. [1]

Submitted by:	jkim@ [1]
Obtained from:	Graphics devel repo
2015-10-13 07:45:08 +00:00
Jimmy Olgeni
feb651a670 Typos, whitespace and capitalization fixes (S-X). 2015-09-20 21:12:20 +00:00
Jan Beich
efa1a100ac x11-drivers/xf86-input-evdev: add new port
PR:		196978
Submitted by:	hselasky

This package contains the X.Org xf86-input-evdev driver. It supports
all input devices that webcamd knows about, including tablets,
touchscreens, joysticks and HIDs.
2015-09-16 10:28:43 +00:00
Jan Beich
23528cd272 x11-drivers/xf86-input-wacom: switch to lighter libudev workaround 2015-09-16 10:27:05 +00:00
Jan Beich
79fe485645 multimedia/webcamd: clarify version requirements in consumers
webcamd exposes V4L/DVB/EVDEV/etc devices with consumer ABI configured
by v4l_compat version during build. Drop >0 dummy as V4L is available
since day 1 and we only want the daemon. This syncs RUN_DEPENDS with:

  multimedia/gstreamer-plugins-v4l2
  multimedia/gstreamer1-plugins-v4l2
2015-09-16 10:26:41 +00:00
Jan Beich
236634dd8b x11-drivers/xf86-input-wacom: revert small part of r381903
|load_kld -e| cannot detect usb_quirk(4) at all and GENERIC kernel
always has it via |device usb|. So, the following happens:

  $ kldstat -v | fgrep quirk
  $ kldstat -m usb_quirk.ko
  kldstat: can't find module usb_quirk.ko: No such file or directory

  $ service wacom start
  kldload: can't load usb_quirk: module already loaded or in kernel
  /usr/local/etc/rc.d/wacom: WARNING: Unable to load kernel module usb_quirk

|kldload -n| is supported even by DragonFly, so there's no reason to
care for no longer supported FreeBSD 8.x.
2015-09-10 03:48:47 +00:00
Jan Beich
0a041a1b55 x11-drivers/xf86-input-wacom: update to 0.31.0
Changes:	http://sourceforge.net/p/linuxwacom/mailman/message/34382406/
2015-08-20 13:10:30 +00:00
Jan Beich
87eb8f7a27 x11-drivers/xf86-input-wacom: update to 0.30.0
Changes:	http://sf.net/p/linuxwacom/xf86-input-wacom/ci/xf86-input-wacom-0.30.0/log/
2015-06-15 13:05:25 +00:00
Mathieu Arnold
fb4deed873 Update ports in the remaining categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-07 20:24:15 +00:00
Koop Mast
1fc509c591 Misc X.org port updates:
Update gccmakedep to 1.0.3.
Update imake to 1.0.7.
Update libpciaccess to 0.13.3.
Update libdrm to 2.4.60.
Update bitmap to 1.0.8.
Update fstobdf to 1.0.6.
Update iceauth to 1.0.7.
Update libXdmcp to 1.1.2.
Update libXp to 1.0.3.
Update libXvMC to 1.0.9.
Update libXxf86vm to 1.1.4.
Update libxshmfence to 1.2.
Update randrproto to 1.4.1.
Update rgb to 1.0.6.
Update sessreg to 1.1.0.
Update xcb-util-cursor to 0.1.2.
Update xedit to 1.2.2.
Update xkbcomp to 1.3.0.
Update xkeyboard-config to 2.14.
Update xproto to 7.0.27.
Update xf86-input-mouse to 1.9.1.
Update xf86-input-synaptics to 1.8.2.
Update xf86-video-i710 to 1.3.5.
Update xf86-video-mga to 1.6.4.
Update xf86-video-tdfx to 1.4.6.
Update xf86-video-vmware to 13.1.0.
Update bdftopcf to 1.0.5.
Update font-util to 1.3.1.
Update fslsfonts to 1.0.5.
Update mkfontscale to 1.1.2.
Update showfont to 1.0.5.
Update xfs to 1.1.4.
Update xfsinfo to 1.0.5.

Remove :keepla from USES=libtool for X libraries in bsd.xorg.mk, and bump
  all affected ports.

PR:		199400
Obtained from:	Xorg-devel repo
2015-04-18 15:34:36 +00:00
Koop Mast
ea9c920027 Add patches to allow xf86-video-intel to build with newer xorg-server
versions that 1.14.

Obtained from:	xorg devel repo
2015-04-18 15:20:38 +00:00
Baptiste Daroussin
3653512237 Convert to USES=metaport 2015-03-28 14:53:16 +00:00
Baptiste Daroussin
214f862e95 Convert into a real meta port 2015-03-28 14:40:59 +00:00
Jean-Sébastien Pédron
c3af233527 x11-drivers/drm-kmod: Port for the DRM kernel drivers for FreeBSD 9.3
This port allows us to provide updated DRM kernel drivers on FreeBSD
9.3. Kernel modules are suffixed with "_port" compared to the vanilla
drivers (eg. i915kms.ko becomes i915kms_port.ko). The device-independent
module, renamed as drm2_port.ko, is also included. However, Radeon
firmwares are not: the vanilla ones are still being used.

xf86-video-ati and xf86-video-intel depends on drm-kmod on FreeBSD 9.3.
These ports are modified to automatically load the *_port kernel module.

This initial version brings hardware context support to the i915 driver.
This feature is required by Mesa 9.2+, which itself is required by
xserver 1.15+.

Differential Revision:	https://reviews.freebsd.org/D2149
Reviewed by:	kwm
Approved by:	kwm
Tested by:	Florian Degner <f.degner@gmx.de>
2015-03-27 08:33:27 +00:00
Bartek Rutkowski
4d48453215 x11-drivers/xf86-video-intel: add CPE information
PR:		197970
Submitted by:	Shun <shun.fbsd.pr@dropcut.net>
Approved by:	kwm (blanket)
2015-03-25 12:28:33 +00:00
Jan Beich
13f75ca8fd - Update to 0.29.0
- Convert to load_kld as 8.4R lacks kldload -n [1]
- Provide _stop command useful for testing
- Reword pkg-message to nudge looking inside rc.d/wacom

Suggested by:	flo (via D1595) [1]
2015-03-22 11:03:02 +00:00
Bartek Rutkowski
b71130f633 x11-drivers/xf86-input-wacom: update 0.27.0 -> 0.28.0
- Add RC script
- Add moused(8) workaround

PR:		196539
Submitted by:	Jan Beich <jbeich@FreeBSD.org>
2015-03-13 15:03:26 +00:00
Mark Linimon
cc41e2f7ab Move ATI driver to be specific to x86. This fixes the xorg build for arm
and sparc64.

PR:		196858
Submitted by:	linimon
Reviewed by:	sbruno
Approved by:	maintainer timeout
2015-02-23 14:34:45 +00:00
Jan Beich
3e90806aee Per convention change my address to @FreeBSD.org
Differential Revision:	https://reviews.freebsd.org/D1565
Approved by:		bapt (mentor)
2015-01-20 22:03:55 +00:00
Antoine Brodin
4c3cddf0df - Add missing build dependencies
- Cleanup plist
2014-12-28 20:11:53 +00:00
Gleb Smirnoff
c7bae42771 Use autoreconf.
Submitted by:	bapt
2014-12-28 18:42:46 +00:00
Gleb Smirnoff
2c64f1bbdf Revive the xf86-input-egalax driver. It now compiles with new Xorg. 2014-12-28 18:12:26 +00:00
Jean-Sébastien Pédron
91293a3505 x11-servers/xorg-server: Update to 1.14
The X.Org server has been updated to 1.14. The changes it brings are described
in a post on the Graphics team blog:
http://blogs.freebsdish.org/graphics/2014/11/19/xserver-1-14-update-ready/

The most noticable change is the DEVD input device autodetection backend
which is enabled by default, replacing the HAL backend. The keyboard
layout configuration must be migrated from HAL's .fdi files to X.Org
files. The procedure is explained in the post mentionned above.

Several ports were removed with this update, mainly because they are not
compatible with the X.Org server anymore:
    o  nvidia-driver-71
    o  nvidia-driver-96
    o  xf86-input-egalax
    o  xf86-video-newport
    o  xf86-video-tga

PR:		155696, 181660, 183478 (partially fixed), 188640, 191331
Differential Revision:	https://reviews.freebsd.org/D1337
Submitted by:	ak (most of the work on the DEVD backend), dumbbell, kwm,
		zeising
Tested by:	Many people on freebsd-x11@ and IRC
Reviewed by:	kwm, portmgr (antoine)
Approved by:	kwm, portmgr (antoine)
2014-12-19 23:03:54 +00:00
Alexey Dokuchaev
9d29351fc1 Sort entries alphabetically across all categories to avoid extra repo churn. 2014-12-07 16:21:36 +00:00
Thomas Zander
5570f85834 Update to upstream version 0.27.0
PR:		195370
Submitted by:	jbeich@vfemail.net (maintainer)
2014-12-06 14:07:53 +00:00
Jean-Sébastien Pédron
d0a8ed3d74 xf86-video-ati: Update to 7.5.0
This update brings several bug fixes. Furthermore, it improves Glamor
support, though this feature isn't supported by FreeBSD yet.

Differential Revision:	https://reviews.freebsd.org/D1106
Tested by:	Many on freebsd-x11@
Reviewed by:	bapt@, kwm@
Approved by:	bapt@
2014-11-04 20:32:43 +00:00
Koop Mast
7911f2065e Remove UMS DDX support (xf86-video-intel 2.7.1).
Use INSTALL_TARGET=install-strip for stripping.
Rename patches to patch-.
Add two patches to fix crashing the 1.14 xserver.
2014-10-28 11:02:44 +00:00
Koop Mast
958771a1eb Remove the switch code between 6.14.6 and 7.2.0.
Update to 7.2.0, since we have xf86-video-ati-ums for 6.14.6.
2014-10-20 14:27:59 +00:00
Guido Falsi
f67c6ccb32 - Update to 0.26.1
- Add LICENSE
- Add OPTIONS
- Remove dirrms

PR:		191156
Submitted by:	Jan Beich <jbeich at vfemail.net> (maintainer)
2014-10-13 17:01:27 +00:00
Baptiste Daroussin
e57234df3e Fix pkgname 2014-10-03 13:10:15 +00:00
Baptiste Daroussin
1c8cd45c14 Add a ums only version of the ati drivers 2014-10-03 08:36:17 +00:00
Baptiste Daroussin
d43fe1ad8f Arbitrary bump portrevision to make sure a newer version is installed alon with the
new xorg update
2014-10-01 06:43:32 +00:00
Alex Kozlov
e68ed3b879 - Fix extra keyboards patch, was broken by 1.8.0 update
Approved by:	x11 (kwm)
2014-09-12 17:16:39 +00:00
Gerald Pfeifer
0abc164359 Fix the PORTREVISION bump for the lang/gcc update that went badly for
ports (x11-drivers plus graphics/libGL plus x11-servers/xorg-server)
that handle PORTREVISION in a creative manner hardly lending itself
to any form of automated bumping.

PR:		192025
Reported by:	Scott Allendorf <scott-allendorf@uiowa.edu>
2014-09-12 00:01:23 +00:00
Gerald Pfeifer
15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00
Koop Mast
770a1c064b Rework checks to select between UMS and KMS versions of the ati driver.
Developed with:	dumbbell@
Obtained from:	xorg-dev repo
2014-09-10 10:42:46 +00:00
Koop Mast
8285c763fe Don't query console keymap
This seems to be useless and doesn't work anymore with vt(4), due to the
use of Unicode codepoints in vt(4). The new patch remove the related
code. This fixes a segmentation fault during X.Org server startup.

PR:             191459
Submitted by:   Claude Buisson <clbuisson@orange.fr> (earlier version)
Obtained from:	xorg-dev
2014-09-09 08:20:37 +00:00
Baptiste Daroussin
dc4105d58d Remove non staged ports without pending PR from * 2014-09-02 11:45:57 +00:00
Antoine Brodin
7f82a06f60 Attempt to unbreak
Reported by:	pkg-fallout
2014-08-09 09:23:25 +00:00
Adam Weinberger
2bff30e0da Add USE_XORG=inputproto.
CC       scfb_driver.lo
In file included from scfb_driver.c:53:
In file included from /usr/local/include/xorg/xf86.h:46:
In file included from /usr/local/include/xorg/xf86str.h:39:
In file included from /usr/local/include/xorg/scrnintstr.h:58:
/usr/local/include/xorg/dix.h:57:10: fatal error: 'X11/extensions/XI.h' file not found
#include <X11/extensions/XI.h>
2014-08-07 00:03:33 +00:00
Koop Mast
33b8ef0bfe Update to 0.0.4.
Fixed obtaining of Frame Buffer line byte size

Drop XORG_CAT it interferes with GITHUB macro's
Drop ONLY_FOR_ARCHs

Submitted by:	maintainer
Reviewed by:	maintainer
2014-07-30 11:47:31 +00:00
Baptiste Daroussin
b7ac854ab4 Update wacom input driver to 0.24.99.1
- replace rc.d script with a sample file to simplify configuration
- use the underlying install target; this exposes xorg headers which may
  be used by gnome-settings-daemon
- drop gmake and autotools dependencies
- drop explicit xinput dependency
- require webcamd to get /dev/input/eventN
- require xinerama for xsetwacom display mapping
- explicitly disable doxygen docs
- add wacom to xorg-drivers port
- pass maintainership to submitter
- enable support of wacom tablets connected via a serial port [1]
- support stage

PR:		175876 , 181133 [1]
Submitted by:	Jan Beich, aasoft@gmail.com [1]
2014-06-11 06:44:41 +00:00
Jimmy Olgeni
55dc0f983a Remove all space characters from Makefile assignments.
No functional changes included.

CR:		D193 (except math/sedumi)
Approved by:	portmgr (bapt)
2014-06-08 19:51:27 +00:00