Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jul 2015 01:46:31 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 201733] databases/levigo: CONFIGURE_ENV is recursive
Message-ID:  <bug-201733-13-7tHyuG0RqD@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-201733-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-201733-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201733

Jason Unovitch <jason.unovitch@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jason.unovitch@gmail.com

--- Comment #1 from Jason Unovitch <jason.unovitch@gmail.com> ---
Created attachment 159126
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=159126&action=edit
levigo-20150216_1.patch

Thanks!

Patch attached to fix and bump PORTREVISION so the package actually gets
compiled with the right compiler and options.

Before:

--CONFIGURE_ENV--
Variable CONFIGURE_ENV is recursive.

After:

--CONFIGURE_ENV--
CC=clang  CXX=c++ XDG_DATA_HOME=/wrkdirs/usr/ports/databases/levigo/work 
XDG_CONFIG_HOME=/wrkdirs/usr/ports/databases/levigo/work 
HOME=/wrkdirs/usr/ports/databases/levigo/work TMPDIR="/tmp" SHELL=/bin/sh
CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-201733-13-7tHyuG0RqD>