diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-06-18 10:00:08 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-06-18 10:00:08 +0000 |
commit | e497906508084a5501f27a53a8ec0f23aa446e5b (patch) | |
tree | 152d32d807e92b14ac8ade604a4d650b637b1e93 /math/gnumeric2/files | |
parent | A new index, with 3,403 ports, which is a nice number, being 41 times (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_5_0'.release/3.5.0
Diffstat (limited to 'math/gnumeric2/files')
-rw-r--r-- | math/gnumeric2/files/patch-aa | 28 | ||||
-rw-r--r-- | math/gnumeric2/files/patch-ba | 26 |
2 files changed, 0 insertions, 54 deletions
diff --git a/math/gnumeric2/files/patch-aa b/math/gnumeric2/files/patch-aa deleted file mode 100644 index 4611b7d38dbc..000000000000 --- a/math/gnumeric2/files/patch-aa +++ /dev/null @@ -1,28 +0,0 @@ ---- configure.orig Sun May 21 01:24:08 2000 -+++ configure Mon May 22 10:35:06 2000 -@@ -5934,8 +5934,8 @@ - - echo $ac_n "checking for GTK >= 1.2.7""... $ac_c" 1>&6 - echo "configure:5937: checking for GTK >= 1.2.7" >&5 --if gtk-config --version > /dev/null 2>&1; then -- vers=`gtk-config --version | awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'` -+if $GTK_CONFIG --version > /dev/null 2>&1; then -+ vers=`$GTK_CONFIG --version | awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'` - if test "$vers" -ge 1002007; then - echo "$ac_t""found" 1>&6 - else -@@ -6748,10 +6748,10 @@ - *) # Relative path. - ac_sub_cache_file="$ac_dots$cache_file" ;; - esac -- case "$ac_given_INSTALL" in -- [/$]*) INSTALL="$ac_given_INSTALL" ;; -- *) INSTALL="$ac_dots$ac_given_INSTALL" ;; -- esac -+# case "$ac_given_INSTALL" in -+# [/$]*) INSTALL="$ac_given_INSTALL" ;; -+# *) INSTALL="$ac_dots$ac_given_INSTALL" ;; -+# esac - - echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir" - # The eval makes quoting arguments work. diff --git a/math/gnumeric2/files/patch-ba b/math/gnumeric2/files/patch-ba deleted file mode 100644 index 911608c661a9..000000000000 --- a/math/gnumeric2/files/patch-ba +++ /dev/null @@ -1,26 +0,0 @@ ---- Makefile.in.orig Sun May 21 01:25:10 2000 -+++ Makefile.in Mon May 22 10:10:34 2000 -@@ -152,12 +152,12 @@ - perl_val = @perl_val@ - python_val = @python_val@ - --SUBDIRS = . intl po macros libole2 idl plugins wizards src graph doc icons -+SUBDIRS = . intl po macros libole2 idl plugins wizards src graph icons - - change_logs = OOChangeLog OChangeLog ChangeLog - - --confexecdir = $(libdir) -+confexecdir = $(sysconfdir) - confexec_DATA = gnumericConf.sh - - CLEANFILES = gnumericConf.sh -@@ -169,7 +169,7 @@ - appicon_DATA = gnome-gnumeric.png gnome-application-x-gnumeric.png gnome-application-x-xls.png - - --Applicationsdir = $(datadir)/gnome/apps/Applications -+Applicationsdir = $(datadir)/apps/Applications - Applications_DATA = gnumeric.desktop - - Mimedir = $(datadir)/mime-info |