Bug 148326 - Update port: japanese/p5-Text-MeCab
Summary: Update port: japanese/p5-Text-MeCab
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Wen Heping
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-02 19:20 UTC by fmysh
Modified: 2010-07-10 04:20 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (3.32 KB, patch)
2010-07-02 19:20 UTC, fmysh
no flags Details | Diff
p5-text-mecab.diff (5.09 KB, patch)
2010-07-08 22:23 UTC, fmysh
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description fmysh 2010-07-02 19:20:01 UTC
	Update Text::MeCab to 0.20009.
	ENCODING was changed to upstream default, euc-jp.
Comment 1 Wen Heping freebsd_committer freebsd_triage 2010-07-04 03:04:44 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wen

I'll take it.
Comment 2 wenheping 2010-07-05 08:27:23 UTC
Hi,

   Would you have a check of the build log , there are
some build warning in it(I paste the build log of mine below)
And it failed in regression test, would you fix it ?

wen


My build log:

....
===>  Configuring for ja-p5-Text-MeCab-0.20009
Path to mecab config? [/usr/local/bin/mecab-config] /usr/local/bin/mecab-config
detected mecab version 0.98
Using compiler flags '-I/usr/local/include -DMECAB_MAJOR_VERSION=0
-DMECAB_MINOR_VERSION=98'...
Using linker flags '-L/usr/local/lib -lmecab -lstdc++'...

Text::MeCab needs to know what encoding you built your dictionary with
to properly execute tests.

Encoding of your mecab dictionary? (shift_jis, euc-jp, utf-8) [euc-jp] euc-jp
Using euc-jp as your dictionary encoding
Detected the following mecab information:
   version: 0.98
   cflags: -I/usr/local/include -DMECAB_MAJOR_VERSION=0
-DMECAB_MINOR_VERSION=98 -I src
   libs: -L/usr/local/lib -lmecab -lstdc++
   include: /usr/local/include
reading /usr/local/include/mecab.h to find all constants
Writing ppport.h
Warning: prerequisite Class::Accessor::Fast 0 not found.
Warning: prerequisite ExtUtils::MakeMaker 6.42 not found. We have
unknown version.
Warning: prerequisite ExtUtils::ParseXS 2.21 not found. We have 2.2002.
Warning: prerequisite Test::Requires 0 not found.
Checking if your kit is complete...
Looks good
Writing Makefile for Text::MeCab
===>  Building for ja-p5-Text-MeCab-0.20009
cp lib/Text/MeCab/Dict.pm blib/lib/Text/MeCab/Dict.pm
cp lib/Text/MeCab/Node.pod blib/lib/Text/MeCab/Node.pod
cp lib/Text/MeCab.pm blib/lib/Text/MeCab.pm
....
Comment 3 fmysh 2010-07-08 22:23:11 UTC
On 2010/07/05, at 16:27, wen heping wrote:

> Hi,
> 
>   Would you have a check of the build log , there are
> some build warning in it(I paste the build log of mine below)
> And it failed in regression test, would you fix it ?
> 
> wen
> 

Hi

The updated patch is attached.
-Some missing dependencies are added.
-cc -pthread is used for make test.

TAOKA Fumiyoshi
Comment 4 dfilter service freebsd_committer freebsd_triage 2010-07-10 04:18:26 UTC
wen         2010-07-10 03:18:18 UTC

  FreeBSD ports repository

  Modified files:
    japanese/p5-Text-MeCab Makefile distinfo pkg-plist 
    japanese/p5-Text-MeCab/files patch-Makefile.PL 
  Added files:
    japanese/p5-Text-MeCab/files patch-Makefile.pm 
  Log:
  - Update to 0.20009
  
  PR:             ports/148326
  Submitted by:   TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> (maintainer)
  
  Revision  Changes    Path
  1.10      +14 -3     ports/japanese/p5-Text-MeCab/Makefile
  1.7       +3 -3      ports/japanese/p5-Text-MeCab/distinfo
  1.2       +10 -17    ports/japanese/p5-Text-MeCab/files/patch-Makefile.PL
  1.1       +24 -0     ports/japanese/p5-Text-MeCab/files/patch-Makefile.pm (new)
  1.3       +0 -1      ports/japanese/p5-Text-MeCab/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 5 Wen Heping freebsd_committer freebsd_triage 2010-07-10 04:19:17 UTC
State Changed
From-To: open->closed

Committed. Thanks!