Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Oct 2013 18:50:46 +0400 (MSK)
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        jun-g@daemonfreaks.com
Subject:   ports/183203: [PATCH] japanese/ja-py27-mecab: [SUMMARIZE CHANGES]
Message-ID:  <20131022145046.AAC6F9F0@hades.panopticon>
Resent-Message-ID: <201310221500.r9MF01hs016236@freefall.freebsd.org>

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

>Number:         183203
>Category:       ports
>Synopsis:       [PATCH] japanese/ja-py27-mecab: [SUMMARIZE CHANGES]
>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:   Tue Oct 22 15:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 9.1-RELEASE-p4 amd64
>Organization:
>Environment:
System: FreeBSD hades.panopticon 9.1-RELEASE-p4 FreeBSD 9.1-RELEASE-p4 #0 r251956: Tue Jun 18 21:41:37 MSK
>Description:
japanese/py-mecab does not build after swig package name was changed to swig13 (r327399). Fix the dependency to check for binary file instead of a package.

While here, enable staging.

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

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

--- ja-py27-mecab-0.996.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 331279)
+++ Makefile	(working copy)
@@ -13,7 +13,7 @@
 LICENSE=	BSD GPLv2 LGPL21
 LICENSE_COMB=	dual
 
-BUILD_DEPENDS=	swig>=1.3:${PORTSDIR}/devel/swig13
+BUILD_DEPENDS=	swig:${PORTSDIR}/devel/swig13
 LIB_DEPENDS=	mecab:${PORTSDIR}/japanese/mecab
 
 USE_PYTHON=	yes
@@ -20,7 +20,6 @@
 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-py27-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?20131022145046.AAC6F9F0>