From owner-svn-ports-head@FreeBSD.ORG Fri Sep 5 18:56:07 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 011C35A9; Fri, 5 Sep 2014 18:56:06 +0000 (UTC) Received: from svn.freebsd.org (svn.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 E0FFE1E56; Fri, 5 Sep 2014 18:56:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s85Iu6Ga073987; Fri, 5 Sep 2014 18:56:06 GMT (envelope-from kmoore@FreeBSD.org) Received: (from kmoore@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s85Iu6re073986; Fri, 5 Sep 2014 18:56:06 GMT (envelope-from kmoore@FreeBSD.org) Message-Id: <201409051856.s85Iu6re073986@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kmoore set sender to kmoore@FreeBSD.org using -f From: Kris Moore Date: Fri, 5 Sep 2014 18:56:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367380 - head/emulators/pipelight X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Sep 2014 18:56:07 -0000 Author: kmoore Date: Fri Sep 5 18:56:06 2014 New Revision: 367380 URL: http://svnweb.freebsd.org/changeset/ports/367380 QAT: https://qat.redports.org/buildarchive/r367380/ Log: - Ignore bash from PATH PR: 193287 Submitted by: Jan Beich Modified: head/emulators/pipelight/Makefile Modified: head/emulators/pipelight/Makefile ============================================================================== --- head/emulators/pipelight/Makefile Fri Sep 5 18:48:29 2014 (r367379) +++ head/emulators/pipelight/Makefile Fri Sep 5 18:56:06 2014 (r367380) @@ -36,10 +36,13 @@ LDFLAGS+= -L${LOCALBASE}/lib GNU_CONFIGURE= yes CONFIGURE_ARGS+=--verbose --wine-path=${LOCALBASE}/bin/wine --win32-prebuilt \ --win64-prebuilt --moz-plugin-path=${LOCALBASE}/lib/browser_plugins \ - --cxx=${CXX} + --cxx=${CXX} --bash-interp=${LOCALBASE}/bin/bash USE_XORG= x11 -USES= compiler:gcc-c++11-lib gmake +USES= compiler:gcc-c++11-lib gmake shebangfix MAKE_JOBS_UNSAFE=yes +bash_OLD_CMD= /usr/bin/env bash +SHEBANG_FILES= configure \ + share/install-dependency .include