pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/esound Update to 0.2.32:
details: https://anonhg.NetBSD.org/pkgsrc/rev/9bde768acf3b
branches: trunk
changeset: 460914:9bde768acf3b
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Sep 07 10:46:06 2003 +0000
description:
Update to 0.2.32:
* Fix build when IPv6 is disabled (Soren Jacobsen)
* Fix missing file in tarball (Dan Winship)
diffstat:
audio/esound/Makefile | 4 ++--
audio/esound/PLIST | 7 +++----
audio/esound/distinfo | 11 +++++------
audio/esound/patches/patch-aa | 6 +++---
audio/esound/patches/patch-ad | 15 ---------------
audio/esound/patches/patch-ae | 8 ++++----
6 files changed, 17 insertions(+), 34 deletions(-)
diffs (123 lines):
diff -r 104115c1fc08 -r 9bde768acf3b audio/esound/Makefile
--- a/audio/esound/Makefile Sun Sep 07 09:33:28 2003 +0000
+++ b/audio/esound/Makefile Sun Sep 07 10:46:06 2003 +0000
@@ -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 -r 104115c1fc08 -r 9bde768acf3b audio/esound/PLIST
--- a/audio/esound/PLIST Sun Sep 07 09:33:28 2003 +0000
+++ b/audio/esound/PLIST Sun Sep 07 10:46:06 2003 +0000
@@ -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.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/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/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 -r 104115c1fc08 -r 9bde768acf3b audio/esound/distinfo
--- a/audio/esound/distinfo Sun Sep 07 09:33:28 2003 +0000
+++ b/audio/esound/distinfo Sun Sep 07 10:46:06 2003 +0000
@@ -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 -r 104115c1fc08 -r 9bde768acf3b audio/esound/patches/patch-aa
--- a/audio/esound/patches/patch-aa Sun Sep 07 09:33:28 2003 +0000
+++ b/audio/esound/patches/patch-aa Sun Sep 07 10:46:06 2003 +0000
@@ -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 -r 104115c1fc08 -r 9bde768acf3b audio/esound/patches/patch-ad
--- a/audio/esound/patches/patch-ad Sun Sep 07 09:33:28 2003 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 104115c1fc08 -r 9bde768acf3b audio/esound/patches/patch-ae
--- a/audio/esound/patches/patch-ae Sun Sep 07 09:33:28 2003 +0000
+++ b/audio/esound/patches/patch-ae Sun Sep 07 10:46:06 2003 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index