diff options
Diffstat (limited to 'math/gnumeric2/files')
| -rw-r--r-- | math/gnumeric2/files/patch-aa | 14 | ||||
| -rw-r--r-- | math/gnumeric2/files/patch-ba | 7 | ||||
| -rw-r--r-- | math/gnumeric2/files/patch-doc::Makefile.in | 14 | ||||
| -rw-r--r-- | math/gnumeric2/files/patch-ltmain.sh | 37 | ||||
| -rw-r--r-- | math/gnumeric2/files/patch-plugins::gb::Makefile.in | 14 | ||||
| -rw-r--r-- | math/gnumeric2/files/patch-src::mathfunc.h | 9 | ||||
| -rw-r--r-- | math/gnumeric2/files/patch-src::stf-parse.c | 12 |
7 files changed, 0 insertions, 107 deletions
diff --git a/math/gnumeric2/files/patch-aa b/math/gnumeric2/files/patch-aa deleted file mode 100644 index 978df6779fac..000000000000 --- a/math/gnumeric2/files/patch-aa +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- configure.orig Wed Nov 7 11:20:14 2001 -+++ configure Wed Nov 7 11:34:43 2001 -@@ -10618,7 +10618,7 @@ - if gnome-config --libs gb > /dev/null 2>&1; then - verstxt=`gnome-config --modversion gb 2>/dev/null` - vers=`echo "$verstxt" | awk -F. '{ printf "%d", $1 * 10000 + $2 * 100 + $3; }'` -- if test "$vers" -eq 000017; then -+ if test "$vers" -ge 000017; then - echo "$ac_t""$marker_ok found $verstxt" 1>&6 - cat >> confdefs.h <<\EOF - #define ENABLE_GB 1 diff --git a/math/gnumeric2/files/patch-ba b/math/gnumeric2/files/patch-ba deleted file mode 100644 index 3447b30f39b5..000000000000 --- a/math/gnumeric2/files/patch-ba +++ /dev/null @@ -1,7 +0,0 @@ ---- Makefile.in.orig Mon Nov 13 19:56:19 2000 -+++ Makefile.in Tue Nov 14 15:34:05 2000 -@@ -164,3 +164,3 @@ - --confexecdir = $(libdir) -+confexecdir = $(sysconfdir) - confexec_DATA = gnumericConf.sh diff --git a/math/gnumeric2/files/patch-doc::Makefile.in b/math/gnumeric2/files/patch-doc::Makefile.in deleted file mode 100644 index f9c47f90ea95..000000000000 --- a/math/gnumeric2/files/patch-doc::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- doc/Makefile.in.orig Wed Mar 13 00:26:49 2002 -+++ doc/Makefile.in Wed Mar 13 00:25:45 2002 -@@ -185,7 +185,7 @@ - perl_val = @perl_val@ - python_val = @python_val@ - --SUBDIRS = C de es hu ja nl no pl pt ru sk sv -+SUBDIRS = C - - EXTRA_DIST = sgmldocs.make gnumeric-doc.make make-func-list.pl translating.sgml Design Future-Roadmap README saving.txt writing-functions.sgml excel-format-doc.txt linux-expo-99-gnumeric.tex linuxexpo.sty Dependencies.txt Styles.txt features.txt pref-attributes.txt guile-gnumeric.txt python-gnumeric.txt stf-export.txt stf-parser.txt - diff --git a/math/gnumeric2/files/patch-ltmain.sh b/math/gnumeric2/files/patch-ltmain.sh deleted file mode 100644 index d62ad5aaf764..000000000000 --- a/math/gnumeric2/files/patch-ltmain.sh +++ /dev/null @@ -1,37 +0,0 @@ - -$FreeBSD$ - ---- ltmain.sh.orig Sun Dec 16 07:16:09 2001 -+++ ltmain.sh Tue Dec 18 07:52:22 2001 -@@ -1052,7 +1052,7 @@ - esac - elif test "X$arg" = "X-lc_r"; then - case $host in -- *-*-openbsd* | *-*-freebsd*) -+ *-*-openbsd* | *-*-freebsd[234]*) - # Do not include libc_r directly, use -pthread flag. - continue - ;; -@@ -2359,6 +2359,9 @@ - # problems, so we reset it completely - verstring="" - ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... -+ ;; - *) - verstring="0.0" - ;; -@@ -4247,10 +4250,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/math/gnumeric2/files/patch-plugins::gb::Makefile.in b/math/gnumeric2/files/patch-plugins::gb::Makefile.in deleted file mode 100644 index c0207945102a..000000000000 --- a/math/gnumeric2/files/patch-plugins::gb::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- plugins/gb/Makefile.in.orig Wed Nov 7 11:18:32 2001 -+++ plugins/gb/Makefile.in Wed Nov 7 11:19:15 2001 -@@ -194,7 +194,7 @@ - gnum_gb_la_SOURCES = common.c common.h excel-gb-application.c excel-gb-application.h excel-gb-context.c excel-gb-context.h excel-gb-interior.c excel-gb-interior.h excel-gb-range.c excel-gb-range.h excel-gb-selection.c excel-gb-selection.h excel-gb-worksheet.c excel-gb-worksheet.h excel-gb-worksheets.c excel-gb-worksheets.h excel-gb-worksheet-function.c excel-gb-worksheet-function.h plugin.c streams.h streams.c - - --gnum_gb_la_LIBADD = $(GB_LIBS) $(GNUMERIC_LIBS) -lm @GLIB_LIBS@ -lgb -lgbrun -+gnum_gb_la_LIBADD = $(GB_LIBS) $(GNUMERIC_LIBS) -lm @GLIB_LIBS@ -lgbrun - - - xml_in_files = plugin.xml.in diff --git a/math/gnumeric2/files/patch-src::mathfunc.h b/math/gnumeric2/files/patch-src::mathfunc.h deleted file mode 100644 index 5ece38afaf53..000000000000 --- a/math/gnumeric2/files/patch-src::mathfunc.h +++ /dev/null @@ -1,9 +0,0 @@ ---- 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 diff --git a/math/gnumeric2/files/patch-src::stf-parse.c b/math/gnumeric2/files/patch-src::stf-parse.c deleted file mode 100644 index b45569925e68..000000000000 --- a/math/gnumeric2/files/patch-src::stf-parse.c +++ /dev/null @@ -1,12 +0,0 @@ ---- src/stf-parse.c.orig Fri Mar 1 21:03:09 2002 -+++ src/stf-parse.c Fri Mar 1 21:03:17 2002 -@@ -870,8 +870,7 @@ - if (len == -1) - return (char *)s; - if (len > 1) { -- if (mbstowcs (&wstr, s, 1) == 1 && -- !iswprint (wstr) && !iswspace (wstr)) -+ if (mbstowcs (&wstr, s, 1) == 1) - return (char *)s; - s += len; - } else { |
