diff options
author | nakai <nakai@FreeBSD.org> | 2001-10-22 20:42:28 +0800 |
---|---|---|
committer | nakai <nakai@FreeBSD.org> | 2001-10-22 20:42:28 +0800 |
commit | 3b37c99bb2def38a4c366308df3ac8d5d27bfa39 (patch) | |
tree | fb1566c56c710932fa6d89dcfc48e78d8b705ba3 | |
parent | 703473c431979bf18b8765aa59eb07c12b9a189e (diff) | |
download | freebsd-ports-gnome-3b37c99bb2def38a4c366308df3ac8d5d27bfa39.tar.gz freebsd-ports-gnome-3b37c99bb2def38a4c366308df3ac8d5d27bfa39.tar.zst freebsd-ports-gnome-3b37c99bb2def38a4c366308df3ac8d5d27bfa39.zip |
Update to 0.71
-rw-r--r-- | japanese/gnumeric/Makefile | 2 | ||||
-rw-r--r-- | japanese/gnumeric/files/patch-aa | 11 | ||||
-rw-r--r-- | japanese/gnumeric/files/patch-ab | 18 |
3 files changed, 8 insertions, 23 deletions
diff --git a/japanese/gnumeric/Makefile b/japanese/gnumeric/Makefile index cd361124477f..5513fbb1200e 100644 --- a/japanese/gnumeric/Makefile +++ b/japanese/gnumeric/Makefile @@ -6,7 +6,7 @@ # # This port does not work with another version of master port. -#PORTVERSION= 0.57 +#PORTVERSION= 0.71 CATEGORIES= japanese math gnome MASTERDIR= ${.CURDIR}/../../math/gnumeric diff --git a/japanese/gnumeric/files/patch-aa b/japanese/gnumeric/files/patch-aa deleted file mode 100644 index 5f19fe708969..000000000000 --- a/japanese/gnumeric/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- src/dialogs/dialog-stf-preview.c.orig Mon Oct 30 17:44:01 2000 -+++ src/dialogs/dialog-stf-preview.c Mon Oct 30 17:44:31 2000 -@@ -711,7 +711,7 @@ - renderdata->gridgroup = NULL; - renderdata->hashtable = g_hash_table_new (g_int_hash, g_int_equal); - -- renderdata->font = gdk_font_load ("fixed"); -+ renderdata->font = gdk_fontset_load ("-misc-fixed-medium-r-normal--14-*-*-*-*-*-*-*"); - renderdata->charwidth = gdk_string_width (renderdata->font, "W"); - renderdata->charheight = gdk_string_height (renderdata->font, "W"); - diff --git a/japanese/gnumeric/files/patch-ab b/japanese/gnumeric/files/patch-ab index 99c67d707f6c..7107a515e264 100644 --- a/japanese/gnumeric/files/patch-ab +++ b/japanese/gnumeric/files/patch-ab @@ -1,14 +1,10 @@ ---- src/style.c.orig Tue Sep 19 09:41:02 2000 -+++ src/style.c Mon Oct 30 23:11:36 2000 -@@ -70,9 +70,9 @@ - } +--- src/style.c.orig Sun Oct 7 08:34:37 2001 ++++ src/style.c Mon Oct 22 20:50:21 2001 +@@ -81,6 +81,7 @@ /* Worst case scenario */ -- font->gdk_font = gnome_display_font_get_gdk_font (font->dfont); -+ font->gdk_font = gdk_fontset_load ("-misc-fixed-medium-r-normal--14-*-*-*-*-*-*-*"); + font->gdk_font = gnome_display_font_get_gdk_font (font->dfont); ++ font->gdk_font = gdk_fontset_load(_("fixed")); if (font->gdk_font == NULL) -- font->gdk_font = gdk_font_load ("fixed"); -+ font->gdk_font = gdk_fontset_load ("-misc-fixed-medium-r-normal--14-*-*-*-*-*-*-*"); - else - gdk_font_ref (font->gdk_font); - + /* xgettext: + * The name of the default font for this locale. |