summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2014-05-18 21:26:02 +0000
committerjoerg <joerg@pkgsrc.org>2014-05-18 21:26:02 +0000
commit101f586aff5ecb4e1c5ad9c847e79be4e3f89ffc (patch)
treeb1535bc9e0f82b845f6c6fb7b37965389790a303 /x11
parentd7e03fa4a30d230b86b2c3952186778a386f5d5f (diff)
downloadpkgsrc-101f586aff5ecb4e1c5ad9c847e79be4e3f89ffc.tar.gz
Fix tautology to the intended check. Bump revision.
Diffstat (limited to 'x11')
-rw-r--r--x11/xman/Makefile3
-rw-r--r--x11/xman/distinfo3
-rw-r--r--x11/xman/patches/patch-handler.c13
3 files changed, 17 insertions, 2 deletions
diff --git a/x11/xman/Makefile b/x11/xman/Makefile
index c08ceb7fa4b..352fe678c5e 100644
--- a/x11/xman/Makefile
+++ b/x11/xman/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2013/09/07 07:12:43 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2014/05/18 21:26:02 joerg Exp $
DISTNAME= xman-1.1.3
CATEGORIES= x11
+PKGREVISION= 1
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.bz2
diff --git a/x11/xman/distinfo b/x11/xman/distinfo
index 4f9d12fce54..50391f2ab2c 100644
--- a/x11/xman/distinfo
+++ b/x11/xman/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.6 2013/09/07 07:12:43 wiz Exp $
+$NetBSD: distinfo,v 1.7 2014/05/18 21:26:02 joerg Exp $
SHA1 (xman-1.1.3.tar.bz2) = 9d83b14869ffadfda3407a2ab3b5fee13f667366
RMD160 (xman-1.1.3.tar.bz2) = 5d91362017c52d73b3c8ec594e25e9265264f796
Size (xman-1.1.3.tar.bz2) = 184340 bytes
+SHA1 (patch-handler.c) = 5ff7e08a97421663376a149f32c8de8cdb004533
diff --git a/x11/xman/patches/patch-handler.c b/x11/xman/patches/patch-handler.c
new file mode 100644
index 00000000000..17ad98bfb2e
--- /dev/null
+++ b/x11/xman/patches/patch-handler.c
@@ -0,0 +1,13 @@
+$NetBSD: patch-handler.c,v 1.1 2014/05/18 21:26:02 joerg Exp $
+
+--- handler.c.orig 2014-05-16 15:36:10.000000000 +0000
++++ handler.c
+@@ -320,7 +320,7 @@ SaveFormattedPage(Widget w, XEvent * eve
+ * If we are not active then take no action.
+ */
+
+- if (man_globals->tempfile == NULL)
++ if (man_globals->tempfile[0] == '\0')
+ return;
+
+ switch (params[0][0]) {