summaryrefslogtreecommitdiff
path: root/audio/mad
diff options
context:
space:
mode:
authortoshii <toshii>2001-12-14 09:22:48 +0000
committertoshii <toshii>2001-12-14 09:22:48 +0000
commit8b17b0ae42f64c63c77f11b23f20b2b094dfc2cf (patch)
tree3d9581ffff977c03c64397789fa76bd347d5c763 /audio/mad
parent502d444badcdae3aeee5b5f971a9a0cc3ec5db4e (diff)
downloadpkgsrc-8b17b0ae42f64c63c77f11b23f20b2b094dfc2cf.tar.gz
Update mad to 0.14.2b, and make it use audio/esound.
Diffstat (limited to 'audio/mad')
-rw-r--r--audio/mad/patches/patch-aa13
-rw-r--r--audio/mad/patches/patch-ab24
2 files changed, 0 insertions, 37 deletions
diff --git a/audio/mad/patches/patch-aa b/audio/mad/patches/patch-aa
deleted file mode 100644
index 2d887c0e164..00000000000
--- a/audio/mad/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2001/10/20 14:53:29 wiz Exp $
-
---- libmad/Makefile.in.orig Fri Oct 19 01:47:47 2001
-+++ libmad/Makefile.in
-@@ -108,7 +108,7 @@
- # The API for MAD is not yet stable enough to use versioning, so we use
- # release numbering instead.
-
--libmad_la_LDFLAGS = -release $(VERSION)
-+libmad_la_LDFLAGS = -version 0:0
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
- mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
- CONFIG_HEADER = config.h
diff --git a/audio/mad/patches/patch-ab b/audio/mad/patches/patch-ab
deleted file mode 100644
index c03870bef2b..00000000000
--- a/audio/mad/patches/patch-ab
+++ /dev/null
@@ -1,24 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2001/10/20 14:53:29 wiz Exp $
-
---- audio_sun.c.orig Fri Oct 19 00:36:54 2001
-+++ audio_sun.c
-@@ -32,8 +32,10 @@
- # include <string.h>
- # include <errno.h>
- # include <sys/types.h>
-+#ifndef __NetBSD__
- # include <stropts.h>
- # include <sys/conf.h>
-+#endif
-
- # include "mad.h"
- # include "audio.h"
-@@ -159,7 +161,7 @@
- result = set_pause(1);
-
- if (stop->flush &&
-- ioctl(sfd, I_FLUSH, FLUSHW) == -1 && result == 0) {
-+ ioctl(sfd, AUDIO_FLUSH, NULL) == -1 && result == 0) {
- audio_error = ":ioctl(I_FLUSH)";
- result = -1;
- }