aboutsummaryrefslogtreecommitdiff
path: root/math/grace/files
diff options
context:
space:
mode:
authorLars Koeller <lkoeller@FreeBSD.org>2000-12-29 16:22:02 +0000
committerLars Koeller <lkoeller@FreeBSD.org>2000-12-29 16:22:02 +0000
commitde624ba7565400d1c57744916425a0b69148484e (patch)
tree6ad03a94cb25b0393f1bb30ff41b15aabed364a6 /math/grace/files
parent22d9d76d60a5cd771a61f15e3dab0c59f3925f12 (diff)
Upfdate to version 5.1.2. Necessary for this version was an update of
XmHTML to version 1.1.7. By the way xbae was updated to 4.8.4. PR: ports/20464, ports/20975, ports/21919
Notes
Notes: svn path=/head/; revision=36442
Diffstat (limited to 'math/grace/files')
-rw-r--r--math/grace/files/patch-aa40
-rw-r--r--math/grace/files/patch-ab16
-rw-r--r--math/grace/files/patch-ac15
-rw-r--r--math/grace/files/patch-ad15
-rw-r--r--math/grace/files/patch-ae29
5 files changed, 40 insertions, 75 deletions
diff --git a/math/grace/files/patch-aa b/math/grace/files/patch-aa
index b8b15fb95109..0431e4afb6be 100644
--- a/math/grace/files/patch-aa
+++ b/math/grace/files/patch-aa
@@ -1,40 +1,18 @@
-*** configure.orig Sun Aug 22 12:11:35 1999
---- configure Fri Sep 10 16:22:17 1999
+*** configure.orig Mon May 22 19:54:43 2000
+--- configure Mon May 22 19:54:47 2000
***************
-*** 1096,1106 ****
-
- if test "x${GCC}" = "xyes"
- then
-- case "${host}" in
-- i?86-*-linux-*) CFLAGS="-m486 -malign-double $CFLAGS";;
-- i?86-*) CFLAGS="-m486 $CFLAGS";;
-- esac
--
- echo $ac_n "checking "for gcc strength-reduce bug"""... $ac_c" 1>&6
- echo "configure:1106: checking "for gcc strength-reduce bug"" >&5
- if eval "test \"`echo '$''{'ac_cv_c_gcc_strength_bug'+set}'`\" = set"; then
---- 1096,1101 ----
-***************
-*** 1832,1838 ****
+*** 2590,2596 ****
# It thinks the first close brace ends the variable substitution.
test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
-
+
! test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
-
+
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
-
---- 1827,1833 ----
+
+--- 2590,2596 ----
# It thinks the first close brace ends the variable substitution.
test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
-
+
! test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL} -m 555'
-
+
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
-
-***************
-*** 8939,8942 ****
- chmod +x $CONFIG_STATUS
- rm -fr confdefs* $ac_clean_files
- test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
--
---- 8934,8936 ----
diff --git a/math/grace/files/patch-ab b/math/grace/files/patch-ab
index acae2878785d..5d298e90d053 100644
--- a/math/grace/files/patch-ab
+++ b/math/grace/files/patch-ab
@@ -1,19 +1,11 @@
-*** conf/Make.conf.in.org Fri Sep 10 09:32:03 1999
---- conf/Make.conf.in Fri Sep 10 09:32:27 1999
+*** ac-tools/Make.conf.in.orig Mon May 22 19:57:32 2000
+--- ac-tools/Make.conf.in Mon May 22 19:57:36 2000
***************
-*** 93,98 ****
---- 93,99 ----
+*** 90,95 ****
+--- 90,96 ----
# BSD install
INSTALL=@INSTALL@
INSTALL_PROGRAM=@INSTALL_PROGRAM@
+ INSTALL_SCRIPT=@INSTALL_SCRIPT@
INSTALL_DATA=@INSTALL_DATA@
MKINSTALLDIRS=@MKINSTALLDIRS@
-
-***************
-*** 119,122 ****
-
- # HTML help viewer command
- HELPVIEWER=@HELPVIEWER@
--
---- 120,122 ----
diff --git a/math/grace/files/patch-ac b/math/grace/files/patch-ac
index c15e4275b611..470793b4e7e9 100644
--- a/math/grace/files/patch-ac
+++ b/math/grace/files/patch-ac
@@ -1,19 +1,18 @@
-*** examples/Makefile.org Fri Sep 10 09:25:47 1999
---- examples/Makefile Fri Sep 10 09:25:57 1999
+*** examples/Makefile.orig Mon May 22 19:58:45 2000
+--- examples/Makefile Mon May 22 19:59:07 2000
***************
-*** 31,37 ****
+*** 33,39 ****
install : $(EXAMPLES) $(DOTEST)
$(MKINSTALLDIRS) $(GRACE_HOME)/examples
for i in $(EXAMPLES); do $(INSTALL_DATA) $$i $(GRACE_HOME)/examples; done
! $(INSTALL_PROGRAM) $(DOTEST) $(GRACE_HOME)/examples/$(DOTEST)
-
+
links : dummy
-
---- 31,37 ----
+
+--- 33,39 ----
install : $(EXAMPLES) $(DOTEST)
$(MKINSTALLDIRS) $(GRACE_HOME)/examples
for i in $(EXAMPLES); do $(INSTALL_DATA) $$i $(GRACE_HOME)/examples; done
! $(INSTALL_SCRIPT) $(DOTEST) $(GRACE_HOME)/examples/$(DOTEST)
-
+
links : dummy
-
diff --git a/math/grace/files/patch-ad b/math/grace/files/patch-ad
index d1dcada7354c..029b5c9fa220 100644
--- a/math/grace/files/patch-ad
+++ b/math/grace/files/patch-ad
@@ -1,19 +1,18 @@
-*** doc/Makefile.orig Fri Aug 20 00:31:44 1999
---- doc/Makefile Fri Sep 10 11:06:06 1999
+*** doc/Makefile.orig Mon May 22 20:00:24 2000
+--- doc/Makefile Mon May 22 20:00:51 2000
***************
-*** 66,72 ****
+*** 78,84 ****
$(MKINSTALLDIRS) $(PREFIX)/man
$(MKINSTALLDIRS) $(PREFIX)/man/man1
cd $(PREFIX)/man/man1; \
! for i in $? $(MANLINKS); do $(RM) $$i; $(LN_S) $(GRACE_HOME)/doc/$$i $$i; done
-
+
tests : dummy
-
---- 66,72 ----
+
+--- 78,84 ----
$(MKINSTALLDIRS) $(PREFIX)/man
$(MKINSTALLDIRS) $(PREFIX)/man/man1
cd $(PREFIX)/man/man1; \
! for i in $? $(MANLINKS); do $(RM) $$i; $(INSTALL_DATA) $(GRACE_HOME)/doc/$$i $$i; done
-
+
tests : dummy
-
diff --git a/math/grace/files/patch-ae b/math/grace/files/patch-ae
index dd55885be908..5f5cd7f0d063 100644
--- a/math/grace/files/patch-ae
+++ b/math/grace/files/patch-ae
@@ -1,16 +1,13 @@
---- conf/generic.orig Mon Mar 29 01:02:41 1999
-+++ conf/generic Fri Sep 10 16:10:36 1999
-@@ -17,11 +17,11 @@
- ###############################
- # Misc optimization flags
- #
--OPTIMIZE="-O"
-+#OPTIMIZE="-O"
- ###############################
-
- ###############################
- # Flags used for debugging
- #
--DEBUG="-g"
-+#DEBUG="-g"
- ###############################
+*** src/pdfdrv.c.org Thu Apr 20 22:34:34 2000
+--- src/pdfdrv.c Thu Aug 3 21:23:05 2000
+***************
+*** 57,62 ****
+--- 57,64 ----
+ # include "motifinc.h"
+ #endif
+
++ #define PDF_set_fillrule(handle, rule) PDF_set_parameter(handle, "fillrule", rule)
++
+ static void pdf_error_handler(PDF *p, int type, const char* msg);
+
+ static unsigned long page_scale;