From owner-freebsd-ports@FreeBSD.ORG Thu May 17 01:47:43 2012 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BB7B1106564A; Thu, 17 May 2012 01:47:43 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (pancho.soaustin.net [76.74.250.40]) by mx1.freebsd.org (Postfix) with ESMTP id 968F88FC08; Thu, 17 May 2012 01:47:43 +0000 (UTC) Received: by mail.soaustin.net (Postfix, from userid 502) id 566BD5623C; Wed, 16 May 2012 20:47:43 -0500 (CDT) Date: Wed, 16 May 2012 20:47:43 -0500 From: Mark Linimon To: Andriy Gapon Message-ID: <20120517014743.GB5348@lonesome.com> References: <4F578AA7.4060008@FreeBSD.org> <4F990D9A.3090100@FreeBSD.org> <4FA643FA.3050206@FreeBSD.org> <4FAB6E01.50108@FreeBSD.org> <4FAC2EC1.8040708@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4FAC2EC1.8040708@FreeBSD.org> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: Scot Hetzel , freebsd-ports@FreeBSD.org Subject: Re: WITH_GCC 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: Thu, 17 May 2012 01:47:43 -0000 On Fri, May 11, 2012 at 12:10:25AM +0300, Andriy Gapon wrote: > P.S. > Perhaps this information should also be somewhere in the Porter's Handbook. It is scattered around in it: WITH/WITHOUT: http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/makefile-options.html#AEN2542 USE: http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/makefile-depend.html#USE-VARS Unfortunately WANT is only documented in bsd.port.mk itself. Does anyone wish to take on the task of adding a tips-and-tricks entry about the difference between the 3 to the PH? http://www.freebsd.org/cgi/cvsweb.cgi/ports/Mk/bsd.port.mk?annotate=1.708 (line 285) mcl