Update to 1.6.1.
This commit is contained in:
parent
f83bf6e8a8
commit
9539228d91
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=271936
8 changed files with 8 additions and 29 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= uim-el
|
||||
PORTVERSION= 1.6.0
|
||||
PORTVERSION= 1.6.1
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
||||
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (uim-1.6.0.tar.bz2) = 2a34dca2091eb6d61f05dabd8512c6658d8cefa8db14b7a684fbb10caea4a3aa
|
||||
SIZE (uim-1.6.0.tar.bz2) = 6154925
|
||||
SHA256 (uim-1.6.1.tar.bz2) = ee23965e26e6e9c52bdc37d87e66da9de2a491221b5f1989942f3666e9a44914
|
||||
SIZE (uim-1.6.1.tar.bz2) = 6192431
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
#
|
||||
|
||||
PKGNAMESUFFIX= -qt4
|
||||
PORTREVISION= 1
|
||||
|
||||
COMMENT= Qt4 modules of uim input method
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= uim
|
||||
PORTVERSION= 1.6.0
|
||||
PORTVERSION= 1.6.1
|
||||
CATEGORIES?= textproc
|
||||
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
||||
.if !defined(UIM_SLAVE) && defined(WITHOUT_X11)
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (uim-1.6.0.tar.bz2) = 2a34dca2091eb6d61f05dabd8512c6658d8cefa8db14b7a684fbb10caea4a3aa
|
||||
SIZE (uim-1.6.0.tar.bz2) = 6154925
|
||||
SHA256 (uim-1.6.1.tar.bz2) = ee23965e26e6e9c52bdc37d87e66da9de2a491221b5f1989942f3666e9a44914
|
||||
SIZE (uim-1.6.1.tar.bz2) = 6192431
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- configure.orig 2010-11-18 05:01:48.000000000 +0900
|
||||
+++ configure 2010-11-18 05:02:16.000000000 +0900
|
||||
@@ -24012,7 +24012,7 @@
|
||||
|
||||
# Check whether --with-xft was given.
|
||||
if test "${with_xft+set}" = set; then
|
||||
- withval=$with_xft; if test "x$enableval" = "xyes"; then
|
||||
+ withval=$with_xft; if test "x$withval" = "xyes"; then
|
||||
TRY_XFT=yes
|
||||
else
|
||||
TRY_XFT=no
|
|
@ -1,11 +0,0 @@
|
|||
--- ./uim/bsdlook.c.orig 2009-01-06 15:42:58.000000000 +0900
|
||||
+++ ./uim/bsdlook.c 2009-01-23 03:01:10.000000000 +0900
|
||||
@@ -166,7 +166,7 @@
|
||||
if (!ctx)
|
||||
return;
|
||||
|
||||
- if (ctx->front0 > 0 && munmap(ctx->front0, ctx->len) == -1)
|
||||
+ if (!ctx->front0 && munmap(ctx->front0, ctx->len) == -1)
|
||||
perror("uim_look_finish");
|
||||
|
||||
if (ctx->fd > 0)
|
|
@ -354,11 +354,13 @@ share/locale/ko/LC_MESSAGES/uim.mo
|
|||
%%DATADIR%%/tcode.scm
|
||||
%%DATADIR%%/trec.scm
|
||||
%%DATADIR%%/trycode.scm
|
||||
%%DATADIR%%/tutcode-bushu.scm
|
||||
%%DATADIR%%/tutcode-bushudic.scm
|
||||
%%DATADIR%%/tutcode-custom.scm
|
||||
%%DATADIR%%/tutcode-dialog.scm
|
||||
%%DATADIR%%/tutcode-editor.scm
|
||||
%%DATADIR%%/tutcode-key-custom.scm
|
||||
%%DATADIR%%/tutcode-kigou-rule.scm
|
||||
%%DATADIR%%/tutcode-kigoudic.scm
|
||||
%%DATADIR%%/tutcode-rule.scm
|
||||
%%DATADIR%%/tutcode.scm
|
||||
|
|
Loading…
Reference in a new issue