pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/xsc avoid instant core-dump.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/69636cd4b83b
branches:  trunk
changeset: 506399:69636cd4b83b
user:      christos <christos%pkgsrc.org@localhost>
date:      Sun Jan 15 16:56:26 2006 +0000

description:
avoid instant core-dump.

diffstat:

 games/xsc/Makefile         |   3 ++-
 games/xsc/distinfo         |   3 ++-
 games/xsc/patches/patch-aa |  12 ++++++++++++
 3 files changed, 16 insertions(+), 2 deletions(-)

diffs (40 lines):

diff -r 47775c470c2c -r 69636cd4b83b games/xsc/Makefile
--- a/games/xsc/Makefile        Sun Jan 15 16:52:08 2006 +0000
+++ b/games/xsc/Makefile        Sun Jan 15 16:56:26 2006 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2005/06/16 06:57:56 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2006/01/15 16:56:26 christos Exp $
 #
 
 DISTNAME=              xsc-1.5
+PKGREVISION=           1
 CATEGORIES=            games
 MASTER_SITES=          http://www.panix.com/~mbh/xsc/
 
diff -r 47775c470c2c -r 69636cd4b83b games/xsc/distinfo
--- a/games/xsc/distinfo        Sun Jan 15 16:52:08 2006 +0000
+++ b/games/xsc/distinfo        Sun Jan 15 16:56:26 2006 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.2 2005/02/23 23:12:05 agc Exp $
+$NetBSD: distinfo,v 1.3 2006/01/15 16:56:26 christos Exp $
 
 SHA1 (xsc-1.5.tar.gz) = 3b6b71c2e9d132c56e276896f4869dc08a0e43a3
 RMD160 (xsc-1.5.tar.gz) = d2519f75ad3089215b4c89ee765d1585de37db33
 Size (xsc-1.5.tar.gz) = 86015 bytes
+SHA1 (patch-aa) = 4da7181d8037d0d334fbd5330a91a45a50b59753
diff -r 47775c470c2c -r 69636cd4b83b games/xsc/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/xsc/patches/patch-aa        Sun Jan 15 16:56:26 2006 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1 2006/01/15 16:56:26 christos Exp $
+
+--- text.C.orig        2006-01-15 06:53:55.000000000 -0500
++++ text.C     2006-01-15 06:52:26.000000000 -0500
+@@ -15,6 +15,7 @@
+ Text::Text(void)
+ {
+     //fprintf(stderr, "Text::Text()\n");
++    set_message("");
+     set_scale(6.0);
+     set_gc(fetch_gc(GC_BLUE));
+ } // Text::Text



Home | Main Index | Thread Index | Old Index