Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Oct 2014 14:28:17 +0000 (UTC)
From:      Dmitry Sivachenko <demon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r371271 - head/math/openfst
Message-ID:  <201410201428.s9KESHm5087297@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410201428.s9KESHm5087297>