summaryrefslogtreecommitdiff
path: root/misc/mbuffer
diff options
context:
space:
mode:
authorwiedi <wiedi>2015-06-05 11:36:40 +0000
committerwiedi <wiedi>2015-06-05 11:36:40 +0000
commit56b21fa311390fb8f0b3a7e6cc80d28db7f5f05e (patch)
treee2855e3f4e55accdfb174dc6c21daccbedae526e /misc/mbuffer
parent3013b87f89a04b5edcd5425377548807ed663c9c (diff)
downloadpkgsrc-56b21fa311390fb8f0b3a7e6cc80d28db7f5f05e.tar.gz
Update mbuffer to 20150412
20150412: - fix: watchdog cannot do its job if it is cleaned up to early - fix: clear sa_flags and sa_mask before use, although ignored 20141227: - added option --pid to print PID of current process - updated usage to include option -W - man page formatting fixes - configure updates - support compiling on systems that do not define PATH_MAX
Diffstat (limited to 'misc/mbuffer')
-rw-r--r--misc/mbuffer/Makefile4
-rw-r--r--misc/mbuffer/distinfo10
-rw-r--r--misc/mbuffer/patches/patch-configure6
3 files changed, 10 insertions, 10 deletions
diff --git a/misc/mbuffer/Makefile b/misc/mbuffer/Makefile
index 6b90e3cbaad..21515220dd8 100644
--- a/misc/mbuffer/Makefile
+++ b/misc/mbuffer/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2015/01/04 03:39:57 dholland Exp $
+# $NetBSD: Makefile,v 1.3 2015/06/05 11:36:40 wiedi Exp $
-DISTNAME= mbuffer-20140310
+DISTNAME= mbuffer-20150412
CATEGORIES= misc
MASTER_SITES= http://www.maier-komor.de/software/mbuffer/
EXTRACT_SUFX= .tgz
diff --git a/misc/mbuffer/distinfo b/misc/mbuffer/distinfo
index 6195b68f070..bfda3971ef5 100644
--- a/misc/mbuffer/distinfo
+++ b/misc/mbuffer/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.1 2014/05/08 11:21:24 jperkin Exp $
+$NetBSD: distinfo,v 1.2 2015/06/05 11:36:40 wiedi Exp $
-SHA1 (mbuffer-20140310.tgz) = 6646a7391470ee120bd8fdb754e16984d737f4e0
-RMD160 (mbuffer-20140310.tgz) = 2c67c3c0c6d87ea1c0bcfa6abe94d3d14e9db146
-Size (mbuffer-20140310.tgz) = 122422 bytes
+SHA1 (mbuffer-20150412.tgz) = a659b782d3fd02aa10b046e1caf4fa82257881be
+RMD160 (mbuffer-20150412.tgz) = b47bfdbfef6713b4bb7e39fa97ff1b87a4b76be6
+Size (mbuffer-20150412.tgz) = 122935 bytes
SHA1 (patch-Makefile.in) = 81118c470367b0136f868f8ccb0f35e3c389150c
-SHA1 (patch-configure) = e92b735b8ca0e03ee011522ce247bf3f242614f4
+SHA1 (patch-configure) = e3f9fe62c308369f89511dc31f781a92fd7b4405
SHA1 (patch-network.c) = 6d5b5a937ce71482b1b2f13cf0a3d8b2d8b45e4f
diff --git a/misc/mbuffer/patches/patch-configure b/misc/mbuffer/patches/patch-configure
index 74b10ee7b79..fa79dcb1b1a 100644
--- a/misc/mbuffer/patches/patch-configure
+++ b/misc/mbuffer/patches/patch-configure
@@ -1,10 +1,10 @@
-$NetBSD: patch-configure,v 1.1 2014/05/08 11:21:24 jperkin Exp $
+$NetBSD: patch-configure,v 1.2 2015/06/05 11:36:40 wiedi Exp $
Portability fix.
---- configure.orig 2014-05-08 10:26:55.008091173 +0000
+--- configure.orig 2015-04-12 20:03:59.000000000 +0000
+++ configure
-@@ -3841,7 +3841,7 @@ fi
+@@ -3839,7 +3839,7 @@ fi
else
SUNCCVERSION=`${CC} -V 2>&1 | grep Sun`
SUNCC=$?