summaryrefslogtreecommitdiff
path: root/audio/xmix
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2011-09-04 22:17:41 +0000
committerdholland <dholland@pkgsrc.org>2011-09-04 22:17:41 +0000
commit290be2190b218c6494aa2dd85f2d07305051430e (patch)
tree3534a9ab75316e60a6ed0ffdb4880c860f404337 /audio/xmix
parent044fd3539172414674ceceafe53bae32a630eff6 (diff)
downloadpkgsrc-290be2190b218c6494aa2dd85f2d07305051430e.tar.gz
void main
Diffstat (limited to 'audio/xmix')
-rw-r--r--audio/xmix/distinfo4
-rw-r--r--audio/xmix/patches/patch-ab24
2 files changed, 20 insertions, 8 deletions
diff --git a/audio/xmix/distinfo b/audio/xmix/distinfo
index 751670f5dff..73cca2385df 100644
--- a/audio/xmix/distinfo
+++ b/audio/xmix/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2005/11/06 23:49:03 joerg Exp $
+$NetBSD: distinfo,v 1.6 2011/09/04 22:17:41 dholland Exp $
SHA1 (xmix-2.1.tar.gz) = 390096a541a41ffb47c9b57ee6029211d31393d3
RMD160 (xmix-2.1.tar.gz) = 0f1bc15b89bfc657ade9b12cb9decb248d780925
@@ -7,4 +7,4 @@ SHA1 (xmix-2.1.mixers.patch) = 86b423774a6afcd56a8f8931108823d702db1ea5
RMD160 (xmix-2.1.mixers.patch) = bbbc4b44ed603e54044fc1c71fa20f4373cae81a
Size (xmix-2.1.mixers.patch) = 1684 bytes
SHA1 (patch-aa) = a60baf409d6f9182f185fbd41676d85c31971363
-SHA1 (patch-ab) = a6201bea678a64b41d71dd52830a79250e72a461
+SHA1 (patch-ab) = df27582fbac4a3e0068c8ca475c840decf1839c0
diff --git a/audio/xmix/patches/patch-ab b/audio/xmix/patches/patch-ab
index 9549fe031f5..801288fbc7f 100644
--- a/audio/xmix/patches/patch-ab
+++ b/audio/xmix/patches/patch-ab
@@ -1,9 +1,12 @@
-$NetBSD: patch-ab,v 1.4 1999/02/10 14:55:33 frueauf Exp $
+$NetBSD: patch-ab,v 1.5 2011/09/04 22:17:41 dholland Exp $
-diff -r -u ../../src/xmix-2.1/xmix.c ./xmix.c
---- ../../src/xmix-2.1/xmix.c Sun Jan 17 13:13:12 1999
-+++ ./xmix.c Sun Jan 17 13:16:12 1999
-@@ -77,7 +77,12 @@
+- support more OSes (is the first hunk actually correct?)
+- fix void main
+- remove debug printout
+
+--- xmix.c.orig 2011-09-04 22:12:45.000000000 +0000
++++ xmix.c
+@@ -77,7 +77,12 @@ to Rick! I'll call this version V2.1
#include "square_empty.bit"
#include "square_with_x.bit"
@@ -17,7 +20,16 @@ diff -r -u ../../src/xmix-2.1/xmix.c ./xmix.c
#define SOUND_FULL_SCALE 100.0
#define MAX_SOUND_VOL 95
-@@ -742,7 +747,7 @@
+@@ -450,7 +455,7 @@ static void set_supported(VolumeControl
+ }
+
+
+-void main (int argc, char **argv)
++int main (int argc, char **argv)
+ {
+ XtAppContext app_context;
+ int scroll_sep, longway;
+@@ -742,7 +747,7 @@ void main (int argc, char **argv)
mic.locked = 0;
reclvl.locked = 0;