From owner-freebsd-ports@FreeBSD.ORG Tue Mar 19 16:07:55 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 7D593EBB for ; Tue, 19 Mar 2013 16:07:55 +0000 (UTC) (envelope-from mcdouga9@egr.msu.edu) Received: from mail.egr.msu.edu (dauterive.egr.msu.edu [35.9.37.168]) by mx1.freebsd.org (Postfix) with ESMTP id 580681F0 for ; Tue, 19 Mar 2013 16:07:54 +0000 (UTC) Received: from dauterive (localhost [127.0.0.1]) by mail.egr.msu.edu (Postfix) with ESMTP id A59711EA9D for ; Tue, 19 Mar 2013 12:01:58 -0400 (EDT) X-Virus-Scanned: amavisd-new at egr.msu.edu Received: from mail.egr.msu.edu ([127.0.0.1]) by dauterive (dauterive.egr.msu.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 35ON2NHjWMbY for ; Tue, 19 Mar 2013 12:01:58 -0400 (EDT) Received: from EGR authenticated sender Message-ID: <51488BF6.3030605@egr.msu.edu> Date: Tue, 19 Mar 2013 12:01:58 -0400 From: Adam McDougall User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130309 Thunderbird/17.0.4 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: [HEADSUP] New make config UI References: <20130319094210.GE42160@ithaqua.etoilebsd.net> <20130319103104.GF42160@ithaqua.etoilebsd.net> In-Reply-To: <20130319103104.GF42160@ithaqua.etoilebsd.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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: Tue, 19 Mar 2013 16:07:55 -0000 On 03/19/13 06:31, Baptiste Daroussin wrote: > On Tue, Mar 19, 2013 at 11:20:43AM +0100, David Demelier wrote: >> 2013/3/19 Baptiste Daroussin >> >> >> Thanks a lot for that work to all contributors. I will try this evening and >> see how awesome it is :-). >> >> One questions I have: >> >> - Does the dialog4ports installation will be triggered in the pkg >> autoremove command since it's a leaf. >> >> Regards >> >> -- >> Demelier David >> _______________________________________________ >> freebsd-ports@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-ports >> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > > No because it is an explicit installation that is done. > > regards, > Bapt > May I suggest an automatic 'make clean' in ports-mgmt/dialog4ports after make install? I accidentally installed it the first time with the old pkg_ tools, removed it, fixed WITH_PKGNG=yes in make.conf, but it would do this: root:/usr/ports/mail/postfix # make config dialog4ports isn't installed, do you want to install it now? [Y/n] y env: /usr/local/bin/dialog4ports: No such file or directory ===> Options unchanged root:/usr/ports/mail/postfix # 'make clean' in ports-mgmt/dialog4ports fixed it. Otherwise, it seems to be working, Thanks.