summaryrefslogtreecommitdiff
path: root/audio/pd
diff options
context:
space:
mode:
authorsbd <sbd>2012-02-05 21:55:15 +0000
committersbd <sbd>2012-02-05 21:55:15 +0000
commita173e554d5a416cb5e33911234af6508304063a9 (patch)
tree2cccd241717213de3b7fb640a416bff87b7fef12 /audio/pd
parent716b26038d5520e3687dae43e96622a5c40088ed (diff)
downloadpkgsrc-a173e554d5a416cb5e33911234af6508304063a9.tar.gz
Spellcheck '#elsif' -> '#elif'
Diffstat (limited to 'audio/pd')
-rw-r--r--audio/pd/distinfo12
-rw-r--r--audio/pd/patches/patch-extra_bonk~_bonk~.c4
-rw-r--r--audio/pd/patches/patch-extra_sigmund~_sigmund~.c4
-rw-r--r--audio/pd/patches/patch-src_m__binbuf.c4
-rw-r--r--audio/pd/patches/patch-src_s__utf8.c4
-rw-r--r--audio/pd/patches/patch-src_x__list.c4
6 files changed, 16 insertions, 16 deletions
diff --git a/audio/pd/distinfo b/audio/pd/distinfo
index d3279ebd83f..fd45f7901e3 100644
--- a/audio/pd/distinfo
+++ b/audio/pd/distinfo
@@ -1,23 +1,23 @@
-$NetBSD: distinfo,v 1.2 2011/10/05 20:02:48 wiz Exp $
+$NetBSD: distinfo,v 1.3 2012/02/05 21:55:15 sbd Exp $
SHA1 (pd-0.43-0.src.tar.gz) = 9bc4377fe25d034120bd393d63fe4180c7a500bc
RMD160 (pd-0.43-0.src.tar.gz) = 6c737e69430180187281747830e655401b803b55
Size (pd-0.43-0.src.tar.gz) = 2194131 bytes
SHA1 (patch-Makefile.am) = 7a8da5f1902dcfb8f49ef9c915ae96a1996bd83d
SHA1 (patch-configure.ac) = 31baa676afeea342e3634d6fc2e06b4f61ede9dd
-SHA1 (patch-extra_bonk~_bonk~.c) = 607bf2f103ec34c02c9743eb3ec29cf2f6faba53
+SHA1 (patch-extra_bonk~_bonk~.c) = 4b72a2f34c50abcceed7a41f7e2e855abe23f8fa
SHA1 (patch-extra_pd~_pd~.c) = e1c7e4f031dd5236083ba91a902e9551e1a47be0
-SHA1 (patch-extra_sigmund~_sigmund~.c) = a359a57c81ec749e161d698f5ffccac9531d1a2c
+SHA1 (patch-extra_sigmund~_sigmund~.c) = 53017104c6b966f57480ca95db888fae841935c8
SHA1 (patch-src_Makefile.am) = a87c3380b0180a906c0496e743fbece772226da3
SHA1 (patch-src_configure) = 19d9f53db01c426b23679fd3ad6fca3ef426b52b
SHA1 (patch-src_configure.in) = 3fc4c5f1d241e233105783ecf40375ca4ad15a36
SHA1 (patch-src_d__array.c) = 73f62c57d4712746c18ff1227351e2fd7136e3ca
SHA1 (patch-src_d__osc.c) = 74c4180b228ece946e9f01964ce8ed7183c2968f
-SHA1 (patch-src_m__binbuf.c) = 858e4b1a217318181ce68186a3a634bc85c79f26
+SHA1 (patch-src_m__binbuf.c) = 29ef42a7505cae668bbb88627b25ae1162f6ec18
SHA1 (patch-src_s__audio__oss.c) = 8cda1221b84e99ebb480b998ea8db7002c8129dc
SHA1 (patch-src_s__file.c) = c7eddbd9c8aafffaf37490c9f7fa635f697086b3
SHA1 (patch-src_s__loader.c) = 5a2c0820b408c7819c9433b167d617b365d096e8
SHA1 (patch-src_s__stuff.h) = c5ad6525b0fd24420c91fe6146e3e75bb7664fb3
-SHA1 (patch-src_s__utf8.c) = 13d82a7e8a84372b0549c5f2646698a0cb3ccdf0
-SHA1 (patch-src_x__list.c) = 4a0890f67e784c948810178306942d2677dbd8f7
+SHA1 (patch-src_s__utf8.c) = 84b5ccb7a47f2c3c8a56b5f3d78947210cff043e
+SHA1 (patch-src_x__list.c) = af68452cf181cf83dcc6e119ac9a5f969c6add5a
SHA1 (patch-src_x__misc.c) = 7af3fb796ef64ca401c4a4546b7bc0315ec8cb6b
diff --git a/audio/pd/patches/patch-extra_bonk~_bonk~.c b/audio/pd/patches/patch-extra_bonk~_bonk~.c
index 3ed8b90e3db..138e2696af6 100644
--- a/audio/pd/patches/patch-extra_bonk~_bonk~.c
+++ b/audio/pd/patches/patch-extra_bonk~_bonk~.c
@@ -1,4 +1,4 @@
-$NetBSD: patch-extra_bonk~_bonk~.c,v 1.2 2011/10/05 20:02:48 wiz Exp $
+$NetBSD: patch-extra_bonk~_bonk~.c,v 1.3 2012/02/05 21:55:15 sbd Exp $
alloca.h is not portable.
https://sourceforge.net/tracker/?func=detail&aid=3411730&group_id=55736&atid=478072
@@ -14,7 +14,7 @@ https://sourceforge.net/tracker/?func=detail&aid=3411730&group_id=55736&atid=478
-#elif ! defined(_MSC_VER)
+#if defined(HAVE_ALLOCA_H)
#include <alloca.h>
-+#elsif defined(HAVE_MALLOC_H)
++#elif defined(HAVE_MALLOC_H)
+#include <malloc.h>
#endif
diff --git a/audio/pd/patches/patch-extra_sigmund~_sigmund~.c b/audio/pd/patches/patch-extra_sigmund~_sigmund~.c
index 777687b0b13..c73511b9f6d 100644
--- a/audio/pd/patches/patch-extra_sigmund~_sigmund~.c
+++ b/audio/pd/patches/patch-extra_sigmund~_sigmund~.c
@@ -1,4 +1,4 @@
-$NetBSD: patch-extra_sigmund~_sigmund~.c,v 1.2 2011/10/05 20:02:48 wiz Exp $
+$NetBSD: patch-extra_sigmund~_sigmund~.c,v 1.3 2012/02/05 21:55:15 sbd Exp $
alloca.h is not portable.
https://sourceforge.net/tracker/?func=detail&aid=3411730&group_id=55736&atid=478072
@@ -14,7 +14,7 @@ https://sourceforge.net/tracker/?func=detail&aid=3411730&group_id=55736&atid=478
-#elif ! defined(_MSC_VER)
+#if defined(HAVE_ALLOCA_H)
#include <alloca.h>
-+#elsif defined(HAVE_MALLOC_H)
++#elif defined(HAVE_MALLOC_H)
+#include <malloc.h>
#endif
#include <stdlib.h>
diff --git a/audio/pd/patches/patch-src_m__binbuf.c b/audio/pd/patches/patch-src_m__binbuf.c
index b07b0400a46..bc73ecc2d32 100644
--- a/audio/pd/patches/patch-src_m__binbuf.c
+++ b/audio/pd/patches/patch-src_m__binbuf.c
@@ -1,4 +1,4 @@
-$NetBSD: patch-src_m__binbuf.c,v 1.2 2011/10/05 20:02:48 wiz Exp $
+$NetBSD: patch-src_m__binbuf.c,v 1.3 2012/02/05 21:55:15 sbd Exp $
alloca.h is not portable.
https://sourceforge.net/tracker/?func=detail&aid=3411730&group_id=55736&atid=478072
@@ -14,7 +14,7 @@ https://sourceforge.net/tracker/?func=detail&aid=3411730&group_id=55736&atid=478
-#else
+#if defined(HAVE_ALLOCA_H)
#include <alloca.h>
-+#elsif defined(HAVE_MALLOC_H)
++#elif defined(HAVE_MALLOC_H)
+#include <malloc.h>
#endif
#if HAVE_ALLOCA
diff --git a/audio/pd/patches/patch-src_s__utf8.c b/audio/pd/patches/patch-src_s__utf8.c
index d135cfb7f06..96381f4ae53 100644
--- a/audio/pd/patches/patch-src_s__utf8.c
+++ b/audio/pd/patches/patch-src_s__utf8.c
@@ -1,4 +1,4 @@
-$NetBSD: patch-src_s__utf8.c,v 1.2 2011/10/05 20:02:48 wiz Exp $
+$NetBSD: patch-src_s__utf8.c,v 1.3 2012/02/05 21:55:15 sbd Exp $
alloca.h is not portable.
https://sourceforge.net/tracker/?func=detail&aid=3411730&group_id=55736&atid=478072
@@ -14,7 +14,7 @@ https://sourceforge.net/tracker/?func=detail&aid=3411730&group_id=55736&atid=478
-#else
+#if defined(HAVE_ALLOCA_H)
#include <alloca.h>
-+#elsif defined(HAVE_MALLOC_H)
++#elif defined(HAVE_MALLOC_H)
+#include <malloc.h>
#endif
diff --git a/audio/pd/patches/patch-src_x__list.c b/audio/pd/patches/patch-src_x__list.c
index 978be29fe03..29258ec04fb 100644
--- a/audio/pd/patches/patch-src_x__list.c
+++ b/audio/pd/patches/patch-src_x__list.c
@@ -1,4 +1,4 @@
-$NetBSD: patch-src_x__list.c,v 1.2 2011/10/05 20:02:48 wiz Exp $
+$NetBSD: patch-src_x__list.c,v 1.3 2012/02/05 21:55:15 sbd Exp $
alloca.h is not portable.
https://sourceforge.net/tracker/?func=detail&aid=3411730&group_id=55736&atid=478072
@@ -14,7 +14,7 @@ https://sourceforge.net/tracker/?func=detail&aid=3411730&group_id=55736&atid=478
-#else
+#if defined(HAVE_ALLOCA_H)
#include <alloca.h>
-+#elsif defined(HAVE_MALLOC_H)
++#elif defined(HAVE_MALLOC_H)
+#include <malloc.h>
#endif