Created attachment 143901 [details] update Version bump only. No code changes since 0.24.99.1. $ PAGER=cat git diff xf86-input-wacom-0.24.99.1..xf86-input-wacom-0.25.0 diff --git a/configure.ac b/configure.ac index bc980db..1e807c8 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([xf86-input-wacom], - [0.24.99.1], + [0.25.0], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xf86-input-wacom]) AC_CONFIG_MACRO_DIR([m4])
Created attachment 146603 [details] update, v2 - update to 0.25.99.1 - add DEBUG and TEST options
Created attachment 146607 [details] update, v3 Added LICENSE and fixed a few build errors with TEST vs. old Xserver. xorg-server-1.15.2: builds fine xorg-server-1.12.4: fake-symbols.c:96: error: conflicting types for 'xf86CheckStrOption' /usr/local/include/xorg/xf86Opt.h:88: error: previous declaration of 'xf86CheckStrOption' was here fake-symbols.c:290: error: conflicting types for 'XIChangeDeviceProperty' /usr/local/include/xorg/exevents.h:91: error: previous declaration of 'XIChangeDeviceProperty' was here fake-symbols.c:362: warning: no previous prototype for 'LogMessageVerbSigSafe' fake-symbols.c:513: error: redefinition of typedef 'InputOption' /usr/local/include/xorg/input.h:218: error: previous declaration of 'InputOption' was here xorg-server-1.7.7: --- wacom_tests-wacom-tests.o --- In file included from wacom-tests.c:23: ./fake-symbols.h:5:10: fatal error: 'Xprintf.h' file not found #include <Xprintf.h> ^ --- wacom_tests-fake-symbols.o --- In file included from fake-symbols.c:1: ./fake-symbols.h:5:10: fatal error: 'Xprintf.h' file not found #include <Xprintf.h> ^ 1 error generated.
Created attachment 146608 [details] 9.3R i386 log (implicit WITH_NEW_XORG)
Created attachment 146609 [details] 10.0 amd64 log (TEST=on DEBUG=on)
Created attachment 146699 [details] update, v3.1 Replace STRIP_CMD with install-strip.
Created attachment 146700 [details] 9.3R i386 log (implicit WITH_NEW_XORG)
Created attachment 146860 [details] update, v3.2 update to 0.25.99.2
Created attachment 147253 [details] update, v3.3 update to 0.26.0
Created attachment 147254 [details] 9.1R i386 log
Created attachment 147687 [details] update, v3.4 - update 0.26.1 - kill @dirrm (per CHANGES from 20140922)
Created attachment 147688 [details] 10.0R amd64 log (TEST=on DEBUG=on)
Created attachment 147690 [details] 9.3R i386 log (implicit WITH_NEW_XORG)
Resetting to general queue per timeout (3 months). This port isn't part of Xorg distribution (katamari or module), merely a third-party addition to. Let x11@ handle other xf86-* drivers while I still haven't lost interest in this port.
Jan knows what he's doing, moving to patch-ready pool.
A commit references this bug: Author: madpilot Date: Mon Oct 13 17:01:29 UTC 2014 New revision: 370792 URL: https://svnweb.freebsd.org/changeset/ports/370792 Log: - Update to 0.26.1 - Add LICENSE - Add OPTIONS - Remove dirrms PR: 191156 Submitted by: Jan Beich <jbeich at vfemail.net> (maintainer) Changes: head/x11-drivers/xf86-input-wacom/Makefile head/x11-drivers/xf86-input-wacom/distinfo head/x11-drivers/xf86-input-wacom/files/patch-test-fake-symbols.c head/x11-drivers/xf86-input-wacom/files/patch-test-fake-symbols.h head/x11-drivers/xf86-input-wacom/files/patch-test-wacom-tests.c head/x11-drivers/xf86-input-wacom/pkg-plist
Committed. Thanks!