pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/xlsclients xlsclients: update to 1.1.4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/52ae57889e11
branches:  trunk
changeset: 376872:52ae57889e11
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Mar 10 22:07:37 2018 +0000

description:
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:

 x11/xlsclients/Makefile         |   4 ++--
 x11/xlsclients/distinfo         |  11 +++++------
 x11/xlsclients/patches/patch-aa |  39 ---------------------------------------
 3 files changed, 7 insertions(+), 47 deletions(-)

diffs (71 lines):

diff -r 60d3884969da -r 52ae57889e11 x11/xlsclients/Makefile
--- a/x11/xlsclients/Makefile   Sat Mar 10 22:06:22 2018 +0000
+++ b/x11/xlsclients/Makefile   Sat Mar 10 22:07:37 2018 +0000
@@ -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 -r 60d3884969da -r 52ae57889e11 x11/xlsclients/distinfo
--- a/x11/xlsclients/distinfo   Sat Mar 10 22:06:22 2018 +0000
+++ b/x11/xlsclients/distinfo   Sat Mar 10 22:07:37 2018 +0000
@@ -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 -r 60d3884969da -r 52ae57889e11 x11/xlsclients/patches/patch-aa
--- a/x11/xlsclients/patches/patch-aa   Sat Mar 10 22:06:22 2018 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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__ */



Home | Main Index | Thread Index | Old Index