svn commit: r371271 - head/math/openfst

Dmitry Sivachenko demon at FreeBSD.org
Mon Oct 20 14:28:18 UTC 2014


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
- at dirrm lib/fst
- at dirrm include/fst/extensions/far
- at dirrm include/fst/extensions/linear
- at dirrm include/fst/extensions/ngram
- at dirrm include/fst/extensions/pdt
- at dirrm include/fst/extensions
- at dirrm include/fst/script
- at dirrm include/fst


More information about the svn-ports-all mailing list