View | Details | Raw Unified | Return to bug 21919 | Differences between
and this patch

Collapse All | Expand All

(-)grace/patches/patch-ae (-16 / +13 lines)
Lines 1-16 Link Here
1
--- conf/generic.orig	Mon Mar 29 01:02:41 1999
1
*** src/pdfdrv.c.org	Thu Apr 20 22:34:34 2000
2
+++ conf/generic	Fri Sep 10 16:10:36 1999
2
--- src/pdfdrv.c	Thu Aug  3 21:23:05 2000
3
@@ -17,11 +17,11 @@
3
***************
4
 ###############################
4
*** 57,62 ****
5
 # Misc optimization flags
5
--- 57,64 ----
6
 #
6
  #  include "motifinc.h"
7
-OPTIMIZE="-O"
7
  #endif
8
+#OPTIMIZE="-O"
8
9
 ###############################
9
+ #define PDF_set_fillrule(handle, rule) PDF_set_parameter(handle, "fillrule", rule)
10
10
+
11
 ###############################
11
  static void pdf_error_handler(PDF *p, int type, const char* msg);
12
 # Flags used for debugging
12
13
 #
13
  static unsigned long page_scale;
14
-DEBUG="-g"
15
+#DEBUG="-g"
16
 ###############################
(-)grace/pkg/PLIST (-2 / +13 lines)
Lines 28-34 Link Here
28
lib/X11/grace/doc/grace.1
28
lib/X11/grace/doc/grace.1
29
lib/X11/grace/doc/gracebat.1
29
lib/X11/grace/doc/gracebat.1
30
lib/X11/grace/doc/grconvert.1
30
lib/X11/grace/doc/grconvert.1
31
lib/X11/grace/doc/mygraph.gif
31
lib/X11/grace/doc/mygraph.png
32
lib/X11/grace/doc/nohelp.html
32
lib/X11/grace/doc/nohelp.html
33
lib/X11/grace/doc/philosophical-gnu-sm.jpg
33
lib/X11/grace/doc/philosophical-gnu-sm.jpg
34
lib/X11/grace/doc/shiftdata.sh
34
lib/X11/grace/doc/shiftdata.sh
Lines 38-43 Link Here
38
lib/X11/grace/examples/au.agr
38
lib/X11/grace/examples/au.agr
39
lib/X11/grace/examples/axes.agr
39
lib/X11/grace/examples/axes.agr
40
lib/X11/grace/examples/bar.agr
40
lib/X11/grace/examples/bar.agr
41
lib/X11/grace/examples/boxplot.agr
41
lib/X11/grace/examples/brw.dat
42
lib/X11/grace/examples/brw.dat
42
lib/X11/grace/examples/chartebar.agr
43
lib/X11/grace/examples/chartebar.agr
43
lib/X11/grace/examples/charts.agr
44
lib/X11/grace/examples/charts.agr
Lines 52-65 Link Here
52
lib/X11/grace/examples/log2.agr
53
lib/X11/grace/examples/log2.agr
53
lib/X11/grace/examples/logistic.agr
54
lib/X11/grace/examples/logistic.agr
54
lib/X11/grace/examples/logistic.fit
55
lib/X11/grace/examples/logistic.fit
56
lib/X11/grace/examples/logit.agr
55
lib/X11/grace/examples/logtest.par
57
lib/X11/grace/examples/logtest.par
56
lib/X11/grace/examples/manygraphs.agr
58
lib/X11/grace/examples/manygraphs.agr
57
lib/X11/grace/examples/mlo.dat
59
lib/X11/grace/examples/mlo.dat
58
lib/X11/grace/examples/moresyms.agr
59
lib/X11/grace/examples/motif.agr
60
lib/X11/grace/examples/motif.agr
61
lib/X11/grace/examples/pie.agr
60
lib/X11/grace/examples/polar.agr
62
lib/X11/grace/examples/polar.agr
61
lib/X11/grace/examples/props.agr
63
lib/X11/grace/examples/props.agr
62
lib/X11/grace/examples/regions.par
64
lib/X11/grace/examples/regions.par
65
lib/X11/grace/examples/spectrum.agr
63
lib/X11/grace/examples/stackedb.agr
66
lib/X11/grace/examples/stackedb.agr
64
lib/X11/grace/examples/symslines.agr
67
lib/X11/grace/examples/symslines.agr
65
lib/X11/grace/examples/terr.agr
68
lib/X11/grace/examples/terr.agr
Lines 74-85 Link Here
74
lib/X11/grace/examples/tlog.agr
77
lib/X11/grace/examples/tlog.agr
75
lib/X11/grace/examples/tmc.c
78
lib/X11/grace/examples/tmc.c
76
lib/X11/grace/examples/tstack.agr
79
lib/X11/grace/examples/tstack.agr
80
lib/X11/grace/examples/txttrans.agr
77
lib/X11/grace/examples/txyr.agr
81
lib/X11/grace/examples/txyr.agr
78
lib/X11/grace/examples/typeset.agr
82
lib/X11/grace/examples/typeset.agr
83
lib/X11/grace/examples/vmap.agr
84
lib/X11/grace/examples/xysize.agr
79
lib/X11/grace/examples/xyz.agr
85
lib/X11/grace/examples/xyz.agr
80
lib/X11/grace/fonts/FontDataBase
86
lib/X11/grace/fonts/FontDataBase
81
lib/X11/grace/fonts/enc/IsoLatin1.enc
87
lib/X11/grace/fonts/enc/IsoLatin1.enc
82
lib/X11/grace/fonts/enc/IsoLatin2.enc
88
lib/X11/grace/fonts/enc/IsoLatin2.enc
89
lib/X11/grace/fonts/enc/IsoLatin9.enc
90
lib/X11/grace/fonts/enc/MacRoman.enc
91
lib/X11/grace/fonts/enc/PDFDoc.enc
92
lib/X11/grace/fonts/enc/PSLatin1.enc
93
lib/X11/grace/fonts/enc/WinAnsi.enc
83
lib/X11/grace/fonts/type1/d050000l.afm
94
lib/X11/grace/fonts/type1/d050000l.afm
84
lib/X11/grace/fonts/type1/d050000l.pfb
95
lib/X11/grace/fonts/type1/d050000l.pfb
85
lib/X11/grace/fonts/type1/n019003l.afm
96
lib/X11/grace/fonts/type1/n019003l.afm
(-)grace/scripts/configure (-3 lines)
Lines 1-3 Link Here
1
#! /bin/sh
2
3
cp ${FILESDIR}/freebsd ${WRKSRC}/conf/freebsd

Return to bug 21919