pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/siag Use guile 1.6 instead of 1.4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f8eb017daa73
branches:  trunk
changeset: 528799:f8eb017daa73
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Wed May 16 18:40:12 2007 +0000

description:
Use guile 1.6 instead of 1.4.
Add two patches for modern compilers/usage (unrelated to guile, probably).
PKGREVISION++.

diffstat:

 misc/siag/Makefile         |   6 +++---
 misc/siag/distinfo         |   4 +++-
 misc/siag/patches/patch-af |  12 ++++++++++++
 misc/siag/patches/patch-ag |  13 +++++++++++++
 4 files changed, 31 insertions(+), 4 deletions(-)

diffs (75 lines):

diff -r 968fb96f0ad2 -r f8eb017daa73 misc/siag/Makefile
--- a/misc/siag/Makefile        Wed May 16 16:48:12 2007 +0000
+++ b/misc/siag/Makefile        Wed May 16 18:40:12 2007 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.49 2006/12/15 20:32:59 joerg Exp $
+# $NetBSD: Makefile,v 1.50 2007/05/16 18:40:12 gdt Exp $
 #
 # Note: I have tried to update this package to 3.6.0, but there were
 # some undefined identifiers "DndDrop" and "DndRawData" in the
 # xsiag/window.c file.
 
 DISTNAME=      siag-3.5.7
-PKGREVISION=   6
+PKGREVISION=   7
 CATEGORIES=    misc textproc math
 MASTER_SITES=  ftp://siag.nu/pub/siag/
 
@@ -39,7 +39,7 @@
 .endif
 
 .include "../../devel/ncurses/buildlink3.mk"
-.include "../../lang/guile14/buildlink3.mk"
+.include "../../lang/guile/buildlink3.mk"
 .include "../../x11/libXpm/buildlink3.mk"
 .include "../../x11/mowitz/buildlink3.mk"
 .include "../../mk/xaw.buildlink3.mk"
diff -r 968fb96f0ad2 -r f8eb017daa73 misc/siag/distinfo
--- a/misc/siag/distinfo        Wed May 16 16:48:12 2007 +0000
+++ b/misc/siag/distinfo        Wed May 16 18:40:12 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.9 2006/01/20 02:19:22 joerg Exp $
+$NetBSD: distinfo,v 1.10 2007/05/16 18:40:13 gdt Exp $
 
 SHA1 (siag-3.5.7.tar.gz) = 007030eb29fc1a4d3a0d78f9d93893cf40b6b84b
 RMD160 (siag-3.5.7.tar.gz) = 41f20210e4b5b4704ecd0f539cbcf1d409bb9a1a
@@ -8,4 +8,6 @@
 SHA1 (patch-ac) = e037d16bada6730dfc02890c317d7365a314eb99
 SHA1 (patch-ad) = ffcf23d86942253eea4965af4241f62f73e490f4
 SHA1 (patch-ae) = 25d31c562a492395b10d680df9e8eabe6aa85603
+SHA1 (patch-af) = 6df3759696b2d30314d007a58a4604f97accd769
+SHA1 (patch-ag) = b8aa8ab9d51ab0254307f294234cbf2242e29d44
 SHA1 (patch-av) = 2e2598ca694ed93ff6bd34c9bb4625f915d412ad
diff -r 968fb96f0ad2 -r f8eb017daa73 misc/siag/patches/patch-af
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/siag/patches/patch-af        Wed May 16 18:40:12 2007 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-af,v 1.3 2007/05/16 18:40:13 gdt Exp $
+
+--- xegon/window.c.orig        2003-01-15 18:56:56.000000000 -0500
++++ xegon/window.c
+@@ -27,6 +27,7 @@
+ #include <stdio.h>
+ #include <string.h>
+ #include <unistd.h>
++#include <stdlib.h>
+ 
+ #include <X11/Xlib.h>
+ #include <X11/Xutil.h>
diff -r 968fb96f0ad2 -r f8eb017daa73 misc/siag/patches/patch-ag
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/siag/patches/patch-ag        Wed May 16 18:40:12 2007 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ag,v 1.3 2007/05/16 18:40:13 gdt Exp $
+
+--- xegon/xegon.h.orig 2003-01-15 18:56:54.000000000 -0500
++++ xegon/xegon.h
+@@ -23,7 +23,7 @@ typedef struct {
+         Boolean play;
+ } AppData;
+ 
+-extern AppData app_data;
++/*extern AppData app_data;*/
+ 
+ /* Each list has a frame, a title, a viewport and a list */
+ typedef struct egon_ui {



Home | Main Index | Thread Index | Old Index