hi.
I have applied patch from FreeBSD ports for ruby 1.9 .
http://www.freebsd.org/cgi/cvsweb.cgi/ports/japanese/migemo/files/
There are a few changes.
1. textproc/migemo/Makefile.common
rin@mogu[/usr/pkgsrc/textproc/migemo]% diff -bu Makefile.common.orig
Makefile.common
--- Makefile.common.orig 2012-07-29 15:27:17.000000000 +0900
+++ Makefile.common 2012-08-01 18:53:19.000000000 +0900
@@ -12,4 +12,4 @@
MAINTAINER= yamajun%ofug.net@localhost
HOMEPAGE= http://0xcc.net/migemo/
-RUBY_VERSION_SUPPORTED= 18
+RUBY_VERSION_SUPPORTED= 192 193
2. textproc/migemo/Makefile
rin@mogu[/usr/pkgsrc/textproc/migemo]% diff -bu Makefile.orig Makefile
--- Makefile.orig 2012-08-01 20:36:55.000000000 +0900
+++ Makefile 2012-08-01 20:37:09.000000000 +0900
@@ -7,6 +7,8 @@
COMMENT= Japanese text search tool/library
+LICENSE= gnu-gpl-v2
+
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= ${RUBY_PKGPREFIX}-bsearch-*:../../devel/ruby-bsearch
3. merge patches
patch-aa and patch-configure.in.ruby19 > patch-configure.in
mpatch-ab and patch-Makefile.am.ruby19 > patch-Makefile.am
I attach the patches.
--
miwarin
Attachment:
patches.tgz
Description: GNU Zip compressed data