summaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-07-30 03:41:13 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-07-30 03:41:13 +0800
commitcc5f7fb2371d3252aa5bc469a73754cc4ab02133 (patch)
tree76b05783c2765c289ce96f2ac9829a52bcd4c4fa /math
parent42e1d052cd9d135da30fd4ece32cdb15f0c377ca (diff)
downloadmarcuscom-ports-cc5f7fb2371d3252aa5bc469a73754cc4ab02133.tar
marcuscom-ports-cc5f7fb2371d3252aa5bc469a73754cc4ab02133.tar.gz
marcuscom-ports-cc5f7fb2371d3252aa5bc469a73754cc4ab02133.tar.bz2
marcuscom-ports-cc5f7fb2371d3252aa5bc469a73754cc4ab02133.tar.lz
marcuscom-ports-cc5f7fb2371d3252aa5bc469a73754cc4ab02133.tar.xz
marcuscom-ports-cc5f7fb2371d3252aa5bc469a73754cc4ab02133.tar.zst
marcuscom-ports-cc5f7fb2371d3252aa5bc469a73754cc4ab02133.zip
Sync with FreeBSD ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9257 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'math')
-rw-r--r--math/gnumeric/Makefile6
-rw-r--r--math/gnumeric/distinfo6
-rw-r--r--math/gnumeric/files/patch-configure55
-rw-r--r--math/gnumeric/files/patch-src_widgets_gnumeric-expr-entry.c35
-rw-r--r--math/gnumeric/pkg-plist10
5 files changed, 64 insertions, 48 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile
index 2b690ea5f..eb8007809 100644
--- a/math/gnumeric/Makefile
+++ b/math/gnumeric/Makefile
@@ -3,12 +3,12 @@
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
# $FreeBSD$
-# $MCom: ports/math/gnumeric/Makefile,v 1.34 2007/07/04 15:52:37 mezz Exp $
+# $MCom: ports/math/gnumeric/Makefile,v 1.35 2007/07/16 20:04:09 mezz Exp $
#
PORTNAME= gnumeric
-PORTVERSION= 1.7.10
-PORTREVISION= 3
+PORTVERSION= 1.7.11
+PORTREVISION= 1
CATEGORIES= math gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R}
diff --git a/math/gnumeric/distinfo b/math/gnumeric/distinfo
index 7504b5537..c0253ed48 100644
--- a/math/gnumeric/distinfo
+++ b/math/gnumeric/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnome2/gnumeric-1.7.10.tar.bz2) = ad9e8b3b9ec899b069e93511b48a3e01
-SHA256 (gnome2/gnumeric-1.7.10.tar.bz2) = 8520b71ae163bfb846aa363f2ab992a7768bc62b532afbec7a8381a67d87e50d
-SIZE (gnome2/gnumeric-1.7.10.tar.bz2) = 13373300
+MD5 (gnome2/gnumeric-1.7.11.tar.bz2) = 75e8c36afa8322c601a14cb5a35a8793
+SHA256 (gnome2/gnumeric-1.7.11.tar.bz2) = ee60415d849d8c4a48a16013a8925e70fcee16f934659677667cabd97e7b2516
+SIZE (gnome2/gnumeric-1.7.11.tar.bz2) = 13077190
diff --git a/math/gnumeric/files/patch-configure b/math/gnumeric/files/patch-configure
new file mode 100644
index 000000000..71ecb2bff
--- /dev/null
+++ b/math/gnumeric/files/patch-configure
@@ -0,0 +1,55 @@
+--- configure.orig 2007-07-29 02:46:18.000000000 -0400
++++ configure 2007-07-29 02:48:14.000000000 -0400
+@@ -23472,12 +23472,12 @@ if test -n "$PKG_CONFIG"; then
+ pkg_cv_GB_CFLAGS="$GB_CFLAGS"
+ else
+ if test -n "$PKG_CONFIG" && \
+- { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgb == 1.17\"") >&5
+- ($PKG_CONFIG --exists --print-errors "libgb == 1.17") 2>&5
++ { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgb = 1.17\"") >&5
++ ($PKG_CONFIG --exists --print-errors "libgb = 1.17") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; then
+- pkg_cv_GB_CFLAGS=`$PKG_CONFIG --cflags "libgb == 1.17" 2>/dev/null`
++ pkg_cv_GB_CFLAGS=`$PKG_CONFIG --cflags "libgb = 1.17" 2>/dev/null`
+ else
+ pkg_failed=yes
+ fi
+@@ -23490,12 +23490,12 @@ if test -n "$PKG_CONFIG"; then
+ pkg_cv_GB_LIBS="$GB_LIBS"
+ else
+ if test -n "$PKG_CONFIG" && \
+- { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgb == 1.17\"") >&5
+- ($PKG_CONFIG --exists --print-errors "libgb == 1.17") 2>&5
++ { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgb = 1.17\"") >&5
++ ($PKG_CONFIG --exists --print-errors "libgb = 1.17") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; then
+- pkg_cv_GB_LIBS=`$PKG_CONFIG --libs "libgb == 1.17" 2>/dev/null`
++ pkg_cv_GB_LIBS=`$PKG_CONFIG --libs "libgb = 1.17" 2>/dev/null`
+ else
+ pkg_failed=yes
+ fi
+@@ -23514,9 +23514,9 @@ else
+ _pkg_short_errors_supported=no
+ fi
+ if test $_pkg_short_errors_supported = yes; then
+- GB_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libgb == 1.17"`
++ GB_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libgb = 1.17"`
+ else
+- GB_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libgb == 1.17"`
++ GB_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libgb = 1.17"`
+ fi
+ # Put the nasty error message in config.log where it belongs
+ echo "$GB_PKG_ERRORS" >&5
+@@ -27943,7 +27943,7 @@ echo $ECHO_N "checking
+ ======== for python = 2.x... $ECHO_C" >&6; }
+ PY_VERSION=`$PYTHON -c 'import sys ; sys.stdout.write(sys.version[0:3])'`
+ major_ver=`$PYTHON -c 'import sys ; sys.stdout.write(sys.version[0:1])'`
+- if test "x$major_ver" == "x2"; then
++ if test "x$major_ver" = "x2"; then
+ { echo "$as_me:$LINENO: result: yes" >&5
+ echo "${ECHO_T}yes" >&6; }
+ else
diff --git a/math/gnumeric/files/patch-src_widgets_gnumeric-expr-entry.c b/math/gnumeric/files/patch-src_widgets_gnumeric-expr-entry.c
deleted file mode 100644
index e020c2903..000000000
--- a/math/gnumeric/files/patch-src_widgets_gnumeric-expr-entry.c
+++ /dev/null
@@ -1,35 +0,0 @@
---- src/widgets/gnumeric-expr-entry.c 2007/06/18 15:49:42 15609
-+++ src/widgets/gnumeric-expr-entry.c 2007/06/18 17:17:20 15610
-@@ -176,14 +176,14 @@
- g_assert (GTK_IS_CONTAINER (old_entry_parent));
-
- g_object_set_data_full (G_OBJECT (entry), "old_entry_parent",
-- gtk_widget_ref (old_entry_parent),
-- (GDestroyNotify) gtk_widget_unref);
-+ g_object_ref (old_entry_parent),
-+ (GDestroyNotify) g_object_unref);
-
- g_return_if_fail ((GtkWidget *) entry != old_toplevel_child);
-
- g_object_set_data_full (G_OBJECT (entry), "old_toplevel_child",
-- gtk_widget_ref (old_toplevel_child),
-- (GDestroyNotify) gtk_widget_unref);
-+ g_object_ref (old_toplevel_child),
-+ (GDestroyNotify) g_object_unref);
-
- gtk_window_get_size (GTK_WINDOW (toplevel), &width, &height);
- g_object_set_data (G_OBJECT (entry), "old_window_width", GUINT_TO_POINTER (width));
-@@ -234,11 +234,11 @@
- old_entry_parent = g_object_get_data (G_OBJECT (entry), "old_entry_parent");
- g_assert (GTK_IS_CONTAINER (old_entry_parent));
-
-- gtk_widget_ref (GTK_WIDGET (entry));
-+ g_object_ref (entry);
- gtk_container_remove (GTK_CONTAINER (toplevel), GTK_WIDGET (entry));
- gtk_container_add (GTK_CONTAINER (toplevel), old_toplevel_child);
- gtk_container_add (GTK_CONTAINER (old_entry_parent), GTK_WIDGET (entry));
-- gtk_widget_unref (GTK_WIDGET (entry));
-+ g_object_unref (entry);
-
- container_props = g_object_get_data (G_OBJECT (entry), "container_props");
- container_props_pspec = g_object_get_data (G_OBJECT (entry), "container_props_pspec");
diff --git a/math/gnumeric/pkg-plist b/math/gnumeric/pkg-plist
index 2416e8dde..6022f9b3c 100644
--- a/math/gnumeric/pkg-plist
+++ b/math/gnumeric/pkg-plist
@@ -29,14 +29,14 @@ include/libspreadsheet-1-7/func.h
include/libspreadsheet-1-7/gnm-datetime.h
include/libspreadsheet-1-7/gnm-format.h
include/libspreadsheet-1-7/gnm-graph-window.h
+include/libspreadsheet-1-7/gnm-pane-impl.h
+include/libspreadsheet-1-7/gnm-pane.h
include/libspreadsheet-1-7/gnm-plugin.h
include/libspreadsheet-1-7/gnm-so-filled.h
include/libspreadsheet-1-7/gnm-so-line.h
include/libspreadsheet-1-7/gnm-so-polygon.h
include/libspreadsheet-1-7/gnm-style-impl.h
-include/libspreadsheet-1-7/gnumeric-canvas.h
include/libspreadsheet-1-7/gnumeric-gconf.h
-include/libspreadsheet-1-7/gnumeric-pane.h
include/libspreadsheet-1-7/gnumeric-simple-canvas.h
include/libspreadsheet-1-7/gnumeric.h
include/libspreadsheet-1-7/graph.h
@@ -249,9 +249,6 @@ lib/gnumeric/%%VERSION%%/plugins/uihello/plugin.xml
lib/gnumeric/%%VERSION%%/plugins/xbase/plugin.xml
lib/gnumeric/%%VERSION%%/plugins/xbase/xbase.la
lib/gnumeric/%%VERSION%%/plugins/xbase/xbase.so
-lib/goffice/0.4.1/plugins/gnumeric/gnumeric.la
-lib/goffice/0.4.1/plugins/gnumeric/gnumeric.so
-lib/goffice/0.4.1/plugins/gnumeric/plugin.xml
lib/libspreadsheet-%%VERSION%%.so
lib/libspreadsheet.la
lib/libspreadsheet.so
@@ -259,7 +256,6 @@ libdata/pkgconfig/libspreadsheet-1.7.pc
@exec update-desktop-database > /dev/null || /usr/bin/true
share/applications/gnumeric.desktop
share/gnumeric/%%VERSION%%/GNOME_Gnumeric-gtk.xml
-share/gnumeric/%%VERSION%%/Gnumeric-embed.xml
share/gnumeric/%%VERSION%%/autoformat-templates/3D/.category
share/gnumeric/%%VERSION%%/autoformat-templates/3D/autoformat.3D.button.xml
share/gnumeric/%%VERSION%%/autoformat-templates/3D/autoformat.3D.list.xml
@@ -384,6 +380,7 @@ share/gnome/help/gnumeric/C/data-delete.xml
share/gnome/help/gnumeric/C/data-entry-advanced.xml
share/gnome/help/gnumeric/C/data-entry-external.xml
share/gnome/help/gnumeric/C/data-entry.xml
+share/gnome/help/gnumeric/C/data-filter.xml
share/gnome/help/gnumeric/C/data-format.xml
share/gnome/help/gnumeric/C/data-generate.xml
share/gnome/help/gnumeric/C/data-insert.xml
@@ -941,7 +938,6 @@ share/locale/zh_TW/LC_MESSAGES/gnumeric.mo
@dirrm lib/gnumeric/%%VERSION%%/plugins
@dirrm lib/gnumeric/%%VERSION%%
@dirrm lib/gnumeric
-@dirrm lib/goffice/0.4.1/plugins/gnumeric
@dirrm include/libspreadsheet-1-7
@unexec update-desktop-database > /dev/null || /usr/bin/true
@dirrmtry share/locale/te/LC_MESSAGES