pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/grap Delete extraneous coord:: prefix to perm...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ed2a605dddb6
branches:  trunk
changeset: 522479:ed2a605dddb6
user:      smb <smb%pkgsrc.org@localhost>
date:      Sun Dec 10 04:53:24 2006 +0000

description:
Delete extraneous coord:: prefix to permit compilation with gcc4

diffstat:

 graphics/grap/Makefile         |   4 ++--
 graphics/grap/distinfo         |   3 ++-
 graphics/grap/patches/patch-ae |  13 +++++++++++++
 3 files changed, 17 insertions(+), 3 deletions(-)

diffs (44 lines):

diff -r 62659a31cb9a -r ed2a605dddb6 graphics/grap/Makefile
--- a/graphics/grap/Makefile    Sun Dec 10 04:36:30 2006 +0000
+++ b/graphics/grap/Makefile    Sun Dec 10 04:53:24 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2006/07/22 04:46:16 rillig Exp $
+# $NetBSD: Makefile,v 1.14 2006/12/10 04:53:24 smb Exp $
 
 DISTNAME=      grap-1.30
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    graphics
 MASTER_SITES=  http://www.lunabase.org/~faber/Vault/software/grap/
 
diff -r 62659a31cb9a -r ed2a605dddb6 graphics/grap/distinfo
--- a/graphics/grap/distinfo    Sun Dec 10 04:36:30 2006 +0000
+++ b/graphics/grap/distinfo    Sun Dec 10 04:53:24 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.9 2006/01/09 19:46:01 joerg Exp $
+$NetBSD: distinfo,v 1.10 2006/12/10 04:53:24 smb Exp $
 
 SHA1 (grap-1.30.tar.gz) = d8083d75cc4ca7bbfcca1a0958e1da10e54f1c88
 RMD160 (grap-1.30.tar.gz) = 54c80386ad15f18a0b7e848adcb0eaa06861451b
@@ -7,3 +7,4 @@
 SHA1 (patch-ab) = 20fca93edd15d4c1220b642671fb66fa2c40c2fe
 SHA1 (patch-ac) = abd8fef7dd04e58c5a408cc8dc73f43debe84f37
 SHA1 (patch-ad) = fdafc8d4e3a4ac2887b7cfcecddd7b9c2c4577c9
+SHA1 (patch-ae) = a6a11d1fc53385e0085b380485986bc317176b3b
diff -r 62659a31cb9a -r ed2a605dddb6 graphics/grap/patches/patch-ae
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/grap/patches/patch-ae    Sun Dec 10 04:53:24 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.1 2006/12/10 04:53:24 smb Exp $
+
+--- grap_draw.h.orig   2006-12-09 23:47:30.000000000 -0500
++++ grap_draw.h        2006-12-09 23:47:39.000000000 -0500
+@@ -239,7 +239,7 @@
+     int yautoscale;   // True if the user has not given an explicit y range
+     string name;      // Name of the coordinate system, if any
+ 
+-    void coord::newpt(double x, double y) {
++    void newpt(double x, double y) {
+       newx(x); newy(y);
+     }
+     void newx(double);



Home | Main Index | Thread Index | Old Index