Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Apr 2014 16:39:35 +0200 (CEST)
From:      Bartek Rutkowski <ports@robakdesign.com>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        jun-g@daemonfreaks.com
Subject:   ports/188965: [PATCH] japanese/ja-py-mecab: stage
Message-ID:  <201404241439.s3OEdZKN000325@poudriere.ithil.palantiri.org>
Resent-Message-ID: <201404241440.s3OEe2pZ090476@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         188965
>Category:       ports
>Synopsis:       [PATCH] japanese/ja-py-mecab: stage
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 24 14:40:01 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Bartek Rutkowski
>Release:        FreeBSD 11.0-CURRENT amd64
>Organization:
Pixeware LTD
>Environment:
System: FreeBSD poudriere.ithil.palantiri.org 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r264341: Fri Apr 11 15:28:07 CEST
>Description:
- Stage
- Fix LIB_DEPENDS

http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/ja-py27-mecab/0.996/

Port maintainer (jun-g@daemonfreaks.com) is cc'd.

Generated with FreeBSD Port Tools 1.00.2014.03.23 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:

--- ja-py-mecab-0.996.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 352008)
+++ Makefile	(working copy)
@@ -14,13 +14,12 @@
 LICENSE_COMB=	dual
 
 BUILD_DEPENDS=	swig:${PORTSDIR}/devel/swig13
-LIB_DEPENDS=	mecab:${PORTSDIR}/japanese/mecab
+LIB_DEPENDS=	libmecab.so:${PORTSDIR}/japanese/mecab
 
 USE_PYTHON=	yes
 USE_PYDISTUTILS=yes
 PYDISTUTILS_EGGINFO=	${PORTNAME}_python-${PKGVERSION}-${PYTHON_VERSION:S/thon//}.egg-info
 
-NO_STAGE=	yes
 pre-patch:
 	@${REINPLACE_CMD} -e 's|cmd1("mecab-config --version")|"${PKGVERSION}"|' \
 		${WRKSRC}/setup.py
--- ja-py-mecab-0.996.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404241439.s3OEdZKN000325>