head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.22 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.20 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.18 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.16 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.14 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.2.0.12 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.10 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.8 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.6 pkgsrc-2008Q2-base:1.2 pkgsrc-2008Q1:1.2.0.4 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.2 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.1.0.8 pkgsrc-2007Q3-base:1.1 pkgsrc-2007Q2:1.1.0.6 pkgsrc-2007Q2-base:1.1 pkgsrc-2007Q1:1.1.0.4 pkgsrc-2007Q1-base:1.1 pkgsrc-2006Q4:1.1.0.2 pkgsrc-2006Q4-base:1.1; locks; strict; comment @# @; 1.2 date 2007.12.22.19.42.01; author tnn; state dead; branches; next 1.1; 1.1 date 2006.12.10.04.53.24; author smb; state Exp; branches; next ; desc @@ 1.2 log @Update to grap-1.41. Summary of changes: 1.41: fix gcc-4.1/4.2 builds problems (this should include PR pkg/34378) 1.40: fixes regressions from 1.38 1.39: gcc-4.1 fixes 1.38: DESTDIR support (also enbled in pkgsrc) 1.37: fixes an EOF bug 1.36: grammar fixes 1.35: lex fixes 1.32: fixes parsing of color modifiers @ text @$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); @ 1.1 log @Delete extraneous coord:: prefix to permit compilation with gcc4 @ text @d1 1 a1 1 $NetBSD:$ @