summaryrefslogtreecommitdiff
path: root/math/gnumeric/files
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2001-05-21 18:07:24 +0000
committerAde Lovett <ade@FreeBSD.org>2001-05-21 18:07:24 +0000
commit1bc76ecc3a474902adeb1569471be219e252746e (patch)
treed5453b498e13632d95a9e913fb299ad9d1726eb1 /math/gnumeric/files
parentUpdate to 0.2.2 (diff)
Update to 0.65
Notes
Notes: svn path=/head/; revision=42868
Diffstat (limited to 'math/gnumeric/files')
-rw-r--r--math/gnumeric/files/patch-aa53
-rw-r--r--math/gnumeric/files/patch-po::Makefile.in.in7
-rw-r--r--math/gnumeric/files/patch-src::mathfunc.h9
3 files changed, 66 insertions, 3 deletions
diff --git a/math/gnumeric/files/patch-aa b/math/gnumeric/files/patch-aa
index 99cdec2f9ba8..38602b0b16a8 100644
--- a/math/gnumeric/files/patch-aa
+++ b/math/gnumeric/files/patch-aa
@@ -1,6 +1,53 @@
---- configure.orig Tue Oct 10 10:27:58 2000
-+++ configure Wed Oct 11 12:15:15 2000
-@@ -6677,6 +6677,6 @@
+--- configure.orig Sun May 20 13:17:33 2001
++++ configure Mon May 21 11:57:29 2001
+@@ -5591,4 +5591,19 @@
+
+-
+-
++# Actually configure libtool. ac_aux_dir is where install-sh is found.
++CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \
++LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
++LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \
++DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" \
++${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
++$libtool_flags $ac_aux_dir/ltmain.sh $lt_target \
++|| { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
++
++# Reload cache, that may have been modified by ltconfig
++if test -r "$cache_file"; then
++ echo "loading cache $cache_file"
++ . $cache_file
++else
++ echo "creating cache $cache_file"
++ > $cache_file
++fi
+
+@@ -5596,3 +5611,3 @@
+ # This can be used to rebuild libtool when needed
+-LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
++LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh"
+
+@@ -5601,16 +5616,7 @@
+
+-# Prevent multiple expansion
++# Redirect the config.log output again, so that the ltconfig log is not
++# clobbered by the next message.
++exec 5>>./config.log
+
+
+-
+-
+-
+-
+-
+-
+-
+-
+-
+-
+-
+ # Check whether --with-gnome-includes or --without-gnome-includes was given.
+@@ -10526,6 +10532,6 @@
- case "$ac_given_INSTALL" in
- [/$]*) INSTALL="$ac_given_INSTALL" ;;
diff --git a/math/gnumeric/files/patch-po::Makefile.in.in b/math/gnumeric/files/patch-po::Makefile.in.in
new file mode 100644
index 000000000000..2ee6d57354b7
--- /dev/null
+++ b/math/gnumeric/files/patch-po::Makefile.in.in
@@ -0,0 +1,7 @@
+--- po/Makefile.in.in.orig Sun May 20 11:15:03 2001
++++ po/Makefile.in.in Mon May 21 12:28:25 2001
+@@ -22,3 +22,3 @@
+ datadir = @datadir@
+-localedir = $(datadir)/locale
++localedir = $(prefix)/share/locale
+ gettextsrcdir = $(datadir)/gettext/po
diff --git a/math/gnumeric/files/patch-src::mathfunc.h b/math/gnumeric/files/patch-src::mathfunc.h
new file mode 100644
index 000000000000..5ece38afaf53
--- /dev/null
+++ b/math/gnumeric/files/patch-src::mathfunc.h
@@ -0,0 +1,9 @@
+--- src/mathfunc.h.orig Thu Apr 26 20:47:46 2001
++++ src/mathfunc.h Mon May 21 12:08:51 2001
+@@ -7,2 +7,6 @@
+
++#ifdef __FreeBSD__
++#define FINITE finite
++#endif
++
+ #ifndef FINITE