Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: [PR PATCH] evtest: update to 1.34.
Date: Sun, 01 Sep 2019 18:43:09 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-14146@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 348 bytes --]

There is a new pull request by daniel-eys against master on the void-packages repository

https://github.com/daniel-eys/void-packages evtest
https://github.com/void-linux/void-packages/pull/14146

evtest: update to 1.34.
musl-patch was picked from upstream

A patch file from https://github.com/void-linux/void-packages/pull/14146.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-evtest-14146.patch --]
[-- Type: text/x-diff, Size: 2622 bytes --]

From 3cfb3cb312bfc4f66c2ae8a3be612f545c92e800 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Ey=C3=9Fer?= <daniel.eysser@gmail.com>
Date: Sun, 1 Sep 2019 15:51:07 +0200
Subject: [PATCH] evtest: update to 1.34.

---
 .../0001-Add-missing-limits.h-include.patch   | 37 +++++++++++++++++++
 srcpkgs/evtest/template                       |  6 +--
 2 files changed, 40 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/evtest/patches/0001-Add-missing-limits.h-include.patch

diff --git a/srcpkgs/evtest/patches/0001-Add-missing-limits.h-include.patch b/srcpkgs/evtest/patches/0001-Add-missing-limits.h-include.patch
new file mode 100644
index 00000000000..88ccfc13fdd
--- /dev/null
+++ b/srcpkgs/evtest/patches/0001-Add-missing-limits.h-include.patch
@@ -0,0 +1,37 @@
+From 5eb4ab1c139ea38ebe6bb4acba08b09ee7d77d3c Mon Sep 17 00:00:00 2001
+From: Baruch Siach <baruch@tkos.co.il>
+Date: Sun, 18 Aug 2019 10:01:06 +0300
+Subject: [PATCH] Add missing limits.h include
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Fixes build with musl libc that does not include limits.h indirectly via
+other headers.
+
+evtest.c: In function ‘scan_devices’:
+evtest.c:886:14: error: ‘PATH_MAX’ undeclared (first use in this function); did you mean  INT8_MAX’?
+   char fname[PATH_MAX];
+              ^~~~~~~~
+
+Signed-off-by: Baruch Siach <baruch@tkos.co.il>
+Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
+---
+ evtest.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git evtest.c evtest.c
+index 37d4f85..548c203 100644
+--- evtest.c
++++ evtest.c
+@@ -56,6 +56,7 @@
+ #include <getopt.h>
+ #include <ctype.h>
+ #include <signal.h>
++#include <limits.h>
+ #include <sys/time.h>
+ #include <sys/types.h>
+ #include <unistd.h>
+-- 
+2.23.0
+
diff --git a/srcpkgs/evtest/template b/srcpkgs/evtest/template
index b5e0c956c7f..1feed55a9d6 100644
--- a/srcpkgs/evtest/template
+++ b/srcpkgs/evtest/template
@@ -1,7 +1,7 @@
 # Template file for 'evtest'
 pkgname=evtest
-version=1.33
-revision=2
+version=1.34
+revision=1
 build_style=gnu-configure
 hostmakedepends="automake"
 short_desc="Command line tool for displaying device input information"
@@ -9,7 +9,7 @@ maintainer="sen <ethan.k.shackelford@gmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://cgit.freedesktop.org/evtest/"
 distfiles="https://cgit.freedesktop.org/evtest/snapshot/evtest-${version}.tar.xz"
-checksum=928f6e81c73bd71ce88be03f7fdad204087a04dccd0250462106af0c2d813532
+checksum=e49f1f160b30c8f7c2a4caef5ab655f1caf816483d19fdedd6db2d251d7ab80e
 
 pre_configure() {
 	autoreconf -fi

             reply	other threads:[~2019-09-01 16:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-01 16:43 voidlinux-github [this message]
2019-09-02 18:19 ` [PR PATCH] [Merged]: " voidlinux-github

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-14146@inbox.vuxu.org \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).