ports/183203: [PATCH] japanese/ja-py27-mecab: [SUMMARIZE CHANGES]

Dmitry Marakasov amdmi3 at amdmi3.ru
Tue Oct 22 15:00:02 UTC 2013


>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 at 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:


More information about the freebsd-ports-bugs mailing list