From owner-svn-ports-head@FreeBSD.ORG Mon Nov 18 14:55:27 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7FDED17A; Mon, 18 Nov 2013 14:55:27 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (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 6F7E92FE4; Mon, 18 Nov 2013 14:55:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAIEtRoi038694; Mon, 18 Nov 2013 14:55:27 GMT (envelope-from bsam@svn.freebsd.org) Received: (from bsam@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAIEtRv6038693; Mon, 18 Nov 2013 14:55:27 GMT (envelope-from bsam@svn.freebsd.org) Message-Id: <201311181455.rAIEtRv6038693@svn.freebsd.org> From: Boris Samorodov Date: Mon, 18 Nov 2013 14:55:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334202 - head/japanese/mozc-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Nov 2013 14:55:27 -0000 Author: bsam Date: Mon Nov 18 14:55:26 2013 New Revision: 334202 URL: http://svnweb.freebsd.org/changeset/ports/334202 Log: Fix build of japanese/mozc-tools with native iconv. The error: ----- LINK(target) out_linux/Release/mozc_tool /usr/bin/ld: cannot find -liconv c++: error: linker command failed with exit code 1 (use -v to see invocation) gmake[2]: *** [out_linux/Release/mozc_tool] Error 1 ----- Notes: 1. The fix for japanese/mozc-tools (committed to japanese/mozc-server). 2. Do not bump PORTREVISION of japanese/mozc-tools since: - it's a build failure; - it should be treated while upgrading at each system along with other iconv changes. Reported by: Tomoaki AOKI Tested by: Tomoaki AOKI Approved by: portmgr (bapt, implicit) Modified: head/japanese/mozc-server/Makefile Modified: head/japanese/mozc-server/Makefile ============================================================================== --- head/japanese/mozc-server/Makefile Mon Nov 18 14:55:09 2013 (r334201) +++ head/japanese/mozc-server/Makefile Mon Nov 18 14:55:26 2013 (r334202) @@ -82,6 +82,7 @@ BUILD_GYP_CMD= cd ${WRKSRC}/third_party/ post-patch: ${MKDIR} ${WRKSRC}/mozc_build_tools/linux ${LN} -sf ${LOCALBASE}/bin/protoc ${WRKSRC}/mozc_build_tools/linux/ + ${REINPLACE_CMD} 's,-liconv,${ICONV_LIB},g' ${WRKSRC}/gui/qt_libraries.gypi .if ${BUILD_MOZC_LIST:Mfcitx_mozc} == "fcitx_mozc" ${REINPLACE_CMD} 's,/po/mo},%po}mo,g' \ ${WRKSRC}/unix/fcitx/gen_fcitx_mozc_i18n.sh