Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 02 May 2012 13:02:13 +0200
From:      Kurt Jaeger <fbsd-ports@opsec.eu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        vbox@FreeBSD.org
Subject:   ports/167521: [patch] emulators/virtualbox-ose has errors if $ENV not ash-compatible
Message-ID:  <E1SPXK1-000B5k-0t@fa8.opsec.eu>
Resent-Message-ID: <201205021110.q42BA8W4015838@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         167521
>Category:       ports
>Synopsis:       [patch] emulators/virtualbox-ose has errors if $ENV not ash-compatible
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 02 11:10:08 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Kurt Jaeger
>Release:        FreeBSD 8.3-RELEASE amd64
>Organization:
-
>Environment:
System: FreeBSD fa8.opsec.eu 8.3-RELEASE FreeBSD 8.3-RELEASE #0: Mon Apr 9 21:23:18 UTC 2012 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64


>Description:
	see bugs.freebsd.org/167520 for the same issue
>How-To-Repeat:
	see bugs.freebsd.org/167520 for the same repeat
>Fix:

--- Makefile.orig	2012-05-02 12:59:06.000000000 +0200
+++ Makefile	2012-05-02 12:56:33.000000000 +0200
@@ -71,6 +71,8 @@
 		WEBSERVICE "Build Webservice" off \
 		NLS "Native language support" on
 
+.SHELL:        path="/bin/sh" unsetenv=true
+
 .include <bsd.port.options.mk>
 
 PLIST_SUB+=	PYTHON_VER=${PYTHON_VER} \

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1SPXK1-000B5k-0t>