pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/esound Fix a build failure with USE_INET6=NO, re...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cdd49e8caeda
branches:  trunk
changeset: 460283:cdd49e8caeda
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Aug 27 08:17:22 2003 +0000

description:
Fix a build failure with USE_INET6=NO, reported by Soren Jacobsen
in PR 22615.

diffstat:

 audio/esound/distinfo         |   3 ++-
 audio/esound/patches/patch-ad |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (33 lines):

diff -r c1283c2a11bc -r cdd49e8caeda audio/esound/distinfo
--- a/audio/esound/distinfo     Wed Aug 27 07:43:52 2003 +0000
+++ b/audio/esound/distinfo     Wed Aug 27 08:17:22 2003 +0000
@@ -1,8 +1,9 @@
-$NetBSD: distinfo,v 1.14 2003/08/17 19:37:23 jmmv Exp $
+$NetBSD: distinfo,v 1.15 2003/08/27 08:17:22 wiz Exp $
 
 SHA1 (esound-0.2.31.tar.gz) = e67ba468a343c37e2a20a22f0654804a596059b6
 Size (esound-0.2.31.tar.gz) = 497012 bytes
 SHA1 (patch-aa) = fe632a5514073f8d898fef5182a1047b9f2a44c9
 SHA1 (patch-ab) = 50d4c829fe5d53f28a4a38b1962097b8a47b97c7
 SHA1 (patch-ac) = 8c68050320c80363b831745eb17cc0703acbaf24
+SHA1 (patch-ad) = 4277273aeb2f08d8f48942d5f89a57bc4892ec9d
 SHA1 (patch-ae) = de4948795f3dc05ede7235269d85a08bac5266fc
diff -r c1283c2a11bc -r cdd49e8caeda audio/esound/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/esound/patches/patch-ad     Wed Aug 27 08:17:22 2003 +0000
@@ -0,0 +1,15 @@
+$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
+     {



Home | Main Index | Thread Index | Old Index