summaryrefslogtreecommitdiff
path: root/audio/mp3check
diff options
context:
space:
mode:
authorhans <hans@pkgsrc.org>2012-01-11 19:23:02 +0000
committerhans <hans@pkgsrc.org>2012-01-11 19:23:02 +0000
commit7f63d97bc3a26e7b41092fa9496657860db528c9 (patch)
tree350d4c8cb298b7ccfa24483016f856065bc34650 /audio/mp3check
parent4848f1580158ab800de2004844d35ad7b606c4b3 (diff)
downloadpkgsrc-7f63d97bc3a26e7b41092fa9496657860db528c9.tar.gz
Fix build on SunOS.
Diffstat (limited to 'audio/mp3check')
-rw-r--r--audio/mp3check/distinfo4
-rw-r--r--audio/mp3check/patches/patch-aa5
2 files changed, 5 insertions, 4 deletions
diff --git a/audio/mp3check/distinfo b/audio/mp3check/distinfo
index d17bef6804d..372d376b9e3 100644
--- a/audio/mp3check/distinfo
+++ b/audio/mp3check/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.8 2011/09/12 06:33:11 dholland Exp $
+$NetBSD: distinfo,v 1.9 2012/01/11 19:23:02 hans Exp $
SHA1 (mp3check-0.8.3.tar.gz) = 4921a0f5250016abd8fe92d8ca4522c4c6e8b657
RMD160 (mp3check-0.8.3.tar.gz) = da244159e2f6637d5bd1d386dbca6a2078329bdb
Size (mp3check-0.8.3.tar.gz) = 163594 bytes
-SHA1 (patch-aa) = df47e94ed8a765d58da8fcabaf407df8931843e3
+SHA1 (patch-aa) = 0f2c2022951305e5efa5e057014fa17347704f47
SHA1 (patch-ab) = 86e1da01f1407f748dbd2fa8436e2d2cdaaf3f4d
SHA1 (patch-ad) = ca416a54a1b751f7587f977288a99b5da061a12a
SHA1 (patch-ae) = 8858652cd376372411366d6c06e1e31e4d4b7590
diff --git a/audio/mp3check/patches/patch-aa b/audio/mp3check/patches/patch-aa
index a55be0e7947..65cbb6061fe 100644
--- a/audio/mp3check/patches/patch-aa
+++ b/audio/mp3check/patches/patch-aa
@@ -1,11 +1,12 @@
-$NetBSD: patch-aa,v 1.3 2003/02/16 23:08:25 abs Exp $
+$NetBSD: patch-aa,v 1.4 2012/01/11 19:23:03 hans Exp $
--- mp3check.cc.orig Mon Jan 27 23:58:46 2003
+++ mp3check.cc
-@@ -25,11 +25,11 @@
+@@ -26,11 +26,12 @@
#include <unistd.h>
#include <stdio.h>
#include <stdlib.h>
++#include <termios.h>
+#include "config.h"
#include "tappconfig.h"
#include "crc16.h"