Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Dec 2010 18:20:10 GMT
From:      Anonymous <swell.k@gmail.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/153557: patch to warn birtualbox compiler to unsetenv DISPLAY
Message-ID:  <201012301820.oBUIKAiN021985@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/153557; it has been noted by GNATS.

From: Anonymous <swell.k@gmail.com>
To: Julian Stacey <jhs@berklix.com>
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/153557: patch to warn birtualbox compiler to unsetenv DISPLAY
Date: Thu, 30 Dec 2010 21:19:41 +0300

 "Julian Stacey" <jhs@berklix.com> writes:
 
 > + test_display != printenv DISPLAY
 > + .if ${test_display} != ""
 > + BROKEN=		"unsetenv DISPLAY to avoid: Checking for Mesa / GLU: X Error of failed request:  BadRequest (invalid request code or no such operation)"
 > + .endif
 > + 
 
 assignment is redundant here, you can use value from environment directly
 
   .if defined(DISPLAY) && ${DISPLAY} != ""
 
 I don't use the port but have you tried CONFIGURE_ARGS+=--passive-mesa ?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012301820.oBUIKAiN021985>