From owner-freebsd-ports@freebsd.org Wed Jan 31 00:31:47 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 908E1ECBD1B for ; Wed, 31 Jan 2018 00:31:47 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from mx2.catspoiler.org (mx2.catspoiler.org [IPv6:2607:f740:16::d18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "amnesiac", Issuer "amnesiac" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 2D1C269E19 for ; Wed, 31 Jan 2018 00:31:47 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from gw.catspoiler.org ([76.212.85.177]) by mx2.catspoiler.org (8.15.2/8.15.2) with ESMTPS id w0V0W4Jg021844 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Wed, 31 Jan 2018 00:32:06 GMT (envelope-from truckman@FreeBSD.org) Received: from mousie.catspoiler.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.15.2/8.15.2) with ESMTPS id w0V0ReuN007979 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 30 Jan 2018 16:31:26 -0800 (PST) (envelope-from truckman@FreeBSD.org) Date: Tue, 30 Jan 2018 16:31:26 -0800 (PST) From: Don Lewis Subject: Re: Building interactive ports with poudriere To: Matthias Fechner cc: Yasuhiro KIMURA , freebsd-ports@freebsd.org In-Reply-To: <2684d9fa-9fab-74a1-fa15-1c7331b2d966@fechner.net> Message-ID: References: <20180126.040456.2159285771207405632.yasu@utahime.org> <20180131.033213.1392952201427913309.yasu@utahime.org> <2684d9fa-9fab-74a1-fa15-1c7331b2d966@fechner.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=us-ascii Content-Disposition: INLINE X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Jan 2018 00:31:47 -0000 On 30 Jan, Matthias Fechner wrote: > Am 30.01.2018 um 19:32 schrieb Yasuhiro KIMURA: >> I would like to build security/bruteforceblocker with poudriere. This >> port have one options. But it has nothing to do with my question. The >> source of problem is license information. There is no license >> information about this software either in source archive or on web >> site. So LICENSE is set to "NONE" in Makefile. And when LICENSE is set >> to it LICENSE_PERMS doesn't include 'auto-accept'. So if you build it >> on real environment dialog for confirmation is popped up. But if you >> set 'BATCH=yes' then build fails as following. >> >> yasu@maybe[2366]% pwd >> /usr/ports/security/bruteforceblocker >> yasu@maybe[2367]% make BATCH=yes >> ===> bruteforceblocker-1.2.4 License NONE needs confirmation, but BATCH is >> defined. >> *** Error code 1 > have you tried: DISABLE_LICENSES=yes Or LICENSES_ACCEPTED=NONE in the poudriere.d/make.conf. I've got LICENSES_ACCEPTED=jgraph in mine.