pkgsrc-Bugs archive

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

Re: pkg/43649 (Please update inputmethod/skk to 14.0.91)



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

From: Ryo ONODERA <ryo_on%yk.rim.or.jp@localhost>
To: gnats-bugs%NetBSD.org@localhost, obache%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/43649 (Please update inputmethod/skk to 14.0.91)
Date: Sat, 31 Jul 2010 03:07:55 +0900 (JST)

 From: obache%NetBSD.org@localhost
 Subject: Re: pkg/43649 (Please update inputmethod/skk to 14.0.91)
 Date: Fri, 30 Jul 2010 16:40:49 +0000 (UTC)
 
 > Synopsis: Please update inputmethod/skk to 14.0.91
 > 
 > State-Changed-From-To: open->feedback
 > State-Changed-By: obache%NetBSD.org@localhost
 > State-Changed-When: Fri, 30 Jul 2010 16:40:47 +0000
 > State-Changed-Why:
 > If it is installed with USE_DESTDIR=yes, skk-tut-file in skk/skk.el point
 > to staged install file.
 > Could you fix it?
 
 A following patch will fix this problem.
 
 diff -x CVS -upNr /usr/pkgsrc/inputmethod/skk/Makefile skk/Makefile
 --- /usr/pkgsrc/inputmethod/skk/Makefile       2009-08-06 10:44:52.000000000 
+0900
 +++ skk/Makefile       2010-07-31 03:02:35.000000000 +0900
 @@ -1,9 +1,8 @@
  # $NetBSD: Makefile,v 1.20 2009/08/06 01:44:52 minskim Exp $
  #
  
 -DISTNAME=     ddskk-20080309
 +DISTNAME=     ddskk-14.0.91
  PKGNAME=      ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/^ddskk/skk/}
 -PKGREVISION=  1
  CATEGORIES=   japanese inputmethod
  MASTER_SITES= http://openlab.ring.gr.jp/skk/maintrunk/ \
                http://openlab.ring.gr.jp/skk/maintrunk/old-snapshots/
 @@ -11,6 +10,7 @@ MASTER_SITES=        http://openlab.ring.gr.jp/
  MAINTAINER=   uebayasi%NetBSD.org@localhost
  HOMEPAGE=     http://openlab.ring.gr.jp/skk/index.html
  COMMENT=      Japanese input methods for Emacs
 +LICENSE=      gnu-gpl-v2
  
  PKG_DESTDIR_SUPPORT=  user-destdir
  
 @@ -27,6 +27,12 @@ BUILD_TARGET=       elc
  
  INFO_FILES=   # PLIST
  
 +SUBST_CLASSES+=                       fix-paths
 +SUBST_STAGE.fix-paths=                pre-configure
 +SUBST_MESSAGE.fix-paths=      Fix user-destdir pathes.
 +SUBST_FILES.fix-paths=                skk-setup.el.in
 +SUBST_SED.fix-paths=          -e 's,@TUT@,${PREFIX}/share/skk/SKK.tut,g'
 +
  # Substitute directory definitions during do-configure.
  post-extract:
        @${MV} ${WRKSRC}/SKK-CFG ${WRKSRC}/SKK-CFG.orig
 diff -x CVS -upNr /usr/pkgsrc/inputmethod/skk/distinfo skk/distinfo
 --- /usr/pkgsrc/inputmethod/skk/distinfo       2008-03-11 10:26:08.000000000 
+0900
 +++ skk/distinfo       2010-07-17 12:01:10.000000000 +0900
 @@ -1,5 +1,5 @@
  $NetBSD: distinfo,v 1.4 2008/03/11 01:26:08 uebayasi Exp $
  
 -SHA1 (ddskk-20080309.tar.gz) = 80aa2d69349a5deeca127c16b335993760ddae85
 -RMD160 (ddskk-20080309.tar.gz) = 1c93b592937f2f33d94f1aa13fabd4605b3f3d68
 -Size (ddskk-20080309.tar.gz) = 744963 bytes
 +SHA1 (ddskk-14.0.91.tar.gz) = 4181ea6474a7040c05e590d7df36ff8e0c845df6
 +RMD160 (ddskk-14.0.91.tar.gz) = 864f59642ed8bb79d94c9fd1616ea9f7b20d0eaa
 +Size (ddskk-14.0.91.tar.gz) = 752470 bytes
 
 


Home | Main Index | Thread Index | Old Index