pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/46840: Update request: inputmethod/uim, inputmethod/uim-elisp update to uim-1.8.2



The following reply was made to PR pkg/46840; it has been noted by GNATS.

From: Makoto Fujiwara <makoto%ki.nu@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/46840: Update request: inputmethod/uim, inputmethod/uim-elisp 
update to uim-1.8.2
Date: Tue, 28 Aug 2012 00:44:27 +0900

 It looks fine (confirmed to build with full option now).
   ... NetBSD/amd64 6.0_BETA2 for now ...
 ------
 PKG_OPTIONS.uim+=       anthy canna curl eb expat ffi \
    gnome gnome3 gtk gtk3 m17nlib openssl prime sj3 sqlite uim-fep wnn4 xim
 
 -CHECK_FILES_SKIP+=     ${PREFIX}/share/uim/pixmaps/m17n-.*\.png
 +CHECK_FILES_SKIP+=     ${PREFIX}/share/uim/pixmaps/m17n-.*.png
 (The files above won't be found now. May be deleted ?)
 
 I have added comment line on patches.
 ------
 Overview of changes from 1.8.1 to 1.8.2
 =======================================
 * Fixes
   - uim-gtk3
     * Avoid problem with the wrap mode
     * Prevent selection if needed
 
   - uim-tutcode
     * Fix error when label key is typed just after entering
       interactive bushu mode
     * Fix error on auto help after bushu conversion for some kanji
     * Fix mismatch between preedit display and pending keys after focus out
 
 * Enhancements
   - uim-skk
     * Support sticky key
 
 * Others
   - uim-candwin-qt4
   - uim-chardict-qt4
   - uim-pref-qt4
   - uim-im-switcher-qt4
   - uim-toolbar-qt4
   - uim-qt4
     * Honor CPPFLAGS in compilation
 
   - uim-candiwn-gtk3
   - uim-dict-gtk3
   - uim-input-pad-ja-gtk3
   - uim-pref-gtk3
   - uim-im-switcher-gtk3
   - uim-toolbar-gtk3
   - uim-gtk3
     * Replace deprecated functions
 ---
 Makoto Fujiwara, 
 Chiba, Japan, Narita Airport and Disneyland prefecture.
 
 Index: inputmethod/uim/Makefile.common
 ===================================================================
 RCS file: /cvs/cvsroot/pkgsrc/inputmethod/uim/Makefile.common,v
 retrieving revision 1.8
 diff -u -r1.8 Makefile.common
 --- inputmethod/uim/Makefile.common    22 Jul 2012 06:15:22 -0000      1.8
 +++ inputmethod/uim/Makefile.common    27 Aug 2012 11:52:12 -0000
 @@ -3,7 +3,7 @@
  # used by inputmethod/uim/Makefile
  # used by inputmethod/uim-elisp/Makefile
  
 -UIM_VERSION=          1.8.1
 +UIM_VERSION=          1.8.2
  DISTNAME=             uim-${UIM_VERSION}
  CATEGORIES=           inputmethod
  MASTER_SITES=         http://uim.googlecode.com/files/
 @@ -11,6 +11,7 @@
  
  MAINTAINER=           VEG03617%nifty.com@localhost
  HOMEPAGE=             http://code.google.com/p/uim/
 +# LICENSE=            See ${WRKSRC}/COPYING
  
  DISTINFO_FILE=                ${.CURDIR}/../../inputmethod/uim/distinfo
  PATCHDIR=             ${.CURDIR}/../../inputmethod/uim/patches
 Index: inputmethod/uim/distinfo
 ===================================================================
 RCS file: /cvs/cvsroot/pkgsrc/inputmethod/uim/distinfo,v
 retrieving revision 1.22
 diff -u -r1.22 distinfo
 --- inputmethod/uim/distinfo   22 Jul 2012 06:15:22 -0000      1.22
 +++ inputmethod/uim/distinfo   27 Aug 2012 11:52:12 -0000
 @@ -1,10 +1,10 @@
  $NetBSD: distinfo,v 1.22 2012/07/22 06:15:22 obache Exp $
  
 -SHA1 (uim-1.8.1.tar.bz2) = 99cce8af737bd2caea0b865fb03e8abca3c1bbdd
 -RMD160 (uim-1.8.1.tar.bz2) = 9eac06602dd0352cc759a328f6dd8c35bc884ec3
 -Size (uim-1.8.1.tar.bz2) = 6478153 bytes
 +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 (patch-ac) = 3b3dfd09ed84c9d228836783e18df747ecaa5791
 -SHA1 (patch-ad) = bf898a6dfe50ed24a9644a4384aa78b0c7910b91
 -SHA1 (patch-ae) = affb5979dcf10aedfe90616937d79ab612beb083
 -SHA1 (patch-af) = 99910571de2ea509504ccf3d1c7a14a9b75af68e
 +SHA1 (patch-ad) = 3d6a66245da94577b985e9a6418ccaf963978777
 +SHA1 (patch-ae) = c5f3d7cb9611ae39bc7a1c75a23d80c3880d149f
 +SHA1 (patch-af) = 7959381eae14d7c77e81dffc00b805a816c421ff
 Index: inputmethod/uim/options.mk
 ===================================================================
 RCS file: /cvs/cvsroot/pkgsrc/inputmethod/uim/options.mk,v
 retrieving revision 1.26
 diff -u -r1.26 options.mk
 --- inputmethod/uim/options.mk 22 Jul 2012 06:15:22 -0000      1.26
 +++ inputmethod/uim/options.mk 27 Aug 2012 11:52:12 -0000
 @@ -160,7 +160,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: inputmethod/uim/patches/patch-ad
 ===================================================================
 RCS file: /cvs/cvsroot/pkgsrc/inputmethod/uim/patches/patch-ad,v
 retrieving revision 1.1
 diff -u -r1.1 patch-ad
 --- inputmethod/uim/patches/patch-ad   14 Sep 2011 16:57:41 -0000      1.1
 +++ inputmethod/uim/patches/patch-ad   27 Aug 2012 11:52:12 -0000
 @@ -1,5 +1,7 @@
  $NetBSD: patch-ad,v 1.1 2011/09/14 16:57:41 hans Exp $
  
 +Fix for SunOS, Add $(SunOS_LDFLAGS) where $(LDFLALGS) requested
 +
  --- uim/Makefile.in.orig      2011-05-17 06:16:18.000000000 +0200
  +++ uim/Makefile.in   2011-09-13 15:25:17.188833173 +0200
  @@ -166,7 +166,7 @@ libuim_custom_enabler_la_OBJECTS =  \
 Index: inputmethod/uim/patches/patch-ae
 ===================================================================
 RCS file: /cvs/cvsroot/pkgsrc/inputmethod/uim/patches/patch-ae,v
 retrieving revision 1.1
 diff -u -r1.1 patch-ae
 --- inputmethod/uim/patches/patch-ae   14 Sep 2011 16:57:41 -0000      1.1
 +++ inputmethod/uim/patches/patch-ae   27 Aug 2012 11:52:12 -0000
 @@ -1,5 +1,7 @@
  $NetBSD: patch-ae,v 1.1 2011/09/14 16:57:41 hans Exp $
  
 +Fix for SunOS
 +
  --- sigscheme/configure.orig  2011-09-13 15:53:22.544782355 +0200
  +++ sigscheme/configure       2011-09-13 15:56:13.848433241 +0200
  @@ -16000,7 +16000,7 @@ if test "x$ac_cv_func_strdup" = xyes; th
 Index: inputmethod/uim/patches/patch-af
 ===================================================================
 RCS file: /cvs/cvsroot/pkgsrc/inputmethod/uim/patches/patch-af,v
 retrieving revision 1.1
 diff -u -r1.1 patch-af
 --- inputmethod/uim/patches/patch-af   14 Sep 2011 16:57:41 -0000      1.1
 +++ inputmethod/uim/patches/patch-af   27 Aug 2012 11:52:12 -0000
 @@ -1,5 +1,7 @@
  $NetBSD: patch-af,v 1.1 2011/09/14 16:57:41 hans Exp $
  
 +Fix for SunOS
 +
  --- fep/uim-fep.h.orig        2011-01-07 03:09:56.000000000 +0100
  +++ fep/uim-fep.h     2011-09-13 16:13:02.686629427 +0200
  @@ -41,6 +41,9 @@
 


Home | Main Index | Thread Index | Old Index