summaryrefslogtreecommitdiff
path: root/x11-fonts/gfe
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-17 19:35:16 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-17 19:35:16 +0000
commit0de7bc3a106f8055cff6e43994bdc3cafa3bcdaa (patch)
tree3ab7238977bd6f1faea4c3bb41eb52e68e74cb76 /x11-fonts/gfe
parentUpdate to neon 0.21.2 (PR has 0.21.1). It will help bringing the subversion (diff)
fix locale messages in some dialog box
bump portrevision PR: 35325 Submitted by: Kang-min Liu <b7506056@csie.ntu.edu.tw> Approved by: maintainer timeout (1 month since I mailed him)
Notes
Notes: svn path=/head/; revision=61436
Diffstat (limited to 'x11-fonts/gfe')
-rw-r--r--x11-fonts/gfe/Makefile1
-rw-r--r--x11-fonts/gfe/files/patch-src:main.c11
2 files changed, 12 insertions, 0 deletions
diff --git a/x11-fonts/gfe/Makefile b/x11-fonts/gfe/Makefile
index ebdaf8975274..f7510b983baa 100644
--- a/x11-fonts/gfe/Makefile
+++ b/x11-fonts/gfe/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gfe
PORTVERSION= 0.0.4
+PORTREVISION= 1
CATEGORIES= x11-fonts
MASTER_SITES= ftp://alpha.gnu.org/gnu/gfe/
diff --git a/x11-fonts/gfe/files/patch-src:main.c b/x11-fonts/gfe/files/patch-src:main.c
new file mode 100644
index 000000000000..b6a75a81ddbf
--- /dev/null
+++ b/x11-fonts/gfe/files/patch-src:main.c
@@ -0,0 +1,11 @@
+diff -ruN src.dist/main.c src/main.c
+--- src.dist/main.c Tue Feb 26 09:11:19 2002
++++ src/main.c Tue Feb 26 09:11:47 2002
+@@ -37,6 +37,7 @@
+ int i;
+
+ /* process gtk/X switches */
++ gtk_set_locale();
+ gtk_init(&argc, &argv);
+
+ show_version = FALSE;