pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/gnome2-games darwin fixes (malloc.h, plus a brok...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1f526074c0b5
branches:  trunk
changeset: 475487:1f526074c0b5
user:      danw <danw%pkgsrc.org@localhost>
date:      Sun May 16 19:55:24 2004 +0000

description:
darwin fixes (malloc.h, plus a broken configure check that was accidentally
using the result of the wrong test to determine whether or not guile was
available)

diffstat:

 games/gnome2-games/distinfo         |   4 +++-
 games/gnome2-games/patches/patch-ab |  13 +++++++++++++
 games/gnome2-games/patches/patch-ac |   6 ++++++
 3 files changed, 22 insertions(+), 1 deletions(-)

diffs (39 lines):

diff -r 846727960c2f -r 1f526074c0b5 games/gnome2-games/distinfo
--- a/games/gnome2-games/distinfo       Sun May 16 18:52:11 2004 +0000
+++ b/games/gnome2-games/distinfo       Sun May 16 19:55:24 2004 +0000
@@ -1,5 +1,7 @@
-$NetBSD: distinfo,v 1.6 2004/04/20 15:48:11 jmmv Exp $
+$NetBSD: distinfo,v 1.7 2004/05/16 19:55:24 danw Exp $
 
 SHA1 (gnome-games-2.6.1.tar.bz2) = feaf7686c673fcac37a55efb672801073c7a7d4c
 Size (gnome-games-2.6.1.tar.bz2) = 8268693 bytes
 SHA1 (patch-aa) = e74547a19267b1a39528d9556d115fff4f7cd21d
+SHA1 (patch-ab) = 69021a143330f6624bcd6d214fea344b340386bc
+SHA1 (patch-ac) = e54f3fecee226f78edf17dc686c6bde2a25e36fd
diff -r 846727960c2f -r 1f526074c0b5 games/gnome2-games/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/gnome2-games/patches/patch-ab       Sun May 16 19:55:24 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2004/05/16 19:55:24 danw Exp $
+
+--- configure.orig     Tue May 11 21:00:22 2004
++++ configure
+@@ -18715,7 +18715,7 @@ fi
+ # See if we have guile
+ 
+       guile_msg='Huh?'
+-if test x$withval = xno ; then
++if test x$with_guile = xno ; then
+       guile_msg='disabled'
+       GUILE_LIBS=
+       GUILE_INCS=
diff -r 846727960c2f -r 1f526074c0b5 games/gnome2-games/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/gnome2-games/patches/patch-ac       Sun May 16 19:55:24 2004 +0000
@@ -0,0 +1,6 @@
+$NetBSD: patch-ac,v 1.3 2004/05/16 19:55:24 danw Exp $
+
+--- gnect/src/malloc.h.orig    Tue May 11 20:30:32 2004
++++ gnect/src/malloc.h
+@@ -0,0 +1 @@
++#include <stdlib.h>



Home | Main Index | Thread Index | Old Index