pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cad/spice/patches Theses patches were omitted from the...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/31a89453527e
branches:  trunk
changeset: 520754:31a89453527e
user:      mlelstv <mlelstv%pkgsrc.org@localhost>
date:      Sat Oct 28 08:46:13 2006 +0000

description:
Theses patches were omitted from the last commit.

diffstat:

 cad/spice/patches/patch-av |  35 +++++++++++++++++++++++++++++++++++
 cad/spice/patches/patch-aw |  16 ++++++++++++++++
 2 files changed, 51 insertions(+), 0 deletions(-)

diffs (59 lines):

diff -r fa7001dbd458 -r 31a89453527e cad/spice/patches/patch-av
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/cad/spice/patches/patch-av        Sat Oct 28 08:46:13 2006 +0000
@@ -0,0 +1,35 @@
+$NetBSD: patch-av,v 1.1 2006/10/28 08:46:13 mlelstv Exp $
+
+--- src/lib/fte/graf.c.orig    1993-01-05 22:43:44.000000000 +0100
++++ src/lib/fte/graf.c
+@@ -25,6 +25,9 @@ Author: 1988 Jeffrey M. Hsu
+ #include "ftedev.h"
+ #include "suffix.h"
+ 
++static void drawlegend();
++static void gr_resize_internal();
++
+ extern struct dbcomm *dbs;  /* for iplot */
+ 
+ /* note: let's try to get rid of these */
+@@ -427,7 +430,7 @@ GRAPH *graph;
+ 
+ }
+ 
+-static
++static void
+ drawlegend(graph, plotno, dv)
+ GRAPH *graph;
+ int plotno;
+@@ -546,8 +549,9 @@ GRAPH *graph;
+ 
+ }
+ 
+-static gr_resize_internal(graph)
+-GRAPH *graph;
++static void
++gr_resize_internal(graph)
++    GRAPH *graph;
+ {
+ 
+     if (!graph->grid.xsized)
diff -r fa7001dbd458 -r 31a89453527e cad/spice/patches/patch-aw
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/cad/spice/patches/patch-aw        Sat Oct 28 08:46:13 2006 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-aw,v 1.1 2006/10/28 08:46:13 mlelstv Exp $
+
+--- src/lib/mfb/mfbcaps.c.orig 1991-04-02 00:32:50.000000000 +0200
++++ src/lib/mfb/mfbcaps.c
+@@ -43,9 +43,9 @@ static int hopcount;       /* detect inf
+ 
+ FILE   *POpen();
+ char   *strcpy();
+-char   *MFBSkip();
++static char   *MFBSkip();
+ char   *MFBGetStr();
+-char   *MFBCapDecod();
++static char   *MFBCapDecod();
+ int    MFBGetNum();
+ int    MFBGetFlag();
+ int    MFBGetEnt();



Home | Main Index | Thread Index | Old Index