pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/libmp3splt Restore accidentally removed #.
details: https://anonhg.NetBSD.org/pkgsrc/rev/439bae9ca222
branches: trunk
changeset: 621523:439bae9ca222
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Wed Jul 10 14:44:53 2013 +0000
description:
Restore accidentally removed #.
Linux build should be fixed.
diffstat:
audio/libmp3splt/distinfo | 4 ++--
audio/libmp3splt/patches/patch-src_socket__manager.c | 9 +++------
2 files changed, 5 insertions(+), 8 deletions(-)
diffs (36 lines):
diff -r 51543bd09bd4 -r 439bae9ca222 audio/libmp3splt/distinfo
--- a/audio/libmp3splt/distinfo Wed Jul 10 13:28:37 2013 +0000
+++ b/audio/libmp3splt/distinfo Wed Jul 10 14:44:53 2013 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.7 2013/07/05 16:12:30 ryoon Exp $
+$NetBSD: distinfo,v 1.8 2013/07/10 14:44:53 ryoon Exp $
SHA1 (libmp3splt-0.8.2.tar.gz) = 5c8539391e26d047c30360b1dde2c08e6a02061f
RMD160 (libmp3splt-0.8.2.tar.gz) = e2f1930248e3b8d4cd80739a1e2c661ba025f2a6
Size (libmp3splt-0.8.2.tar.gz) = 671071 bytes
SHA1 (patch-aa) = 972a873d88848ec70eff330201398cc50775239b
-SHA1 (patch-src_socket__manager.c) = 66254075e2a4c9303e8879a932add7d9886eeb87
+SHA1 (patch-src_socket__manager.c) = 308133cef80255606ed5fc971e10373c9f85dbd8
diff -r 51543bd09bd4 -r 439bae9ca222 audio/libmp3splt/patches/patch-src_socket__manager.c
--- a/audio/libmp3splt/patches/patch-src_socket__manager.c Wed Jul 10 13:28:37 2013 +0000
+++ b/audio/libmp3splt/patches/patch-src_socket__manager.c Wed Jul 10 14:44:53 2013 +0000
@@ -1,16 +1,13 @@
-$NetBSD: patch-src_socket__manager.c,v 1.1 2013/07/05 16:14:13 ryoon Exp $
+$NetBSD: patch-src_socket__manager.c,v 1.2 2013/07/10 14:44:53 ryoon Exp $
--- src/socket_manager.c.orig 2013-02-08 09:21:53.000000000 +0000
+++ src/socket_manager.c
-@@ -48,8 +48,10 @@ Manages a socket connection
+@@ -48,6 +48,8 @@ Manages a socket connection
#ifdef __WIN32__
#include <malloc.h>
+#elif defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__DragonFly__)
+#include <stdlib.h>
#else
--#include <alloca.h>
-+include <alloca.h>
+ #include <alloca.h>
#endif
-
- #include <string.h>
Home |
Main Index |
Thread Index |
Old Index