pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/goom Only include <inttypes.h> if configure said...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5f8101c5effa
branches:  trunk
changeset: 501912:5f8101c5effa
user:      tv <tv%pkgsrc.org@localhost>
date:      Mon Oct 31 15:33:19 2005 +0000

description:
Only include <inttypes.h> if configure said it exists.  Add <stdlib.h> to
one place where uintptr_t is needed, for Interix.

diffstat:

 audio/goom/distinfo         |   4 +++-
 audio/goom/patches/patch-ab |  16 ++++++++++++++++
 audio/goom/patches/patch-ac |  15 +++++++++++++++
 3 files changed, 34 insertions(+), 1 deletions(-)

diffs (52 lines):

diff -r 7ffda7ea0c1d -r 5f8101c5effa audio/goom/distinfo
--- a/audio/goom/distinfo       Mon Oct 31 15:23:54 2005 +0000
+++ b/audio/goom/distinfo       Mon Oct 31 15:33:19 2005 +0000
@@ -1,6 +1,8 @@
-$NetBSD: distinfo,v 1.2 2005/02/23 20:39:46 agc Exp $
+$NetBSD: distinfo,v 1.3 2005/10/31 15:33:19 tv Exp $
 
 SHA1 (goom-2k4-0-src.tar.gz) = 4856b86aadc67676c473a4664c5281bc05df278d
 RMD160 (goom-2k4-0-src.tar.gz) = 280c0db57f437b072a49ff80f5bf85d57892af8e
 Size (goom-2k4-0-src.tar.gz) = 757058 bytes
 SHA1 (patch-aa) = 44b8332db3e7b6ec15fcc7d94d68bd0b884c6e8a
+SHA1 (patch-ab) = 7a703e75ad8d9895c28f6579ee80240f1c2d0cfb
+SHA1 (patch-ac) = 341a075d8a2b41b522fe313ca13f5ca7c5476f6f
diff -r 7ffda7ea0c1d -r 5f8101c5effa audio/goom/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/goom/patches/patch-ab       Mon Oct 31 15:33:19 2005 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-ab,v 1.1 2005/10/31 15:33:19 tv Exp $
+
+--- src/filters.c.orig 2005-02-07 08:46:41.000000000 -0500
++++ src/filters.c
+@@ -18,7 +18,11 @@
+ #include <stdlib.h>
+ #include <math.h>
+ #include <stdio.h>
++#include <stdlib.h>
++
++#if HAVE_INTTYPES_H
+ #include <inttypes.h>
++#endif
+ 
+ #include "goom_filters.h"
+ #include "goom_graphic.h"
diff -r 7ffda7ea0c1d -r 5f8101c5effa audio/goom/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/goom/patches/patch-ac       Mon Oct 31 15:33:19 2005 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-ac,v 1.1 2005/10/31 15:33:19 tv Exp $
+
+--- src/goom_core.c.orig       2005-02-07 08:46:41.000000000 -0500
++++ src/goom_core.c
+@@ -11,7 +11,10 @@
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <string.h>
++
++#if HAVE_INTTYPES_H
+ #include <inttypes.h>
++#endif
+ 
+ #include "goom.h"
+ #include "goom_tools.h"



Home | Main Index | Thread Index | Old Index