Skip site navigation (1)Skip section navigation (2)
Date:      Sat,  7 Apr 2007 03:35:30 +0400 (MSD)
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/111338: graphics/yafray: doesn't respect CXX, CXXFLAGS and even PREFIX
Message-ID:  <20070406233530.0DB92404E@hades.panopticon>
Resent-Message-ID: <200704062340.l36Ne3KU026764@freefall.freebsd.org>

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

>Number:         111338
>Category:       ports
>Synopsis:       graphics/yafray: doesn't respect CXX, CXXFLAGS and even PREFIX
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 06 23:40:02 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 6.1-RELEASE-p12 i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 6.1-RELEASE-p12 FreeBSD 6.1-RELEASE-p12 #0: Tue Jan 16 23:12:21 MSK 2007 amdmi3@hades.panopticon:/usr/obj/usr/src/sys/HADES i386


>Description:
graphics/yafray port doesn't respect any build settings, such as CXX, CXXFLAGS and even PREFIX:

% CXX=gcc41 CXXFLAGS="-O0 -pipe" PREFIX=/tmp/yarfay_gcc41 make install
...
===>  Building for yafray-0.0.9
...
g++ -o src/backgrounds/hdri.os -c -Wall -DHAVE_CONFIG_H -D_PTHREADS -O3 -ffast-math -fomit-frame-pointer -fPIC -Isrc/backgrounds -I. -Isrc/yafraycore src/backgrounds/hdri.cc
...
===>  Installing for yafray-0.0.9
...
Install file: "src/yafray" as "/usr/local/bin/yafray"
...

>How-To-Repeat:
cd /usr/ports/graphics/yafray
CXX=g++41 CXXFLAGS="-O0 -pipe" PREFIX=/tmp/yarfay_gcc41 make install
>Fix:


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



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