From owner-freebsd-questions@freebsd.org Fri Jul 19 17:53:01 2019 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 82A10A7F74 for ; Fri, 19 Jul 2019 17:53:01 +0000 (UTC) (envelope-from trond.endrestol@ximalas.info) Received: from enterprise.ximalas.info (enterprise.ximalas.info [IPv6:2001:700:1100:1::8]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "ximalas.info", Issuer "Hostmaster ximalas.info" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 059B8779B7 for ; Fri, 19 Jul 2019 17:53:00 +0000 (UTC) (envelope-from trond.endrestol@ximalas.info) Received: from enterprise.ximalas.info (Ximalas@localhost [127.0.0.1]) by enterprise.ximalas.info (8.15.2/8.15.2) with ESMTPS id x6JHqrWd032224 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO) for ; Fri, 19 Jul 2019 19:52:53 +0200 (CEST) (envelope-from trond.endrestol@ximalas.info) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ximalas.info; s=default; t=1563558774; bh=JcXHYkt2hj7+hMVw7ZaUv2VM58bCZj/eQyoBeMONbKk=; h=Date:From:To:Subject:In-Reply-To:References; b=fgkJOJOsnpYY8qPcaXQzIwh65t+yurz62O8bk0sAtqfr0RbdeQhKGzk2J8KqBeXaJ f2QSWFtjUDYB2Ao3596mvEavYfiNvdhhGpYZVMMUXeI6rSD4TZosXs9ZqV6lSjf8b8 fZUkf8UNy1MAAmutSOvA4k75RI3Mx63j69qFZeVOAVTgrHKO5YKEyciYAmQxtdkMAG uYXGXoUQvxBNlYVAlVsjdz9Yd3z0CCAtZZd5fFrs4dsyJwgECuP0m3k7fsx5rBN575 HWwa0jTM9lbq4XUMRzpnBDln1zpfNVEgmCNUD1W+4D7qbA9Wp4aGR82oDH52dQz2TD fcQ7XpkZ/e57g== Received: from localhost (trond@localhost) by enterprise.ximalas.info (8.15.2/8.15.2/Submit) with ESMTP id x6JHqr3V032221 for ; Fri, 19 Jul 2019 19:52:53 +0200 (CEST) (envelope-from trond.endrestol@ximalas.info) X-Authentication-Warning: enterprise.ximalas.info: trond owned process doing -bs Date: Fri, 19 Jul 2019 19:52:53 +0200 (CEST) From: =?UTF-8?Q?Trond_Endrest=C3=B8l?= Sender: Trond.Endrestol@ximalas.info To: FreeBSD Mailing List Subject: Re: poudriere: build one package (accept license) In-Reply-To: <67ccf18b-3bd6-6a00-bebe-761cb1500208@astro.uchicago.edu> Message-ID: References: <67ccf18b-3bd6-6a00-bebe-761cb1500208@astro.uchicago.edu> User-Agent: Alpine 2.21.99999 (BSF 352 2019-06-22) OpenPGP: url=http://ximalas.info/about/tronds-openpgp-public-key MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Spam-Status: No, score=-1.2 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on enterprise.ximalas.info X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Jul 2019 17:53:01 -0000 On Fri, 19 Jul 2019 12:17-0500, Valeri Galtsev wrote: > Ignored: License DCC needs confirmation, but BATCH is defined If we're talking about mail/dcc-dccd, then try LICENSES_ACCEPTED+=DCC in /etc/make.conf or a similar file. I actually created /usr/ports/mail/dcc-dccd/Makefile.local and placed the line there years ago. -- Trond.