diff options
author | perky <perky@FreeBSD.org> | 2003-09-27 19:44:51 +0000 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2003-09-27 19:44:51 +0000 |
commit | 889abfa175625246e0e9940fdd48aa2ee5d9fe46 (patch) | |
tree | a3994b285b1f0e966df4e677451f0dcdb7f18780 /korean | |
parent | f179f6b8eaa457789b9237ea0353c9c6b7d4090c (diff) | |
download | FreeBSD-ports-889abfa175625246e0e9940fdd48aa2ee5d9fe46.zip FreeBSD-ports-889abfa175625246e0e9940fdd48aa2ee5d9fe46.tar.gz |
Update to 0.7
Diffstat (limited to 'korean')
-rw-r--r-- | korean/nabi/Makefile | 17 | ||||
-rw-r--r-- | korean/nabi/distinfo | 2 | ||||
-rw-r--r-- | korean/nabi/files/patch-src_ic.c | 20 |
3 files changed, 16 insertions, 23 deletions
diff --git a/korean/nabi/Makefile b/korean/nabi/Makefile index cafbc85..bf949c2 100644 --- a/korean/nabi/Makefile +++ b/korean/nabi/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nabi -PORTVERSION= 0.6 +PORTVERSION= 0.7 CATEGORIES= korean gnome x11 MASTER_SITES= http://download.kldp.net/nabi/ @@ -26,4 +26,17 @@ CONFIGURE_ARGS= --with-default-keyboard=39 CONFIGURE_ARGS= --with-default-keyboard=3f .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == amd64 || ${ARCH} == ia64 || ${ARCH} == sparc64 +# no appropriate iconv encoding for 64bit wchar_t +VWCHARTENC= NOPE +.else +VWCHARTENC= UCS-4-INTERNAL +.endif + +post-patch: + ${REINPLACE_CMD} 's,WCHAR_T,${VWCHARTENC},g' \ + ${WRKSRC}/src/server.c + +.include <bsd.port.post.mk> diff --git a/korean/nabi/distinfo b/korean/nabi/distinfo index 8f59de2..2023d18 100644 --- a/korean/nabi/distinfo +++ b/korean/nabi/distinfo @@ -1 +1 @@ -MD5 (nabi-0.6.tar.gz) = 14e7b788f82af9f2e164833fbe7bd738 +MD5 (nabi-0.7.tar.gz) = fa30c921bf0a1c98f15fd35cfaf9ceb9 diff --git a/korean/nabi/files/patch-src_ic.c b/korean/nabi/files/patch-src_ic.c deleted file mode 100644 index 59a186b..0000000 --- a/korean/nabi/files/patch-src_ic.c +++ /dev/null @@ -1,20 +0,0 @@ ---- src/ic.c.orig Sat Aug 23 14:15:05 2003 -+++ src/ic.c Fri Sep 19 10:47:55 2003 -@@ -1219,7 +1219,7 @@ - * befor commiting the string. but it makes too many flickering - * so I first send commit string and then delete preedit string. - * This makes some problem on gtk2 entry */ -- /* nabi_ic_preedit_clear(ic); */ -+ nabi_ic_preedit_clear(ic); - - list[0] = buf; - ret = XwcTextListToTextProperty(server->display, list, 1, -@@ -1237,7 +1237,7 @@ - XFree(tp.value); - - /* we delete preedit string here */ -- nabi_ic_preedit_clear(ic); -+ /* nabi_ic_preedit_clear(ic); */ - - return True; - } |