From owner-svn-ports-head@FreeBSD.ORG Tue Jul 22 22:12:42 2014 Return-Path: Delivered-To: svn-ports-head@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 54DE3474; Tue, 22 Jul 2014 22:12:42 +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 425572CF4; Tue, 22 Jul 2014 22:12:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6MMCgfD036000; Tue, 22 Jul 2014 22:12:42 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6MMCgWe035999; Tue, 22 Jul 2014 22:12:42 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201407222212.s6MMCgWe035999@svn.freebsd.org> From: Dmitry Marakasov Date: Tue, 22 Jul 2014 22:12:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362597 - head/chinese/scim-array 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.18 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: Tue, 22 Jul 2014 22:12:42 -0000 Author: amdmi3 Date: Tue Jul 22 22:12:41 2014 New Revision: 362597 URL: http://svnweb.freebsd.org/changeset/ports/362597 QAT: https://qat.redports.org/buildarchive/r362597/ Log: - Switch to USES=libtool Approved by: portmgr blanket Modified: head/chinese/scim-array/Makefile Modified: head/chinese/scim-array/Makefile ============================================================================== --- head/chinese/scim-array/Makefile Tue Jul 22 22:12:15 2014 (r362596) +++ head/chinese/scim-array/Makefile Tue Jul 22 22:12:41 2014 (r362597) @@ -3,7 +3,7 @@ PORTNAME= scim-array PORTVERSION= 1.0.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= chinese MASTER_SITES= http://of.openfoundry.org/download/scimarray/${PORTVERSION}/ @@ -14,7 +14,7 @@ BUILD_DEPENDS= scim:${PORTSDIR}/textproc RUN_DEPENDS= scim:${PORTSDIR}/textproc/scim GNU_CONFIGURE= yes -USES= gettext gmake iconv pkgconfig +USES= gettext gmake iconv libtool:keepla pkgconfig CFLAGS+= -fPIC CPPFLAGS+= -I${LOCALBASE}/include