pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/portaudio-devel FreeBSD 9 doesn't have alloca.h,...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eb5519064844
branches:  trunk
changeset: 627820:eb5519064844
user:      asau <asau%pkgsrc.org@localhost>
date:      Sun Dec 15 20:19:08 2013 +0000

description:
FreeBSD 9 doesn't have alloca.h, alloca() is declared in stdlib.h

diffstat:

 audio/portaudio-devel/distinfo         |  4 ++--
 audio/portaudio-devel/patches/patch-ac |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (31 lines):

diff -r 1791623d2fa5 -r eb5519064844 audio/portaudio-devel/distinfo
--- a/audio/portaudio-devel/distinfo    Sun Dec 15 20:14:16 2013 +0000
+++ b/audio/portaudio-devel/distinfo    Sun Dec 15 20:19:08 2013 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.5 2012/01/11 20:15:36 hans Exp $
+$NetBSD: distinfo,v 1.6 2013/12/15 20:19:08 asau Exp $
 
 SHA1 (portaudio-devel-20060521/pa_snapshot_v19.tar.gz) = 05c35c7add9f95c79491fbacb80b057be339ed6f
 RMD160 (portaudio-devel-20060521/pa_snapshot_v19.tar.gz) = dea1e921189bd788815c3012498fc035f3df8bad
 Size (portaudio-devel-20060521/pa_snapshot_v19.tar.gz) = 722148 bytes
 SHA1 (patch-aa) = b29699d78e1216bb3d129f1736e8c7b56e8c322b
-SHA1 (patch-ac) = 6dece8b29f30465ad12404c87436e4530b723272
+SHA1 (patch-ac) = c86dbd0c9f49f3e793dc5e9024c5896fcbf35966
diff -r 1791623d2fa5 -r eb5519064844 audio/portaudio-devel/patches/patch-ac
--- a/audio/portaudio-devel/patches/patch-ac    Sun Dec 15 20:14:16 2013 +0000
+++ b/audio/portaudio-devel/patches/patch-ac    Sun Dec 15 20:19:08 2013 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ac,v 1.4 2012/01/11 20:15:37 hans Exp $
+$NetBSD: patch-ac,v 1.5 2013/12/15 20:19:08 asau Exp $
 
 --- src/hostapi/oss/pa_unix_oss.c.orig 2006-05-17 08:02:24.000000000 +0000
 +++ src/hostapi/oss/pa_unix_oss.c
@@ -6,7 +6,7 @@
  #include <sys/ioctl.h>
  #include <unistd.h>
  #include <pthread.h>
-+#if !defined(__NetBSD__) && !defined(__DragonFly__)
++#if !defined(__NetBSD__) && !defined(__DragonFly__) && !defined(__FreeBSD__)
  #include <alloca.h>
 -#include <malloc.h>
 +#endif



Home | Main Index | Thread Index | Old Index