summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2003-09-07 10:46:06 +0000
committerwiz <wiz@pkgsrc.org>2003-09-07 10:46:06 +0000
commit1345b2f3cc5126d1dd479fb067b650cd1085231e (patch)
tree458911796e14c7dfa2953138dde2a207fb241709 /audio
parent9b3f214e57b98e91d1b3aa35cdb60a847f1e4ef7 (diff)
downloadpkgsrc-1345b2f3cc5126d1dd479fb067b650cd1085231e.tar.gz
Update to 0.2.32:
* Fix build when IPv6 is disabled (Soren Jacobsen) * Fix missing file in tarball (Dan Winship)
Diffstat (limited to 'audio')
-rw-r--r--audio/esound/Makefile4
-rw-r--r--audio/esound/PLIST7
-rw-r--r--audio/esound/distinfo11
-rw-r--r--audio/esound/patches/patch-aa6
-rw-r--r--audio/esound/patches/patch-ad15
-rw-r--r--audio/esound/patches/patch-ae8
6 files changed, 17 insertions, 34 deletions
diff --git a/audio/esound/Makefile b/audio/esound/Makefile
index fabbb3d4225..48c2bfc0739 100644
--- a/audio/esound/Makefile
+++ b/audio/esound/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.44 2003/08/17 19:37:23 jmmv Exp $
+# $NetBSD: Makefile,v 1.45 2003/09/07 10:46:06 wiz Exp $
-DISTNAME= esound-0.2.31
+DISTNAME= esound-0.2.32
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/esound/0.2/}
diff --git a/audio/esound/PLIST b/audio/esound/PLIST
index c315567a3bc..aa2e01e01d9 100644
--- a/audio/esound/PLIST
+++ b/audio/esound/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2003/08/17 19:37:23 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.12 2003/09/07 10:46:06 wiz Exp $
bin/esd
bin/esd-config
bin/esdcat
@@ -14,7 +14,7 @@ lib/libesd.a
lib/libesd.la
lib/libesd.so
lib/libesd.so.2
-lib/libesd.so.2.31
+lib/libesd.so.2.32
lib/pkgconfig/esound.pc
man/man1/esd-config.1
man/man1/esd.1
@@ -29,7 +29,6 @@ man/man1/esdrec.1
man/man1/esdsample.1
share/aclocal/esd.m4
share/doc/html/esound/a346.html
-share/doc/html/esound/book1.html
share/doc/html/esound/c19.html
share/doc/html/esound/c250.html
share/doc/html/esound/c271.html
@@ -37,7 +36,7 @@ share/doc/html/esound/c285.html
share/doc/html/esound/c290.html
share/doc/html/esound/c32.html
share/doc/html/esound/c76.html
-share/doc/html/esound/ln17.html
+share/doc/html/esound/index.html
share/doc/html/esound/r311.html
share/doc/html/esound/r313.html
share/doc/html/esound/stylesheet-images/caution.gif
diff --git a/audio/esound/distinfo b/audio/esound/distinfo
index 3916215531a..a3b47b1420f 100644
--- a/audio/esound/distinfo
+++ b/audio/esound/distinfo
@@ -1,9 +1,8 @@
-$NetBSD: distinfo,v 1.15 2003/08/27 08:17:22 wiz Exp $
+$NetBSD: distinfo,v 1.16 2003/09/07 10:46:06 wiz Exp $
-SHA1 (esound-0.2.31.tar.gz) = e67ba468a343c37e2a20a22f0654804a596059b6
-Size (esound-0.2.31.tar.gz) = 497012 bytes
-SHA1 (patch-aa) = fe632a5514073f8d898fef5182a1047b9f2a44c9
+SHA1 (esound-0.2.32.tar.gz) = ad353802accf3ce6254592a76bde9cb9bba4e7d9
+Size (esound-0.2.32.tar.gz) = 423553 bytes
+SHA1 (patch-aa) = bf90e118cb5106b6328fa455bc9403fce11cb2ed
SHA1 (patch-ab) = 50d4c829fe5d53f28a4a38b1962097b8a47b97c7
SHA1 (patch-ac) = 8c68050320c80363b831745eb17cc0703acbaf24
-SHA1 (patch-ad) = 4277273aeb2f08d8f48942d5f89a57bc4892ec9d
-SHA1 (patch-ae) = de4948795f3dc05ede7235269d85a08bac5266fc
+SHA1 (patch-ae) = 0c841359ec01e0f2c9fe421189e42c63c9ce436b
diff --git a/audio/esound/patches/patch-aa b/audio/esound/patches/patch-aa
index 1dd691c6f7e..c2d8f2ae096 100644
--- a/audio/esound/patches/patch-aa
+++ b/audio/esound/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.6 2002/04/29 08:40:28 wiz Exp $
+$NetBSD: patch-aa,v 1.7 2003/09/07 10:46:07 wiz Exp $
---- Makefile.in.orig Tue Apr 23 14:24:15 2002
+--- Makefile.in.orig Wed Sep 3 18:26:10 2003
+++ Makefile.in
-@@ -166,7 +166,7 @@
+@@ -176,7 +176,7 @@ esd_LDADD = $(WRAP_LIB) $(LDADD)
m4datadir = $(datadir)/aclocal
m4data_DATA = esd.m4
diff --git a/audio/esound/patches/patch-ad b/audio/esound/patches/patch-ad
deleted file mode 100644
index cd2036b2652..00000000000
--- a/audio/esound/patches/patch-ad
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ad,v 1.4 2003/08/27 08:17:23 wiz Exp $
-
---- esd.c.orig Fri Aug 1 15:58:30 2003
-+++ esd.c
-@@ -479,8 +479,10 @@ int open_listen_socket(const char *hostn
- fprintf(stderr,"Unable to bind port %d\n", port );
- exit(1);
- }
-+#if defined (ENABLE_IPV6)
- if ( result )
- freeaddrinfo ( result );
-+#endif
- }
- else
- {
diff --git a/audio/esound/patches/patch-ae b/audio/esound/patches/patch-ae
index de556be7c93..c2c7d551d67 100644
--- a/audio/esound/patches/patch-ae
+++ b/audio/esound/patches/patch-ae
@@ -1,8 +1,8 @@
-$NetBSD: patch-ae,v 1.2 2003/08/01 17:10:41 jmmv Exp $
+$NetBSD: patch-ae,v 1.3 2003/09/07 10:46:09 wiz Exp $
---- configure.orig 2003-08-01 16:51:15.000000000 +0200
+--- configure.orig Wed Sep 3 18:25:37 2003
+++ configure
-@@ -10989,13 +10989,13 @@ if test $ac_cv_func__oss_ioctl = yes; th
+@@ -11130,13 +11130,13 @@ if test $ac_cv_func__oss_ioctl = yes; th
:
else
@@ -19,7 +19,7 @@ $NetBSD: patch-ae,v 1.2 2003/08/01 17:10:41 jmmv Exp $
cat >conftest.$ac_ext <<_ACEOF
#line $LINENO "configure"
/* confdefs.h. */
-@@ -11048,7 +11048,7 @@ if test $ac_cv_lib_ossaudio__oss_ioctl =
+@@ -11189,7 +11189,7 @@ if test $ac_cv_lib_ossaudio__oss_ioctl =
#define HAVE_LIBOSSAUDIO 1
_ACEOF