From owner-svn-ports-all@FreeBSD.ORG Sun Jul 13 20:58:24 2014 Return-Path: Delivered-To: svn-ports-all@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 ESMTPS id F03188AA; Sun, 13 Jul 2014 20:58:24 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.15.18]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass DE-1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6DEC62868; Sun, 13 Jul 2014 20:58:24 +0000 (UTC) Received: from [192.168.0.100] ([87.139.233.65]) by mail.gmx.com (mrgmx003) with ESMTPSA (Nemesis) id 0M3S2C-1WFQcg03BA-00qxk1; Sun, 13 Jul 2014 22:58:22 +0200 Message-ID: <53C2F2F7.4040105@gmx.de> Date: Sun, 13 Jul 2014 22:58:31 +0200 From: olli hauer User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Andrej Zverev Subject: Re: svn commit: r361693 - in head: . mail/postfix-current mail/postfix-current/files References: <201407131624.s6DGOiIR058685@svn.freebsd.org> <20140713165132.GP93051@ivaldir.etoilebsd.net> <20140713181655.GA8565@magnus> In-Reply-To: X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:Sn8es6BjJjYcFVJctnwcVzSuy2Pvjh6jN3oIFmbi4+jtNM6VdXB nrzjLt/F6iOrroVt1WZKW9j9oFW6TKo5Sa5kM/Fc24fu3Z7xFWWqEoW4/XspMaAa+x72XGv cIE6+sFXILrw5WETL7o9ZHVDh1CTgodsPdv7oghB1iTplGnc2od8bTIohr52XhIV30nxw8z IR5HeDRSsXSUzYpvH+1FA== Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , Sahil Tandon , "ports-committers@freebsd.org" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2014 20:58:25 -0000 On 2014-07-13 22:31, Andrej Zverev wrote: > Hello, Sahil! > > Do you have some tips for people who using binary packages? > > $ sudo pkg install postfix > The following 2 packages will be affected (of 2 checked): > > New packages to be INSTALLED: > postfix: 2.11.1_1,1 > pcre: 8.34_1 > > The process will require 18 MB more space > 2 MB to be downloaded > > Proceed with this action [y/N]: y > Fetching postfix-2.11.1_1,1.txz: 100% of 2 MB > > Checking integrity... done (0 conflicting) > [1/2] Installing pcre-8.34_1: 100% > ===> Creating users and/or groups. > Using existing group 'mail'. > Creating group 'maildrop' with gid '126'. > Creating group 'postfix' with gid '125'. > Creating user 'postfix' with uid '125'. > Adding user 'postfix' to group 'mail'. > [2/2] Installing postfix-2.11.1_1,1: 100% > Would you like to activate Postfix in /etc/mail/mailer.conf [n]? If you want to use postfix as main smtp deamon choose 'y' and also follow pkg-message to adjust rc.conf etc/periodic. Do you want to install postfix or the new postfix-current? I suspect postfix-current users are following the upstream postfix mailing list / reading RELEASE_NOTES and are already aware of the architecture changes in current (Wietse's development releases) > > On Sun, Jul 13, 2014 at 10:16 PM, Sahil Tandon wrote: >> On Sun, 2014-07-13 at 18:51:33 +0200, Baptiste Daroussin wrote: >> >>> On Sun, Jul 13, 2014 at 04:24:44PM +0000, Sahil Tandon wrote: >>>> Author: sahil >>>> Date: Sun Jul 13 16:24:44 2014 >>>> New Revision: 361693 >>>> URL: http://svnweb.freebsd.org/changeset/ports/361693 >>>> QAT: https://qat.redports.org/buildarchive/r361693/ >>>> >>>> Log: >>>> - Update to Postfix 2.12 snapshot 20140709 >>> >>> It would be really nice if you script could not be interractive, as it >>> completely breaks any automation tools like puppet and friends. >> >> Have you tried BATCH=yes? See: >> >> http://freshbsd.org/commit/freebsd-ports/r295289 >> >> % make BATCH=yes -V IS_INTERACTIVE >> >> % make -V IS_INTERACTIVE >> yes >> >> Let me know if that helps. >> >> -- >> Sahil Tandon > >