summaryrefslogtreecommitdiff
path: root/graphics/grap
diff options
context:
space:
mode:
authorsmb <smb@pkgsrc.org>2006-12-10 04:53:24 +0000
committersmb <smb@pkgsrc.org>2006-12-10 04:53:24 +0000
commit477a4029162223834e0f564803fdc89c0e51b259 (patch)
tree94e8afd6ea7a0953a4020f28bad93c3165f1efb7 /graphics/grap
parenta740069e3a45c0ee3a3ebbd00c2ceb0d7c124cb9 (diff)
downloadpkgsrc-477a4029162223834e0f564803fdc89c0e51b259.tar.gz
Delete extraneous coord:: prefix to permit compilation with gcc4
Diffstat (limited to 'graphics/grap')
-rw-r--r--graphics/grap/Makefile4
-rw-r--r--graphics/grap/distinfo3
-rw-r--r--graphics/grap/patches/patch-ae13
3 files changed, 17 insertions, 3 deletions
diff --git a/graphics/grap/Makefile b/graphics/grap/Makefile
index a84f684ce95..c5f5c85413c 100644
--- a/graphics/grap/Makefile
+++ b/graphics/grap/Makefile
@@ -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 --git a/graphics/grap/distinfo b/graphics/grap/distinfo
index 7b6829ecb7c..47e14a9ca83 100644
--- a/graphics/grap/distinfo
+++ b/graphics/grap/distinfo
@@ -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-aa) = a1663c1f761c21983b38f74a150fcc2c28ebc177
SHA1 (patch-ab) = 20fca93edd15d4c1220b642671fb66fa2c40c2fe
SHA1 (patch-ac) = abd8fef7dd04e58c5a408cc8dc73f43debe84f37
SHA1 (patch-ad) = fdafc8d4e3a4ac2887b7cfcecddd7b9c2c4577c9
+SHA1 (patch-ae) = a6a11d1fc53385e0085b380485986bc317176b3b
diff --git a/graphics/grap/patches/patch-ae b/graphics/grap/patches/patch-ae
new file mode 100644
index 00000000000..2319cc2c5ac
--- /dev/null
+++ b/graphics/grap/patches/patch-ae
@@ -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);