From owner-svn-ports-all@FreeBSD.ORG Mon Jun 16 14:31:30 2014 Return-Path: Delivered-To: svn-ports-all@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 15CB6DF1; Mon, 16 Jun 2014 14:31:30 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DD0A42746; Mon, 16 Jun 2014 14:31:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5GEVTdS038191; Mon, 16 Jun 2014 14:31:29 GMT (envelope-from nobutaka@svn.freebsd.org) Received: (from nobutaka@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5GEVTeL038188; Mon, 16 Jun 2014 14:31:29 GMT (envelope-from nobutaka@svn.freebsd.org) Message-Id: <201406161431.s5GEVTeL038188@svn.freebsd.org> From: MANTANI Nobutaka Date: Mon, 16 Jun 2014 14:31:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358002 - in head/japanese/kasumi: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jun 2014 14:31:30 -0000 Author: nobutaka Date: Mon Jun 16 14:31:28 2014 New Revision: 358002 URL: http://svnweb.freebsd.org/changeset/ports/358002 QAT: https://qat.redports.org/buildarchive/r358002/ Log: Fix build error. Support staging. Added: head/japanese/kasumi/files/patch-configure (contents, props changed) Modified: head/japanese/kasumi/Makefile head/japanese/kasumi/pkg-plist Modified: head/japanese/kasumi/Makefile ============================================================================== --- head/japanese/kasumi/Makefile Mon Jun 16 14:31:22 2014 (r358001) +++ head/japanese/kasumi/Makefile Mon Jun 16 14:31:28 2014 (r358002) @@ -13,17 +13,13 @@ COMMENT= A dictionary management tool fo USES= gmake pkgconfig USE_GNOME= gnomehier gtk20 -LIB_DEPENDS= anthy.1:${PORTSDIR}/japanese/anthy +LIB_DEPENDS= libanthy.so:${PORTSDIR}/japanese/anthy GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MAN1= kasumi.1 - -NO_STAGE= yes - OPTIONS_DEFINE= NLS .include Added: head/japanese/kasumi/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/japanese/kasumi/files/patch-configure Mon Jun 16 14:31:28 2014 (r358002) @@ -0,0 +1,20 @@ +--- configure.orig 2014-06-16 23:25:01.000000000 +0900 ++++ configure 2014-06-16 23:25:34.000000000 +0900 +@@ -7365,7 +7365,7 @@ + fi + if test "X$ltrpathdirs" != "X"; then + for found_dir in $ltrpathdirs; do +- LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir" ++ LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }" + done + fi + +@@ -8587,7 +8587,7 @@ + fi + if test "X$ltrpathdirs" != "X"; then + for found_dir in $ltrpathdirs; do +- LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-R$found_dir" ++ LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }" + done + fi + Modified: head/japanese/kasumi/pkg-plist ============================================================================== --- head/japanese/kasumi/pkg-plist Mon Jun 16 14:31:22 2014 (r358001) +++ head/japanese/kasumi/pkg-plist Mon Jun 16 14:31:28 2014 (r358002) @@ -1,4 +1,5 @@ bin/kasumi +man/man1/kasumi.1.gz %%NLS%%share/locale/ja/LC_MESSAGES/kasumi.mo %%NLS%%share/locale/it/LC_MESSAGES/kasumi.mo share/applications/kasumi.desktop