From owner-svn-ports-all@freebsd.org Sat Aug 20 11:45:21 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AE470BBAF7A; Sat, 20 Aug 2016 11:45:21 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 8BEEC19F1; Sat, 20 Aug 2016 11:45:21 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7KBjKdl029698; Sat, 20 Aug 2016 11:45:20 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7KBjK5N029695; Sat, 20 Aug 2016 11:45:20 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201608201145.u7KBjK5N029695@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Sat, 20 Aug 2016 11:45:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420505 - 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-all@freebsd.org X-Mailman-Version: 2.1.22 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: Sat, 20 Aug 2016 11:45:21 -0000 Author: demon Date: Sat Aug 20 11:45:20 2016 New Revision: 420505 URL: https://svnweb.freebsd.org/changeset/ports/420505 Log: Update to version 1.5.3. Modified: head/math/openfst/Makefile head/math/openfst/distinfo head/math/openfst/pkg-plist Modified: head/math/openfst/Makefile ============================================================================== --- head/math/openfst/Makefile Sat Aug 20 11:15:18 2016 (r420504) +++ head/math/openfst/Makefile Sat Aug 20 11:45:20 2016 (r420505) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openfst -PORTVERSION= 1.5.1 +PORTVERSION= 1.5.3 CATEGORIES= math MASTER_SITES= http://www.openfst.org/twiki/pub/FST/FstDownload/ @@ -13,9 +13,11 @@ LICENSE= APACHE20 BROKEN_powerpc64= Does not build -USES= compiler:c++11-lib libtool +USES= compiler:c++11-lib libtool python:2 USE_LDCONFIG= ${LOCALBASE}/lib/fst GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--enable-bin --enable-compact-fsts --enable-compress --enable-const-fsts --enable-far --enable-linear-fsts --enable-lookahead-fsts --enable-mpdt --enable-ngram-fsts --enable-pdt +CONFIGURE_ARGS+=--enable-bin --enable-compact-fsts --enable-compress --enable-const-fsts --enable-far --enable-linear-fsts --enable-lookahead-fsts --enable-mpdt --enable-ngram-fsts --enable-pdt --enable-python +LDFLAGS+= "-L${LOCALBASE}/lib" +MAKE_ENV+= PYTHON=${PYTHON_CMD} .include Modified: head/math/openfst/distinfo ============================================================================== --- head/math/openfst/distinfo Sat Aug 20 11:15:18 2016 (r420504) +++ head/math/openfst/distinfo Sat Aug 20 11:45:20 2016 (r420505) @@ -1,2 +1,3 @@ -SHA256 (openfst-1.5.1.tar.gz) = fa5d47477675c7f39788fcf0e82779fe8dd8bcde842132e6a24872bfc92d18d9 -SIZE (openfst-1.5.1.tar.gz) = 1164348 +TIMESTAMP = 1471691804 +SHA256 (openfst-1.5.3.tar.gz) = 9b09e457aeab87f613508b92a0f9f820140c9e18d05584e3f1ae384396b5dcbd +SIZE (openfst-1.5.3.tar.gz) = 1181073 Modified: head/math/openfst/pkg-plist ============================================================================== --- head/math/openfst/pkg-plist Sat Aug 20 11:15:18 2016 (r420504) +++ head/math/openfst/pkg-plist Sat Aug 20 11:45:20 2016 (r420505) @@ -114,6 +114,7 @@ include/fst/extensions/mpdt/compose.h include/fst/extensions/mpdt/expand.h include/fst/extensions/mpdt/info.h include/fst/extensions/mpdt/mpdt.h +include/fst/extensions/mpdt/mpdtlib.h include/fst/extensions/mpdt/mpdtscript.h include/fst/extensions/mpdt/read_write_utils.h include/fst/extensions/mpdt/reverse.h @@ -334,38 +335,39 @@ lib/fst/olabel_lookahead-fst.so lib/fst/olabel_lookahead-fst.so.0 lib/fst/olabel_lookahead-fst.so.0.0.0 lib/libfst.so -lib/libfst.so.2 -lib/libfst.so.2.0.5 +lib/libfst.so.4 +lib/libfst.so.4.0.0 lib/libfstcompact.so -lib/libfstcompact.so.2 -lib/libfstcompact.so.2.0.5 +lib/libfstcompact.so.4 +lib/libfstcompact.so.4.0.0 lib/libfstcompressscript.so -lib/libfstcompressscript.so.2 -lib/libfstcompressscript.so.2.0.5 +lib/libfstcompressscript.so.4 +lib/libfstcompressscript.so.4.0.0 lib/libfstconst.so -lib/libfstconst.so.2 -lib/libfstconst.so.2.0.5 +lib/libfstconst.so.4 +lib/libfstconst.so.4.0.0 lib/libfstfar.so -lib/libfstfar.so.2 -lib/libfstfar.so.2.0.5 +lib/libfstfar.so.4 +lib/libfstfar.so.4.0.0 lib/libfstfarscript.so -lib/libfstfarscript.so.2 -lib/libfstfarscript.so.2.0.5 +lib/libfstfarscript.so.4 +lib/libfstfarscript.so.4.0.0 lib/libfstlinearscript.so -lib/libfstlinearscript.so.2 -lib/libfstlinearscript.so.2.0.5 +lib/libfstlinearscript.so.4 +lib/libfstlinearscript.so.4.0.0 lib/libfstlookahead.so -lib/libfstlookahead.so.2 -lib/libfstlookahead.so.2.0.5 +lib/libfstlookahead.so.4 +lib/libfstlookahead.so.4.0.0 lib/libfstmpdtscript.so -lib/libfstmpdtscript.so.2 -lib/libfstmpdtscript.so.2.0.5 +lib/libfstmpdtscript.so.4 +lib/libfstmpdtscript.so.4.0.0 lib/libfstngram.so -lib/libfstngram.so.2 -lib/libfstngram.so.2.0.5 +lib/libfstngram.so.4 +lib/libfstngram.so.4.0.0 lib/libfstpdtscript.so -lib/libfstpdtscript.so.2 -lib/libfstpdtscript.so.2.0.5 +lib/libfstpdtscript.so.4 +lib/libfstpdtscript.so.4.0.0 lib/libfstscript.so -lib/libfstscript.so.2 -lib/libfstscript.so.2.0.5 +lib/libfstscript.so.4 +lib/libfstscript.so.4.0.0 +%%PYTHON_SITELIBDIR%%/pywrapfst.so