From owner-freebsd-ports@freebsd.org Tue Jan 30 18:38:42 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 B435EEDB34F for ; Tue, 30 Jan 2018 18:38:42 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from anny.lostinspace.de (anny.lostinspace.de [IPv6:2001:608:a02::33]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5000B7AEDB for ; Tue, 30 Jan 2018 18:38:42 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from server.idefix.lan (114-138-067-156.ip-addr.inexio.net [156.67.138.114]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: idefix@fechner.net) by anny.lostinspace.de (Postfix) with ESMTPSA id 173817FC3CC; Tue, 30 Jan 2018 19:38:40 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fechner.net; s=default; t=1517337520; bh=+yeJJvVfozBqe0CFHb8LizPPNsbkT4NYIJLPuvRL+8E=; h=Subject:To:References:From:Date:In-Reply-To; b=E7Uf5EW9Q1jMHS/X7Irq0AMFL7eNdIwXR1683GavCPNFly7K7vv9SEb+8jpe1K3ik 9XLWB86sD2BWpRpH3X3cpAw4sjgn+9OUkiopp9Ai9iI9KTyiYBduNtpKnhS4wn6Nk+ 1D78ZOCk9Nh45PFcShAiBvP71FScHvz6Mr3YESrw= Received: from [192.168.0.151] (114-138-067-156.ip-addr.inexio.net [156.67.138.114]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by server.idefix.lan (Postfix) with ESMTPSA id 49B4313464EB; Tue, 30 Jan 2018 19:38:39 +0100 (CET) Subject: Re: Building interactive ports with poudriere To: Yasuhiro KIMURA , freebsd-ports@freebsd.org References: <20180126.040456.2159285771207405632.yasu@utahime.org> <20180131.033213.1392952201427913309.yasu@utahime.org> From: Matthias Fechner Message-ID: <2684d9fa-9fab-74a1-fa15-1c7331b2d966@fechner.net> Date: Tue, 30 Jan 2018 19:38:08 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: <20180131.033213.1392952201427913309.yasu@utahime.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Content-Language: en-US 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: Tue, 30 Jan 2018 18:38:42 -0000 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 Gruß Matthias -- "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." -- Rich Cook