From owner-freebsd-ports@FreeBSD.ORG Wed Aug 23 15:43:24 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4D9C16A4DE for ; Wed, 23 Aug 2006 15:43:24 +0000 (UTC) (envelope-from helge.oldach@atosorigin.com) Received: from mizar.origin-it.net (mizar.origin-it.net [194.8.96.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FF1043D70 for ; Wed, 23 Aug 2006 15:43:23 +0000 (GMT) (envelope-from helge.oldach@atosorigin.com) Received: from matar.hbg.de.int.atosorigin.com (dehsfw3e.origin-it.net [194.8.96.68]) by mizar.origin-it.net (8.13.6/8.13.6/hmo020206) with ESMTP id k7NFhFlw091772 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 23 Aug 2006 17:43:16 +0200 (CEST) (envelope-from helge.oldach@atosorigin.com) Received: from galaxy.hbg.de.ao-srv.com (galaxy.hbg.de.ao-srv.com [161.89.20.4]) by matar.hbg.de.int.atosorigin.com (8.13.6/8.13.6/hmo020206) with ESMTP id k7NFhFGx094320; Wed, 23 Aug 2006 17:43:15 +0200 (CEST) (envelope-from helge.oldach@atosorigin.com) Received: (from hmo@localhost) by galaxy.hbg.de.ao-srv.com (8.9.3p2/8.9.3/hmo30mar03) id RAA25312; Wed, 23 Aug 2006 17:43:14 +0200 (MET DST) Message-Id: <200608231543.RAA25312@galaxy.hbg.de.ao-srv.com> In-Reply-To: <790a9fff0608230739v36143292k68852b1677f1d7f4@mail.gmail.com> from Scot Hetzel at "Aug 23, 2006 9:39:47 am" To: swhetzel@gmail.com (Scot Hetzel) Date: Wed, 23 Aug 2006 17:43:14 +0200 (MET DST) From: Helge Oldach X-Address: Atos Origin GmbH, Friesenstraße 13, D-20097 Hamburg, Germany X-Phone: +49 40 7886 7464, Fax: +49 40 7886 9464, Mobile: +49 160 4782077 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, mwlucas@blackhelicopters.org Subject: Re: "the best" port update tool 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: Wed, 23 Aug 2006 15:43:25 -0000 Scot Hetzel: >On 8/23/06, Helge Oldach wrote: >> .if ${.CURDIR:M*/mail/fetchmail} >> .MAKEFLAGS: -DWITH_NTLM >> .endif >> >> Note specifically the ".MAKEFLAGS" trick above that IMHO won't easily >> work with portconf. >> >That will work with portconf, without using .MAKEFLAGS: > >mail/fetchmail: WITH_NTLM > >You could have also used "WITH_NTLM=YES" instead of .MAKEFLAGS in your >make.conf Indeed true nowadays. However I'm pretty sure a couple of months ago "WITH_NTLM=YES" and ".MAKEFLAGS=-DWITH_NTLM" weren't identical, and "WITH_NTLM=YES" just wouldn't make it (verbatim :-)). I'm not sure what the reason was. I suspect a change to the fetchmail port's Makefile, or to bsd.port.mk. There was a reason why I had to do it this way. Anyway, history. Helge