From owner-svn-ports-all@freebsd.org Mon Oct 24 14:16:33 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 22817C1FE6D; Mon, 24 Oct 2016 14:16:33 +0000 (UTC) (envelope-from mat@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 E4B2674F; Mon, 24 Oct 2016 14:16:32 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9OEGVVY054855; Mon, 24 Oct 2016 14:16:31 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9OEGVnV054854; Mon, 24 Oct 2016 14:16:31 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201610241416.u9OEGVnV054854@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 24 Oct 2016 14:16:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424567 - head/math/mosesdecoder 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.23 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: Mon, 24 Oct 2016 14:16:33 -0000 Author: mat Date: Mon Oct 24 14:16:31 2016 New Revision: 424567 URL: https://svnweb.freebsd.org/changeset/ports/424567 Log: Convert one port as an example. Sponsored by: Absolight Modified: head/math/mosesdecoder/Makefile (contents, props changed) Modified: head/math/mosesdecoder/Makefile ============================================================================== --- head/math/mosesdecoder/Makefile Mon Oct 24 14:16:23 2016 (r424566) +++ head/math/mosesdecoder/Makefile Mon Oct 24 14:16:31 2016 (r424567) @@ -23,16 +23,10 @@ USE_GITHUB= yes GH_ACCOUNT= moses-smt USES= compiler:c++11-lang shebangfix -SHEBANG_FILES= scripts/analysis/weight-scan-summarize.sh \ - scripts/training/wrappers/adam-suffix-array/suffix-array-extract.sh \ - scripts/training/wrappers/adam-suffix-array/suffix-array-create.sh +SHEBANG_REGEX= ./scripts/.*\.(sh|pl|perl|cgi) MAKE_ENV+= BOOST_BUILD_PATH=${WRKSRC}/jam-files/boost-build -post-patch: - @${FIND} ${WRKSRC}/scripts \( -name "*.pl" -o -name "*.perl" -o -name "*.cgi" \) -exec \ - ${REINPLACE_CMD} -i '' -e '1s|/usr/bin/perl|${perl_CMD}|' {} \; - do-build: cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} bjam --with-boost=${LOCALBASE} --with-irstlm=${LOCALBASE} --with-randlm=${LOCALBASE} --without-tcmalloc --notrace --toolset=${CHOSEN_COMPILER_TYPE} debug-symbols=off ${_MAKE_JOBS}