From owner-svn-ports-all@freebsd.org Wed Jul 29 10:06:37 2015 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 9D5829AD2B6; Wed, 29 Jul 2015 10:06:37 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org (repo.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 88D04EED; Wed, 29 Jul 2015 10:06:37 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6TA6b1o065771; Wed, 29 Jul 2015 10:06:37 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6TA6b8m065770; Wed, 29 Jul 2015 10:06:37 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201507291006.t6TA6b8m065770@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Wed, 29 Jul 2015 10:06:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r393147 - head/textproc/kenlm/files 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.20 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: Wed, 29 Jul 2015 10:06:37 -0000 Author: demon Date: Wed Jul 29 10:06:36 2015 New Revision: 393147 URL: https://svnweb.freebsd.org/changeset/ports/393147 Log: Try to fix tinderbox builds. Submitted by: amdmi3 Added: head/textproc/kenlm/files/patch-jam-files-boost-build-tools.gcc.jam (contents, props changed) Added: head/textproc/kenlm/files/patch-jam-files-boost-build-tools.gcc.jam ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/kenlm/files/patch-jam-files-boost-build-tools.gcc.jam Wed Jul 29 10:06:36 2015 (r393147) @@ -0,0 +1,11 @@ +--- jam-files/boost-build/tools/gcc.jam.bak 2015-07-29 13:01:08.860269000 +0300 ++++ jam-files/boost-build/tools/gcc.jam 2015-07-29 13:01:45.506610000 +0300 +@@ -216,7 +216,7 @@ rule init ( version ? : command * : opti + # right onces. Note that we do not provide a clean way to build a 32-bit + # binary using a 64-bit compiler, but user can always pass -m32 + # manually. +- local lib_path = $(root)/bin $(root)/lib $(root)/lib32 $(root)/lib64 ; ++ local lib_path = $(root)/bin $(root)/lib ; + if $(.debug-configuration) + { + ECHO notice: using gcc libraries :: $(condition) :: $(lib_path) ;