FreeBSD Bugzilla – Attachment 146603 Details for
Bug 191156
[MAINTAINER] x11-drivers/xf86-input-wacom: update to 0.26.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
update, v2
wacom_update.diff (text/plain), 2.50 KB, created by
Jan Beich
on 2014-08-31 14:49:39 UTC
(
hide
)
Description:
update, v2
Filename:
MIME Type:
Creator:
Jan Beich
Created:
2014-08-31 14:49:39 UTC
Size:
2.50 KB
patch
obsolete
>Index: x11-drivers/xf86-input-wacom/Makefile >=================================================================== >--- x11-drivers/xf86-input-wacom/Makefile (revision 366336) >+++ x11-drivers/xf86-input-wacom/Makefile (working copy) >@@ -1,7 +1,7 @@ > # $FreeBSD$ > > PORTNAME= xf86-input-wacom >-PORTVERSION= 0.24.99.1 >+PORTVERSION= 0.25.99.1 > CATEGORIES= x11-drivers > MASTER_SITES= SF/linuxwacom/${PORTNAME} > >@@ -19,6 +19,13 @@ CONFIGURE_ARGS= --without-systemd-unit-dir \ > --without-udev-rules-dir \ > --without-doxygen > >+OPTIONS_DEFINE= DEBUG TEST >+ >+DEBUG_CONFIGURE_ENABLE=debug >+ >+TEST_CONFIGURE_ENABLE=unit-tests >+TEST_ALL_TARGET=check >+ > post-patch: > @${REINPLACE_CMD} -e 's/as_fn_error.*udev/${TRUE} &/' \ > -e 's/dir=.*xorg-server/& \ >Index: x11-drivers/xf86-input-wacom/distinfo >=================================================================== >--- x11-drivers/xf86-input-wacom/distinfo (revision 366336) >+++ x11-drivers/xf86-input-wacom/distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (xorg/driver/xf86-input-wacom-0.24.99.1.tar.bz2) = 4b68b1570bd6ce085010980fa1842825e5d676cd2962ec6ad2d7d5bc52149983 >-SIZE (xorg/driver/xf86-input-wacom-0.24.99.1.tar.bz2) = 586002 >+SHA256 (xorg/driver/xf86-input-wacom-0.25.99.1.tar.bz2) = 395142ebc8864ba6aa6c6bc7ce65c1f00d71ac31cef029b24fb248c34325546e >+SIZE (xorg/driver/xf86-input-wacom-0.25.99.1.tar.bz2) = 588017 >Index: x11-drivers/xf86-input-wacom/files/patch-test-wacom-tests.c >=================================================================== >--- x11-drivers/xf86-input-wacom/files/patch-test-wacom-tests.c (revision 0) >+++ x11-drivers/xf86-input-wacom/files/patch-test-wacom-tests.c (working copy) >@@ -0,0 +1,19 @@ >+--- test/wacom-tests.c~ >++++ test/wacom-tests.c >+@@ -184,7 +184,7 @@ test_normalize_pressure(void) >+ >+ priv.common = &common; >+ priv.pInfo = &pInfo; >+- pInfo.name = strdupa("Wacom test device"); >++ pInfo.name = strdup("Wacom test device"); >+ common.wcmPressureRecalibration = 1; >+ >+ priv.minPressure = 0; >+@@ -229,6 +229,7 @@ test_normalize_pressure(void) >+ /* we count up, so assume normalised pressure goes up too */ >+ assert(prev_pressure == pressure); >+ } >++ free(priv.pInfo->name); >+ } >+ >+ /** > >Property changes on: x11-drivers/xf86-input-wacom/files/patch-test-wacom-tests.c >___________________________________________________________________ >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
jbeich
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 191156
:
143901
|
146603
|
146607
|
146608
|
146609
|
146699
|
146700
|
146860
|
147253
|
147254
|
147687
|
147688
|
147690