From owner-svn-ports-head@FreeBSD.ORG Sun Jul 13 20:31:06 2014 Return-Path: Delivered-To: svn-ports-head@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 59E27C3; Sun, 13 Jul 2014 20:31:06 +0000 (UTC) Received: from mail-oa0-x236.google.com (mail-oa0-x236.google.com [IPv6:2607:f8b0:4003:c02::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F1F022642; Sun, 13 Jul 2014 20:31:05 +0000 (UTC) Received: by mail-oa0-f54.google.com with SMTP id n16so3412402oag.27 for ; Sun, 13 Jul 2014 13:31:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=Xb/NCAnPkWqUllmdkCO19FRZ2M6izcoRWD5WSTht8gM=; b=WuE89tf32IVaREh+e5RB6aKqK7lEIqOM54Cggl+QjiKMCZqrzoPowqSvV9pVVm3aYk 6IAszPxLErGcrmcAa6ThdVVxeb5VOhvWEjmHggVxSSPQZTs3ClV5oVvUg7ef1usyvojB 9XN2Hvu8hLT9YgH7IbmINm8BIPNszQtIL32IK0JIjPJlGxQ2slpOI+HF4tobKsYaqW7f 0bvVm4fhWjmuTDVHDUHff2tFz5vH9xUKe+wA/OzfBYxYU0D+AiBfq41Qvbndw20mJMXF SQSAG8uAYL3yL8pOJjMkvTWBw0QDaiA8sj/S1mRFo8BWEg2hRTWIc3sm+XudHtWZ4dU9 83rw== MIME-Version: 1.0 X-Received: by 10.60.34.225 with SMTP id c1mr13545663oej.14.1405283465189; Sun, 13 Jul 2014 13:31:05 -0700 (PDT) Sender: andrej.zverev@gmail.com Received: by 10.182.109.196 with HTTP; Sun, 13 Jul 2014 13:31:05 -0700 (PDT) In-Reply-To: <20140713181655.GA8565@magnus> References: <201407131624.s6DGOiIR058685@svn.freebsd.org> <20140713165132.GP93051@ivaldir.etoilebsd.net> <20140713181655.GA8565@magnus> Date: Mon, 14 Jul 2014 00:31:05 +0400 X-Google-Sender-Auth: 5TmTMUq6UpDBOwP0-7x5aIMLQz4 Message-ID: Subject: Re: svn commit: r361693 - in head: . mail/postfix-current mail/postfix-current/files From: Andrej Zverev To: Sahil Tandon Content-Type: text/plain; charset=UTF-8 Cc: "svn-ports-head@freebsd.org" , Baptiste Daroussin , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2014 20:31:06 -0000 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]? 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