diff options
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/Makefile | 1 | ||||
-rw-r--r-- | chinese/gnumeric/Makefile | 16 | ||||
-rw-r--r-- | chinese/gnumeric/files/patch-ab | 18 | ||||
-rw-r--r-- | chinese/gnumeric/files/patch-ac | 14 |
4 files changed, 0 insertions, 49 deletions
diff --git a/chinese/Makefile b/chinese/Makefile index 54d96e9bd562..a5f3118d3a25 100644 --- a/chinese/Makefile +++ b/chinese/Makefile @@ -46,7 +46,6 @@ SUBDIR += gbfs SUBDIR += gbscript SUBDIR += gcin - SUBDIR += gnumeric SUBDIR += gugod-clean SUBDIR += hanzim SUBDIR += hc diff --git a/chinese/gnumeric/Makefile b/chinese/gnumeric/Makefile deleted file mode 100644 index c0530506c57d..000000000000 --- a/chinese/gnumeric/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# New ports collection makefile for: zh-gnumeric -# Date created: 6 March 2001 -# Whom: Jing-Tang Keith Jang <keith@FreeBSD.org> -# -# $FreeBSD$ -# - -CATEGORIES= chinese math gnome - -MAINTAINER= ports@FreeBSD.org - -MASTERDIR= ${.CURDIR}/../../math/gnumeric - -EXTRA_PATCHES= ${.CURDIR}/files/patch-* - -.include "${MASTERDIR}/Makefile" diff --git a/chinese/gnumeric/files/patch-ab b/chinese/gnumeric/files/patch-ab deleted file mode 100644 index fd6ca546d951..000000000000 --- a/chinese/gnumeric/files/patch-ab +++ /dev/null @@ -1,18 +0,0 @@ ---- src/style.c.orig Tue Jan 29 14:17:24 2002 -+++ src/style.c Sun Aug 18 02:52:37 2002 -@@ -80,13 +80,13 @@ - } - - /* Worst case scenario */ -- font->gdk_font = gnome_display_font_get_gdk_font (font->dfont); -+ font->gdk_font = gdk_fontset_load ("-*-medium-r-normal-*-14-*-iso8859-1,-*-medium-r-normal--14-*-*-*-*-*-big5-0"); - if (font->gdk_font == NULL) - /* xgettext: - * The name of the default font for this locale. - * Preferably something with the correct encoding. - */ -- font->gdk_font = gdk_fontset_load (_("fixed")); -+ font->gdk_font = gdk_font_load (_("fixed")); - else - gdk_font_ref (font->gdk_font); - diff --git a/chinese/gnumeric/files/patch-ac b/chinese/gnumeric/files/patch-ac deleted file mode 100644 index 4c3688820751..000000000000 --- a/chinese/gnumeric/files/patch-ac +++ /dev/null @@ -1,14 +0,0 @@ ---- src/item-edit.c.orig Thu Dec 27 06:10:52 2001 -+++ src/item-edit.c Sun Aug 18 02:52:37 2002 -@@ -240,6 +240,11 @@ - return; - top_pos += item_edit->font->ascent; - -+ /* Handle multibyte */ -+ if( cursor_pos != -1 ) -+ cursor_pos = strlen(gtk_editable_get_chars(GTK_EDITABLE(item_edit->entry), -+ 0, cursor_pos)); -+ - /* Draw the background (recall that gdk_draw_rectangle excludes far coords) */ - gdk_draw_rectangle ( - drawable, canvas->style->white_gc, TRUE, |