non port: x11-drivers/xf86-input-wacom/Makefile |
Number of commits found: 45 |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Tuesday, 2 Aug 2022
|
13:19 Baptiste Daroussin (bapt)
xorg: bump revision of drivers after xorg-server upgrade
The internal ABI has been bumped
60acfbb |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Sunday, 31 Jan 2021
|
01:55 jbeich
Drop illusion of maintenance
Gift important ports (reset if undesired):
- multimedia/libmtp -> desktop@
- x11-drivers/xf86-input-wacom -> x11@
 |
Monday, 28 Sep 2020
|
19:59 zeising
Bump portrevision for devel/evdev-proto
Bump portrevision on everything with a build dependency on
devel/evdev-proto, to chace the update of evdev-proto in r550442.
 |
Sunday, 1 Mar 2020
|
13:30 jbeich
x11-drivers/xf86-input-wacom: deprecate in favor of xf86-input-libinput
Still maintained upstream, so not expiring yet.
 |
Thursday, 20 Feb 2020
|
21:15 zeising
Update xorg x11 servers to 1.20.7
Update xorg x11 servers to 1.20.7. This updates x11-servers/xorg-server,
xephyr, xorg-dmx, xorg-nestserver, xorg-vbserver and xwayland.
Enable the UDEV backend by default, instead of the DEVD backend, for
autoconfiguration of input devices on FreeBSD 12 and later.
FreeBSD 11 lacks the needed support in base and will keep on using the DEVD
backend.
Support for the HAL backend is dropped completely, it has been deprecated
for a long time.
Update and improve the DEVD backend.
Add a pkg message about sysctl configuration that might be needed when using
UDEV.
Use the upstream fix for glamour issues.
Use evdev xkb rules by default in xwayland [2]
Add x11-drivers/xf86-input-libinput to the list installed by default by
x11-drivers/xorg-drivers.
Fix net/tigervnc-server and emulators/virtualbox-ose
Bump portrevision of all x11 drivers, as well as other ports dependent on
xorg-server.
This represents work by many people over a long period. These include
wulf, ak, dumbbell, hselasky pete AT nomadlogic DOT org, jbeich, manu,
myself and possibly others (I tried to look through history, but might have
missed people. If so, I am sorry.)
PR: 196678 [1], 244129 [2]
Submitted by: hselasky, wulf [1], jbeich [2]
Obtained
from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xserver-1.20
(in part)
 |
Monday, 23 Dec 2019
|
05:37 jbeich
x11-drivers/xf86-input-wacom: update to 0.39.0
Changes: https://github.com/linuxwacom/xf86-input-wacom/releases/tag/xf86-input-wacom-0.39.0
Reported by: GitHub (watch releases)
 |
Sunday, 3 Nov 2019
|
21:56 zeising
Switch all ports to use USES=xorg-cat
Change all ports to use USES=xorg-cat instead of the old XORG_CAT
Add USES=xorg and USES=gl as needed to x11@ ports
 |
Monday, 14 Oct 2019
|
19:15 jbeich
x11-drivers/xf86-input-wacom: update to 0.38.0
Changes: https://github.com/linuxwacom/xf86-input-wacom/releases/tag/xf86-input-wacom-0.38.0
Reported by: GitHub (watch releases)
 |
Wednesday, 19 Jun 2019
|
06:50 jbeich
x11-drivers/xf86-input-wacom: update to 0.37.0
Changes: https://github.com/linuxwacom/xf86-input-wacom/releases/tag/xf86-input-wacom-0.37.0
Reported by: GitHub (watch releases)
 |
Wednesday, 19 Dec 2018
|
09:09 zeising
Split out evdev headers from multimedia/v4l_compat
Split out evdev headers (input.h, input-event-codes.h, uinput.h) into their
own port, devel/evdev-proto, and update those to be current with the Linux
4.19 kernel. This is done in order to be able to update the rest of the
FreeBSD input stack, which is forthcoming.
By splititng out the evdev headers we can update them independent of other
updates in v4l_compat, which makes it easier for the graphics team to keep
track of them and keep them updated as needed.
Update devel/libevdev from 1.4.4 to 1.5.9 instead of trying to make it work
with the updated headers. This will be further updated.
Update devel/py-evdev from 0.5.0 to 0.8.1 instead of trying to make it work
with the updated evdev headers.
Update consumers to use devel/evdev-proto rather than multimedia/v4l_compat
as needed, and bump portrevisions.
This is the first step in getting the FreeBSD input stack (libevdev,
libinput and so on) updated to newer versions.
Many thanks to all who have helped out with testing, code and exp-runs.
Apologies if I've forgotten to add any names.
PR: 222905, 217248, (based on, in part), 233787 (exp-run)
Submitted by: Greg V, wulf
Tested by: tcberner, kde
Exp-run by: antoine
Approved by: portmgr (antoine)
Obtained from: FreeBSDDesktop development repo
https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/input
https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/input-ports
 |
Saturday, 29 Sep 2018
|
08:04 riggs
Bump PORTREVISION to chase update of multimedia/v4l_compat and libv4l
 |
Tuesday, 11 Sep 2018
|
18:34 zeising
Change x11/xorgproto to become a build dep
Change x11/xorgproto to become a build time dependency when added to
USE_XORG. Change the dependency to be on the port, rather than a file the
port installs.
Fix fallout.
Bump portrevision on depending ports.
PR: 230909
Reviewed by: eadler
Approved by: portmgr (antoine)
Obtained
from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto
exp-run: antoine
Differential Revision: https://reviews.freebsd.org/D16906
 |
Tuesday, 31 Jul 2018
|
18:41 zeising
Switch to xorgproto instead of individual packages
Upstream used to distribute protocol headers as separate packages, but has
decided to merge those to a common package, named xorgproto. This update
tracks that change.
* Add a new port, x11/xorgproto, with are protocol headers for xorg.
* Hook the new protocol port to the build and to infrastructure in
bsd.xorg.mk.
* Update all ports with a dependency on any of the old *proto packages to
instead depend on xorgproto. Bump portrevision.
* Delete the old *proto packages, update MOVED.
PR: 230023
Submitted by: zeising
Approved by: portmgr (antoine)
exp-run by: antoine
 |
Thursday, 3 May 2018
|
01:19 jbeich
x11-drivers/xf86-input-wacom: update to 0.36.1
Changes: https://github.com/linuxwacom/xf86-input-wacom/releases/tag/xf86-input-wacom-0.36.1
Reported by: Repology
MFH: 2018Q2
 |
01:06 jbeich
x11-drivers/xf86-input-wacom: chase home per HTTP redirect
 |
Thursday, 25 Jan 2018
|
00:53 jbeich
x11-drivers/xf86-input-wacom: update to 0.36.0
Changes: https://sourceforge.net/p/linuxwacom/mailman/message/36201833/
 |
Wednesday, 28 Jun 2017
|
19:40 jbeich
x11-drivers/xf86-input-wacom: update to 0.35.0
Changes: https://sourceforge.net/p/linuxwacom/mailman/message/35914015/
MFH: 2017Q2
 |
Friday, 10 Mar 2017
|
18:57 jbeich
x11-drivers/xf86-input-wacom: update to 0.34.2
Changes: https://sourceforge.net/p/linuxwacom/mailman/message/35711101/
MFH: 2017Q1
 |
Saturday, 11 Feb 2017
|
14:17 rezny
Xorg-servers update to 1.18.4 with driver updates and revision bumps.
Update xf86-video-ati to 7.8.0
Update xf86-video-intel to 2.99.917.20170103
Update xf86-input-synaptics to 1.9.0
Update xf86-input-evdev to 2.10.5
Update xf86-video-r128 to 6.10.2
Update xf86-video-rendition to 4.2.6
New port: xf86-video-geode
PR: 214591,216269,214687,214593,214715,216276,216277,216278,216287,
216288,216292,216298,214560,216299,216300,216301,216302
Approved by: swills (mentor, portmgr)
Differential Revision: https://reviews.freebsd.org/D9436
 |
Tuesday, 6 Dec 2016
|
22:54 jbeich
x11-drivers/xf86-input-wacom: update to 0.34.0 and fix stage-qa
Error: /usr/local/bin/xsetwacom is linked to /usr/local/lib/libX11.so.6 from
x11/libX11 but it is not declared as a dependency
Warning: you need USE_XORG+=x11
Error: /usr/local/bin/xsetwacom is linked to /usr/local/lib/libXext.so.6 from
x11/libXext but it is not declared as a dependency
Warning: you need USE_XORG+=xext
Changes: https://sourceforge.net/p/linuxwacom/mailman/message/35533919/
 |
Saturday, 14 May 2016
|
22:32 jbeich
x11-drivers/xf86-input-wacom: update to 0.33.0
Changes: https://sourceforge.net/p/linuxwacom/mailman/message/35064075/
 |
Wednesday, 16 Mar 2016
|
12:58 jbeich
Drop default directory from _DEPENDS in my ports
https://lists.freebsd.org/pipermail/freebsd-ports/2015-October/100794.html
 |
Sunday, 28 Feb 2016
|
12:16 jbeich
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
 |
Sunday, 7 Feb 2016
|
16:26 jbeich
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
 |
Tuesday, 12 Jan 2016
|
16:20 amdmi3
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket
 |
Monday, 7 Dec 2015
|
05:02 jbeich
x11-drivers/xf86-input-wacom: update to 0.32.0
Changes: http://sourceforge.net/p/linuxwacom/mailman/message/34642460/
 |
Tuesday, 13 Oct 2015
|
07:45 kwm
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
 |
Wednesday, 16 Sep 2015
|
10:27 jbeich
x11-drivers/xf86-input-wacom: switch to lighter libudev workaround
 |
10:26 jbeich
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
 |
Thursday, 10 Sep 2015
|
03:48 jbeich
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.
 |
Thursday, 20 Aug 2015
|
13:10 jbeich
x11-drivers/xf86-input-wacom: update to 0.31.0
Changes: http://sourceforge.net/p/linuxwacom/mailman/message/34382406/
 |
Monday, 15 Jun 2015
|
13:05 jbeich
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/
 |
Sunday, 22 Mar 2015
|
11:03 jbeich
- 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]
 |
Friday, 13 Mar 2015
|
15:03 robak
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>
 |
Tuesday, 20 Jan 2015
|
22:03 jbeich
Per convention change my address to @FreeBSD.org
Differential Revision: https://reviews.freebsd.org/D1565
Approved by: bapt (mentor)
 |
Friday, 19 Dec 2014
|
23:03 dumbbell
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)
 |
Saturday, 6 Dec 2014
|
14:07 riggs
Update to upstream version 0.27.0
PR: 195370
Submitted by: jbeich@vfemail.net (maintainer)
 |
Monday, 13 Oct 2014
|
17:01 madpilot
- Update to 0.26.1
- Add LICENSE
- Add OPTIONS
- Remove dirrms
PR: 191156
Submitted by: Jan Beich <jbeich at vfemail.net> (maintainer)
 |
Wednesday, 10 Sep 2014
|
20:50 gerald
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)
 |
Wednesday, 11 Jun 2014
|
06:44 bapt
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]
 |
Tuesday, 18 Nov 2008
|
14:04 pgj
- Remove xf86-input-wacom to be re-added it with a different name
PR: ports/128547
Requested by: flz
Approved by: gabor
 |
Monday, 17 Nov 2008
|
10:02 pgj
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>
 |
Number of commits found: 45 |