summaryrefslogtreecommitdiff
path: root/x11/xlsclients
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2018-03-10 22:07:37 +0000
committerwiz <wiz@pkgsrc.org>2018-03-10 22:07:37 +0000
commit44aab5ae4932ff5ec8ec7f8bafd68304dfc340ab (patch)
treec00b2fdf662c1e439161f3dee0246e47907f6c7a /x11/xlsclients
parent5881ad3f61c601e9994f900a3f7afcfb5a18389b (diff)
downloadpkgsrc-44aab5ae4932ff5ec8ec7f8bafd68304dfc340ab.tar.gz
xlsclients: update to 1.1.4.
Alan Coopersmith (4): configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Print which option was in error along with usage message xlsclients 1.1.4 Emil Velikov (1): autogen.sh: use quoted string variables Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (1): autogen.sh: use exec instead of waiting for configure to finish
Diffstat (limited to 'x11/xlsclients')
-rw-r--r--x11/xlsclients/Makefile4
-rw-r--r--x11/xlsclients/distinfo11
-rw-r--r--x11/xlsclients/patches/patch-aa39
3 files changed, 7 insertions, 47 deletions
diff --git a/x11/xlsclients/Makefile b/x11/xlsclients/Makefile
index ea4444fcc3a..944de11b550 100644
--- a/x11/xlsclients/Makefile
+++ b/x11/xlsclients/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2013/09/09 09:38:32 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2018/03/10 22:07:37 wiz Exp $
-DISTNAME= xlsclients-1.1.3
+DISTNAME= xlsclients-1.1.4
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.bz2
diff --git a/x11/xlsclients/distinfo b/x11/xlsclients/distinfo
index 97f61f621b1..90c7de6ad91 100644
--- a/x11/xlsclients/distinfo
+++ b/x11/xlsclients/distinfo
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.7 2015/11/04 03:29:08 agc Exp $
+$NetBSD: distinfo,v 1.8 2018/03/10 22:07:37 wiz Exp $
-SHA1 (xlsclients-1.1.3.tar.bz2) = a980aa006c0ca180e4c79be2bd6514205dd218a3
-RMD160 (xlsclients-1.1.3.tar.bz2) = 71a2f9246a08b83ecd15ce56150b6a96e46f354d
-SHA512 (xlsclients-1.1.3.tar.bz2) = 4266068b96bb0bf565021fbda726511a387800fcc81b6b53f3fb847ca6a4de50811f66ca1423a56414619ad6f3b4d2dfb235106a1eacf9e5def8cf49c2b2ba85
-Size (xlsclients-1.1.3.tar.bz2) = 127324 bytes
-SHA1 (patch-aa) = 0685af3492ac834cc83e3f72e39b510b6419bff0
+SHA1 (xlsclients-1.1.4.tar.bz2) = 175af1c216a1db3de5023ecd6cce186e7693c6e4
+RMD160 (xlsclients-1.1.4.tar.bz2) = b26f2e0818e3b1486c222b6015cc9e528cab4328
+SHA512 (xlsclients-1.1.4.tar.bz2) = 42fd848d88d3cf31168a37fed63f9f5b60ddc4f36be2956b354e574c93129d75f29e005d6631784380bcef27860b54c64f419ca18ad77f092f4520dec47b10f4
+Size (xlsclients-1.1.4.tar.bz2) = 130586 bytes
diff --git a/x11/xlsclients/patches/patch-aa b/x11/xlsclients/patches/patch-aa
deleted file mode 100644
index 3345a757fda..00000000000
--- a/x11/xlsclients/patches/patch-aa
+++ /dev/null
@@ -1,39 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2010/09/15 04:00:38 obache Exp $
-
-taken from upstream repository (missing in distfile).
-
---- strnlen.h.orig 2010-09-15 03:55:30.000000000 +0000
-+++ strnlen.h
-@@ -0,0 +1,32 @@
-+/*
-+ * Copyright (c) 2009 Apple Inc.
-+ *
-+ * Permission is hereby granted, free of charge, to any person obtaining a
-+ * copy of this software and associated documentation files (the "Software"),
-+ * to deal in the Software without restriction, including without limitation
-+ * the rights to use, copy, modify, merge, publish, distribute, sublicense,
-+ * and/or sell copies of the Software, and to permit persons to whom the
-+ * Software is furnished to do so, subject to the following conditions:
-+ *
-+ * The above copyright notice and this permission notice shall be included in
-+ * all copies or substantial portions of the Software.
-+ *
-+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
-+ * THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
-+ * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
-+ * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
-+ * DEALINGS IN THE SOFTWARE.
-+ */
-+
-+ /*
-+ * Author: Jeremy Huddleston, Apple Inc.
-+ */
-+
-+#ifndef __STRNLEN_H__
-+#define __STRNLEN_H__ 1
-+#include <stdlib.h>
-+
-+extern size_t strnlen(const char *s, size_t maxlen);
-+#endif /* __STRNLEN_H__ */