From owner-freebsd-ports@FreeBSD.ORG Wed Nov 6 14:29:07 2013 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5AF6CB5B for ; Wed, 6 Nov 2013 14:29:07 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 900292340 for ; Wed, 6 Nov 2013 14:29:06 +0000 (UTC) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id QAA25376 for ; Wed, 06 Nov 2013 16:29:04 +0200 (EET) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1Ve46S-000F4x-Ju for freebsd-ports@FreeBSD.org; Wed, 06 Nov 2013 16:29:04 +0200 Message-ID: <527A51DF.9090507@FreeBSD.org> Date: Wed, 06 Nov 2013 16:27:43 +0200 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: freebsd-ports@FreeBSD.org Subject: CC, CPP etc vs CONFIGURE_ENV X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=X-VIET-VPS Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Nov 2013 14:29:07 -0000 I wonder why do-configure target explicitly sets things like CC="${CC}" CPP="${CPP}" etc in configure script environment as opposed to them just being placed into CONFIGURE_ENV. What is the technical reason? -- Andriy Gapon