pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/pd Spellcheck '#elsif' -> '#elif'



details:   https://anonhg.NetBSD.org/pkgsrc/rev/879ea4975c35
branches:  trunk
changeset: 599104:879ea4975c35
user:      sbd <sbd%pkgsrc.org@localhost>
date:      Sun Feb 05 21:55:15 2012 +0000

description:
Spellcheck '#elsif' -> '#elif'

diffstat:

 audio/pd/distinfo                                |  12 ++++++------
 audio/pd/patches/patch-extra_bonk~_bonk~.c       |   4 ++--
 audio/pd/patches/patch-extra_sigmund~_sigmund~.c |   4 ++--
 audio/pd/patches/patch-src_m__binbuf.c           |   4 ++--
 audio/pd/patches/patch-src_s__utf8.c             |   4 ++--
 audio/pd/patches/patch-src_x__list.c             |   4 ++--
 6 files changed, 16 insertions(+), 16 deletions(-)

diffs (123 lines):

diff -r da646e96a6e4 -r 879ea4975c35 audio/pd/distinfo
--- a/audio/pd/distinfo Sun Feb 05 21:48:34 2012 +0000
+++ b/audio/pd/distinfo Sun Feb 05 21:55:15 2012 +0000
@@ -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 -r da646e96a6e4 -r 879ea4975c35 audio/pd/patches/patch-extra_bonk~_bonk~.c
--- a/audio/pd/patches/patch-extra_bonk~_bonk~.c        Sun Feb 05 21:48:34 2012 +0000
+++ b/audio/pd/patches/patch-extra_bonk~_bonk~.c        Sun Feb 05 21:55:15 2012 +0000
@@ -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 @@
 -#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 -r da646e96a6e4 -r 879ea4975c35 audio/pd/patches/patch-extra_sigmund~_sigmund~.c
--- a/audio/pd/patches/patch-extra_sigmund~_sigmund~.c  Sun Feb 05 21:48:34 2012 +0000
+++ b/audio/pd/patches/patch-extra_sigmund~_sigmund~.c  Sun Feb 05 21:55:15 2012 +0000
@@ -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 @@
 -#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 -r da646e96a6e4 -r 879ea4975c35 audio/pd/patches/patch-src_m__binbuf.c
--- a/audio/pd/patches/patch-src_m__binbuf.c    Sun Feb 05 21:48:34 2012 +0000
+++ b/audio/pd/patches/patch-src_m__binbuf.c    Sun Feb 05 21:55:15 2012 +0000
@@ -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 @@
 -#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 -r da646e96a6e4 -r 879ea4975c35 audio/pd/patches/patch-src_s__utf8.c
--- a/audio/pd/patches/patch-src_s__utf8.c      Sun Feb 05 21:48:34 2012 +0000
+++ b/audio/pd/patches/patch-src_s__utf8.c      Sun Feb 05 21:55:15 2012 +0000
@@ -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 @@
 -#else
 +#if defined(HAVE_ALLOCA_H)
  #include <alloca.h>
-+#elsif defined(HAVE_MALLOC_H)
++#elif defined(HAVE_MALLOC_H)
 +#include <malloc.h>
  #endif
  
diff -r da646e96a6e4 -r 879ea4975c35 audio/pd/patches/patch-src_x__list.c
--- a/audio/pd/patches/patch-src_x__list.c      Sun Feb 05 21:48:34 2012 +0000
+++ b/audio/pd/patches/patch-src_x__list.c      Sun Feb 05 21:55:15 2012 +0000
@@ -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 @@
 -#else
 +#if defined(HAVE_ALLOCA_H)
  #include <alloca.h>
-+#elsif defined(HAVE_MALLOC_H)
++#elif defined(HAVE_MALLOC_H)
 +#include <malloc.h>
  #endif
  



Home | Main Index | Thread Index | Old Index