pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/47468: Update request: inputmethod/uim, inputmethod/uim-elisp update to uim-1.8.4
>Number: 47468
>Category: pkg
>Synopsis: Update request: inputmethod/uim, inputmethod/uim-elisp update
>to uim-1.8.4
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Sat Jan 19 05:45:00 +0000 2013
>Originator: YAMASHIRO, Jun
>Release: NetBSD/amd64 6.99.16
>Organization:
Okinawa FreeBSD Users Group
>Environment:
NetBSD yamajun 6.99.16 NetBSD 6.99.16 (GENERIC) #87: Mon Jan 7 12:16:25 JST
2013 yamajun@yamajun:/usr/src/sys/arch/amd64/compile/GENERIC amd64
>Description:
Update request for pkgsrc/inputmethod/uim
pkgsrc changelog:
* Change value of CHECK_FILES_SKIP for pkglint(1)
* Fix patches/patch-ab: Avoid for build error.
uim changelog:
Overview of changes from 1.8.3 to 1.8.4
=======================================
* Enhancements
- uim-xim
* Add Hungarian locale support (by Kővágó Zoltán)
- uim-tutcode
* Enhance postfix katakana conversion
- Take characters while hiragana continues
- Exclude specified number of characters
- Shrink last postfix katakana conversion
* Updated trycode composition table retrieved 2012-11-22
Overview of changes from 1.8.2 to 1.8.3
=======================================
* Fixes
- uim-toolbar-gtk-systray
- uim-toolbar-gtk3-systray
* Avoid SEGV in some environments ([uim-ja 337])
* Fix typo ([uim-ja 339])
- uim-tutcode
* Fix bug: <Shift>left/right key erases current selection text
on Google Chrome
>How-To-Repeat:
>Fix:
Apply this patch to inputmethod/uim
# cd pkgsrc/inputmethod/uim
# patch -p0 < /path/to/this_file
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/inputmethod/uim/Makefile,v
retrieving revision 1.70
diff -u -r1.70 Makefile
--- Makefile 16 Dec 2012 01:52:17 -0000 1.70
+++ Makefile 19 Jan 2013 04:57:48 -0000
@@ -3,8 +3,6 @@
.include "../../inputmethod/uim/Makefile.common"
-PKGREVISION= 4
-
COMMENT= Multilingual input method library
#LICENSE= See ${WRKSRC}/COPYING
Index: Makefile.common
===================================================================
RCS file: /cvsroot/pkgsrc/inputmethod/uim/Makefile.common,v
retrieving revision 1.9
diff -u -r1.9 Makefile.common
--- Makefile.common 15 Sep 2012 12:05:00 -0000 1.9
+++ Makefile.common 19 Jan 2013 04:57:48 -0000
@@ -3,7 +3,7 @@
# used by inputmethod/uim/Makefile
# used by inputmethod/uim-elisp/Makefile
-UIM_VERSION= 1.8.2
+UIM_VERSION= 1.8.4
DISTNAME= uim-${UIM_VERSION}
CATEGORIES= inputmethod
MASTER_SITES= http://uim.googlecode.com/files/
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/inputmethod/uim/distinfo,v
retrieving revision 1.23
diff -u -r1.23 distinfo
--- distinfo 15 Sep 2012 12:05:00 -0000 1.23
+++ distinfo 19 Jan 2013 04:57:48 -0000
@@ -1,9 +1,9 @@
$NetBSD: distinfo,v 1.23 2012/09/15 12:05:00 obache Exp $
-SHA1 (uim-1.8.2.tar.bz2) = 838807d016e3540d8ffb302a0b53f71de2b5e3ca
-RMD160 (uim-1.8.2.tar.bz2) = 21fd64dbda8372a4c27188e71f3be03a7c2aa8ed
-Size (uim-1.8.2.tar.bz2) = 6480613 bytes
-SHA1 (patch-ab) = d5bf71cf3ecea94bed70e05c1b0e6f77ac5766c5
+SHA1 (uim-1.8.4.tar.bz2) = d2c699ce7a6037accc6f3342db1de8d696f361e9
+RMD160 (uim-1.8.4.tar.bz2) = 9722ae76020db093e0a8f8aa0f146caddcf3fff5
+Size (uim-1.8.4.tar.bz2) = 6494902 bytes
+SHA1 (patch-ab) = 651a502f5fa3995ae2f231499edf20fe1b385dad
SHA1 (patch-ac) = 3b3dfd09ed84c9d228836783e18df747ecaa5791
SHA1 (patch-ad) = e1d14a5455a6db1087c5e64d57d68b1d19f79f98
SHA1 (patch-ae) = 59944fc9c7256056125fa3a623aecf6a2e9dfe42
Index: options.mk
===================================================================
RCS file: /cvsroot/pkgsrc/inputmethod/uim/options.mk,v
retrieving revision 1.27
diff -u -r1.27 options.mk
--- options.mk 23 Oct 2012 10:24:07 -0000 1.27
+++ options.mk 19 Jan 2013 04:57:48 -0000
@@ -159,7 +159,7 @@
PLIST.m17nlib= yes
INSTALL_TEMPLATES+= INSTALL.m17nlib
DEINSTALL_TEMPLATES+= DEINSTALL.m17nlib
-CHECK_FILES_SKIP+= ${PREFIX}/share/uim/pixmaps/m17n-.*\.png
+CHECK_FILES_SKIP+= ${PREFIX}/share/uim/pixmaps/m17n-.*png
.else
CONFIGURE_ARGS+= --without-m17nlib
.endif
Index: patches/patch-ab
===================================================================
RCS file: /cvsroot/pkgsrc/inputmethod/uim/patches/patch-ab,v
retrieving revision 1.3
diff -u -r1.3 patch-ab
--- patches/patch-ab 18 Sep 2010 03:08:31 -0000 1.3
+++ patches/patch-ab 19 Jan 2013 04:57:48 -0000
@@ -2,14 +2,14 @@
Avoid to install of header files of sigscheme, conflict with lang/sigscheme.
---- sigscheme/src/Makefile.in.orig 2010-08-11 07:29:39.000000000 +0000
-+++ sigscheme/src/Makefile.in
-@@ -22,7 +22,7 @@
-
- VPATH = @srcdir@
+--- sigscheme/src/Makefile.in.orig 2012-10-11 03:55:35.000000000 +0900
++++ sigscheme/src/Makefile.in 2012-10-11 03:56:00.000000000 +0900
+@@ -39,7 +39,7 @@
+ test $$am__dry = yes; \
+ }
pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-+pkgincludedir =
++pkgincludedir =
pkglibdir = $(libdir)/@PACKAGE@
pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
Home |
Main Index |
Thread Index |
Old Index