Bug 189493 - [MAINTAINER] japanese/ja-mecab: Convert to 'USES=libtool'.
Summary: [MAINTAINER] japanese/ja-mecab: Convert to 'USES=libtool'.
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: John Marino
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-09 08:50 UTC by Yasuhiro Kimura
Modified: 2014-06-19 06:29 UTC (History)
1 user (show)

See Also:


Attachments
ja-mecab-0.996.patch (1.18 KB, patch)
2014-05-09 08:50 UTC, Yasuhiro Kimura
no flags Details | Diff
Updated patch to fix configure error. (1.26 KB, patch)
2014-06-19 01:10 UTC, Yasuhiro Kimura
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yasuhiro Kimura freebsd_committer freebsd_triage 2014-05-09 08:50:00 UTC
[PORTTOOLS: DESCRIBE CHANGES]
Convert 'USE_AUTOTOOLS=libtool' to 'USES=libtool'.

Generated with FreeBSD Port Tools 1.02 (mode: change, diff: SVN)
Comment 1 John Marino freebsd_committer freebsd_triage 2014-06-18 23:08:25 UTC
I'm surprised, but this failed Redports, 4 of 4:
https://redports.org/buildarchive/20140618230500-6215/
Comment 2 Yasuhiro Kimura freebsd_committer freebsd_triage 2014-06-19 01:10:56 UTC
Created attachment 143915 [details]
Updated patch to fix configure error.

I thought 'USES=libtool' adds devel/libtool to BUILD_DEPENDS as 'USE_AUTOTOOLS=libtool' does but in reality it doesn't. So devel/libtool is explicitly added to BUILD_DEPENDS.

Please commit updated patch instead of original one.

Best Regards.
Comment 3 commit-hook freebsd_committer freebsd_triage 2014-06-19 06:28:01 UTC
A commit references this bug:

Author: marino
Date: Thu Jun 19 06:27:18 UTC 2014
New revision: 358351
URL: http://svnweb.freebsd.org/changeset/ports/358351

Log:
  japanese/mecab: Convert to USES+= libtool

  PR:		189493
  Submitted by:	maintainer (Yasuhiro KIMURA)

Changes:
  head/japanese/mecab/Makefile
  head/japanese/mecab/pkg-plist
Comment 4 John Marino freebsd_committer freebsd_triage 2014-06-19 06:29:22 UTC
Thanks!