From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Mar 21 20:20:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E3905588 for ; Fri, 21 Mar 2014 20:20:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A6908D36 for ; Fri, 21 Mar 2014 20:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2LKK0p1071260 for ; Fri, 21 Mar 2014 20:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2LKK0g7071259; Fri, 21 Mar 2014 20:20:00 GMT (envelope-from gnats) Resent-Date: Fri, 21 Mar 2014 20:20:00 GMT Resent-Message-Id: <201403212020.s2LKK0g7071259@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yasuhiro KIMURA Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E909553F for ; Fri, 21 Mar 2014 20:18:36 +0000 (UTC) Received: from gate.utahime.jp (ipq210.utahime.jp [183.180.29.210]) by mx1.freebsd.org (Postfix) with ESMTP id B9252D24 for ; Fri, 21 Mar 2014 20:18:36 +0000 (UTC) Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1]) by gate.utahime.jp (Postfix) with ESMTP id AB3584E641; Sat, 22 Mar 2014 05:18:35 +0900 (JST) Received: from eastasia.home.utahime.org (localhost [127.0.0.1]) by localhost-backdoor.home.utahime.org (Postfix) with ESMTP id 759CB75945; Sat, 22 Mar 2014 05:18:35 +0900 (JST) Received: by eastasia.home.utahime.org (Postfix, from userid 1000) id 2563375942; Sat, 22 Mar 2014 05:18:35 +0900 (JST) Message-Id: <20140321201835.2563375942@eastasia.home.utahime.org> Date: Sat, 22 Mar 2014 05:18:35 +0900 (JST) From: Yasuhiro KIMURA To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/187827: [MAINTAINER] japanese/ja-eblook: Add 'USES=iconv' to unbreak. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Mar 2014 20:20:01 -0000 >Number: 187827 >Category: ports >Synopsis: [MAINTAINER] japanese/ja-eblook: Add 'USES=iconv' to unbreak. >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Mar 21 20:20:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Yasuhiro KIMURA >Release: FreeBSD 10.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD xxxx 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260673: Thu Jan 23 22:36:39 JST >Description: - Add 'USES=iconv' to unbreak. - Make PORTDOCS alway install to ${STAGEDIR}${DOCSDIR}. Generated with FreeBSD Port Tools 1.00.2014.03.21 (mode: change, diff: SVN) >How-To-Repeat: >Fix: --- ja-eblook-1.6.1.patch begins here --- Index: Makefile =================================================================== --- Makefile (リビジョン 348742) +++ Makefile (作業コピー) @@ -15,6 +15,7 @@ LIB_DEPENDS= libeb.so:${PORTSDIR}/japanese/eb +USES= iconv GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-eb-includes=${PREFIX}/include \ --with-eb-libraries=${PREFIX}/lib @@ -28,9 +29,7 @@ .include post-install: -.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} -.endif .include --- ja-eblook-1.6.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: