Date: Thu, 13 Mar 2008 05:59:01 +0900 (JST) From: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> To: FreeBSD-gnats-submit@FreeBSD.org Cc: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> Subject: ports/121653: Update port: japanese/p5-Text-MeCab to 0.20007 Message-ID: <20080312205901.95018153456@xeon.quad.dyndns.org> Resent-Message-ID: <200803122100.m2CL041a088792@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 121653 >Category: ports >Synopsis: Update port: japanese/p5-Text-MeCab to 0.20007 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Mar 12 21:00:04 UTC 2008 >Closed-Date: >Last-Modified: >Originator: TAOKA Fumiyoshi >Release: >Organization: >Environment: >Description: Update Text::MeCab to 0.20007. >How-To-Repeat: >Fix: New file: files/patch-Makefile.PL diff -uNr --exclude CVS p5-Text-MeCab.orig/Makefile p5-Text-MeCab/Makefile --- p5-Text-MeCab.orig/Makefile 2008-03-13 05:40:38.000000000 +0900 +++ p5-Text-MeCab/Makefile 2008-03-13 05:43:35.000000000 +0900 @@ -6,7 +6,7 @@ # PORTNAME= Text-MeCab -PORTVERSION= 0.20004 +PORTVERSION= 0.20007 CATEGORIES= japanese textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Text @@ -30,9 +30,6 @@ @${REINPLACE_CMD} -e "/default_encoding = /s/utf-8/${ENCODING}/" \ ${WRKSRC}/tools/probe_mecab.pl - # To prevent CCFLAGS value from being overwritten by the ports system - @${REINPLACE_CMD} -e "s|CCFLAGS|INC|g" ${WRKSRC}/Makefile.PL - .include <bsd.port.pre.mk> PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5- diff -uNr --exclude CVS p5-Text-MeCab.orig/distinfo p5-Text-MeCab/distinfo --- p5-Text-MeCab.orig/distinfo 2008-03-13 05:40:38.000000000 +0900 +++ p5-Text-MeCab/distinfo 2008-03-13 05:43:35.000000000 +0900 @@ -1,3 +1,3 @@ -MD5 (Text-MeCab-0.20004.tar.gz) = 304468a5a07924e4575d66d3fb7be7b0 -SHA256 (Text-MeCab-0.20004.tar.gz) = 0ed0c9625a833484823f0d3f076f4a3d177a78271c979f9b7abc3a271dbd6fd0 -SIZE (Text-MeCab-0.20004.tar.gz) = 57802 +MD5 (Text-MeCab-0.20007.tar.gz) = 69c4ddab7866f45c5813359bffbbbaa3 +SHA256 (Text-MeCab-0.20007.tar.gz) = f2d0b25bb3016305b769da20ad545de5b9b86892f6eb9c3a23fabab53e8b4143 +SIZE (Text-MeCab-0.20007.tar.gz) = 62275 diff -uNr --exclude CVS p5-Text-MeCab.orig/files/patch-Makefile.PL p5-Text-MeCab/files/patch-Makefile.PL --- p5-Text-MeCab.orig/files/patch-Makefile.PL 1970-01-01 09:00:00.000000000 +0900 +++ p5-Text-MeCab/files/patch-Makefile.PL 2008-03-13 05:47:30.000000000 +0900 @@ -0,0 +1,19 @@ +--- Makefile.PL.orig 2008-03-08 20:51:04.000000000 +0900 ++++ Makefile.PL 2008-03-13 05:47:28.000000000 +0900 +@@ -129,7 +129,6 @@ + + + my $config = run_probes(); +- check_lib($config); + define_symbols($config); + extract_constants($config); + +@@ -137,7 +136,7 @@ + my %INFO = ( + ABSTRACT => 'Alternative Interface To libmecab', + AUTHOR => 'Daisuke Maki <daisuke@endeworks.jp>', +- CCFLAGS => $config->{cflags}, ++ INC => $config->{cflags}, + DEFINE => join( " ", @{ $config->{define} } ), + DISTNAME => 'Text-MeCab', + INSTALLDIRS => 'site', >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080312205901.95018153456>