diff options
author | shattered <shattered> | 2013-06-01 12:18:23 +0000 |
---|---|---|
committer | shattered <shattered> | 2013-06-01 12:18:23 +0000 |
commit | 6076a2ce65a24a23c16ad07eeef23c62251fcd4f (patch) | |
tree | 95a9752a634af5c4952369e0e76e51c6a7783805 /sysutils | |
parent | 07a5ef521af6960a9564eab6c6dece3b3a37a5a9 (diff) | |
download | pkgsrc-6076a2ce65a24a23c16ad07eeef23c62251fcd4f.tar.gz |
Update to 0.6.4 (released in 2005). Changes:
add: new supported ThinkPad X40
chg: adjusted poll interval to 200ms, which has a acceptable responsiveness
add: support for udev filesystem
and many bug fixes.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/tpb/Makefile | 6 | ||||
-rw-r--r-- | sysutils/tpb/distinfo | 9 | ||||
-rw-r--r-- | sysutils/tpb/patches/patch-ab | 22 |
3 files changed, 7 insertions, 30 deletions
diff --git a/sysutils/tpb/Makefile b/sysutils/tpb/Makefile index e840880e9fd..b9960215c66 100644 --- a/sysutils/tpb/Makefile +++ b/sysutils/tpb/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2012/10/23 19:51:27 asau Exp $ +# $NetBSD: Makefile,v 1.21 2013/06/01 12:18:23 shattered Exp $ # -DISTNAME= tpb-0.6.1 -PKGREVISION= 5 +DISTNAME= tpb-0.6.4 +#KGREVISION= 5 CATEGORIES= sysutils MASTER_SITES= http://savannah.nongnu.org/download/tpb/ diff --git a/sysutils/tpb/distinfo b/sysutils/tpb/distinfo index dbff490a6d2..1b443df0ce6 100644 --- a/sysutils/tpb/distinfo +++ b/sysutils/tpb/distinfo @@ -1,8 +1,7 @@ -$NetBSD: distinfo,v 1.3 2005/02/24 13:40:58 agc Exp $ +$NetBSD: distinfo,v 1.4 2013/06/01 12:18:23 shattered Exp $ -SHA1 (tpb-0.6.1.tar.gz) = 096e00055a6cb56e98af850415b30dfce028442c -RMD160 (tpb-0.6.1.tar.gz) = 2dcceb513fb2091a258a841fb9b8c4ac1136bce0 -Size (tpb-0.6.1.tar.gz) = 193520 bytes +SHA1 (tpb-0.6.4.tar.gz) = 481894d8289c75d821f50568f9c2d0005486e0e8 +RMD160 (tpb-0.6.4.tar.gz) = 09cf46ed1933d568ced7756f85fef35b23c1ded2 +Size (tpb-0.6.4.tar.gz) = 280316 bytes SHA1 (patch-aa) = 9bef74177f7754bea5f38df6de113eef8fec905d -SHA1 (patch-ab) = a1e1d328f1fff84c3c10bcbfa093399c6d9917d6 SHA1 (patch-ac) = f7089dea19846fccf90065eda210029080f1abb2 diff --git a/sysutils/tpb/patches/patch-ab b/sysutils/tpb/patches/patch-ab deleted file mode 100644 index b191b20aa36..00000000000 --- a/sysutils/tpb/patches/patch-ab +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-ab,v 1.2 2004/02/02 17:42:10 wiz Exp $ ---- src/tpb.c.orig 2004-02-02 15:46:17.000000000 +0100 -+++ src/tpb.c 2004-02-02 15:47:17.000000000 +0100 -@@ -22,14 +22,16 @@ - #include <ctype.h> - #include <fcntl.h> - #include <sys/ioctl.h> --#include <linux/soundcard.h> -+#include <sys/soundcard.h> -+#include <sys/wait.h> -+#include <locale.h> -+#include <signal.h> - #include <stdio.h> - #include <stdlib.h> - #include <string.h> - #include <sys/stat.h> - #include <sys/types.h> - #include <unistd.h> --#include <wait.h> - #include <X11/Xlib.h> - #include "config.h" - |