From owner-freebsd-ports@FreeBSD.ORG Mon Feb 15 01:12:17 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EE3FB1065676 for ; Mon, 15 Feb 2010 01:12:17 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from vexpert.dbai.tuwien.ac.at (vexpert.dbai.tuwien.ac.at [128.131.111.2]) by mx1.freebsd.org (Postfix) with ESMTP id A2CDA8FC08 for ; Mon, 15 Feb 2010 01:12:17 +0000 (UTC) Received: from acrux.dbai.tuwien.ac.at (acrux.dbai.tuwien.ac.at [128.131.111.60]) by vexpert.dbai.tuwien.ac.at (Postfix) with ESMTP id 0910B1E06C; Mon, 15 Feb 2010 02:12:13 +0100 (CET) Received: by acrux.dbai.tuwien.ac.at (Postfix, from userid 1203) id AD6FF1604A; Mon, 15 Feb 2010 02:12:17 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by acrux.dbai.tuwien.ac.at (Postfix) with ESMTP id 9827E16048; Mon, 15 Feb 2010 02:12:17 +0100 (CET) Date: Mon, 15 Feb 2010 02:12:17 +0100 (CET) From: Gerald Pfeifer To: jhell In-Reply-To: Message-ID: References: User-Agent: Alpine 1.99 (LSU 1142 2008-08-13) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: bf1783@gmail.com, Rob Farmer , freebsd-ports@freebsd.org Subject: Re: bsd.gcc.mk PREFIX or LOCALBASE? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2010 01:12:18 -0000 On Sun, 14 Feb 2010, jhell wrote: > Could this possibly be the cause of the samba3* and cups ports getting > profiling enabled on them ? possibly others ? I don't think the the use of ${PREFIX} versus ${LOCALBASE} can have such an effect, and by default (and thus the vast majority of uses) the two are set to the same value. Gerald