From owner-svn-ports-head@FreeBSD.ORG Mon Oct 20 14:28:18 2014 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 38511952; Mon, 20 Oct 2014 14:28:18 +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 247D1FD9; Mon, 20 Oct 2014 14:28:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9KESIl0087299; Mon, 20 Oct 2014 14:28:18 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9KESHm5087297; Mon, 20 Oct 2014 14:28:17 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201410201428.s9KESHm5087297@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Mon, 20 Oct 2014 14:28:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371271 - head/math/openfst 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-1 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, 20 Oct 2014 14:28:18 -0000 Author: demon Date: Mon Oct 20 14:28:17 2014 New Revision: 371271 URL: https://svnweb.freebsd.org/changeset/ports/371271 QAT: https://qat.redports.org/buildarchive/r371271/ Log: Use correct directory for USE_LDCONFIG; Remove obsoleted @dirrm's. Modified: head/math/openfst/Makefile head/math/openfst/pkg-plist Modified: head/math/openfst/Makefile ============================================================================== --- head/math/openfst/Makefile Mon Oct 20 14:27:59 2014 (r371270) +++ head/math/openfst/Makefile Mon Oct 20 14:28:17 2014 (r371271) @@ -3,7 +3,7 @@ PORTNAME= openfst PORTVERSION= 1.4.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= http://www.openfst.org/twiki/pub/FST/FstDownload/ @@ -13,7 +13,7 @@ COMMENT= Library for working with weight LICENSE= APACHE20 USES= compiler:c++11-lib libtool -USE_LDCONFIG= yes +USE_LDCONFIG= ${LOCALBASE}/lib/fst GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-compact-fsts --enable-const-fsts --enable-far --enable-linear-fsts --enable-ngram-fsts --enable-lookahead-fsts --enable-pdt Modified: head/math/openfst/pkg-plist ============================================================================== --- head/math/openfst/pkg-plist Mon Oct 20 14:27:59 2014 (r371270) +++ head/math/openfst/pkg-plist Mon Oct 20 14:28:17 2014 (r371271) @@ -334,11 +334,3 @@ lib/libfst.so.3.0.0 lib/libfstscript.so lib/libfstscript.so.1 lib/libfstscript.so.1.0.0 -@dirrm lib/fst -@dirrm include/fst/extensions/far -@dirrm include/fst/extensions/linear -@dirrm include/fst/extensions/ngram -@dirrm include/fst/extensions/pdt -@dirrm include/fst/extensions -@dirrm include/fst/script -@dirrm include/fst