From owner-freebsd-ports@freebsd.org Mon Jul 2 23:33:59 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 C4476FE4BA7 for ; Mon, 2 Jul 2018 23:33:59 +0000 (UTC) (envelope-from eugen@grosbein.net) Received: from hz.grosbein.net (unknown [IPv6:2a01:4f8:d12:604::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "hz.grosbein.net", Issuer "hz.grosbein.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 3F42E80270 for ; Mon, 2 Jul 2018 23:33:59 +0000 (UTC) (envelope-from eugen@grosbein.net) Received: from eg.sd.rdtc.ru (root@eg.sd.rdtc.ru [62.231.161.221] (may be forged)) by hz.grosbein.net (8.15.2/8.15.2) with ESMTPS id w62NXqkw080093 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 3 Jul 2018 01:33:52 +0200 (CEST) (envelope-from eugen@grosbein.net) X-Envelope-From: eugen@grosbein.net X-Envelope-To: yuri@rawbw.com Received: from [10.58.0.4] ([10.58.0.4]) by eg.sd.rdtc.ru (8.15.2/8.15.2) with ESMTPS id w62NXn9m053300 (version=TLSv1.2 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Tue, 3 Jul 2018 06:33:49 +0700 (+07) (envelope-from eugen@grosbein.net) Subject: Re: What the port license should be when software is "free for non-commercial use" with "click-to-accept" or clickwrap license? To: Yuri , freebsd-ports@freebsd.org References: <0afd6f84-146a-d555-d759-366686259448@rawbw.com> <5B3AB11D.5070601@grosbein.net> <79be1e72-4bf6-6271-f795-8dc3b1b888ce@rawbw.com> From: Eugene Grosbein Message-ID: <5B3AB657.6020602@grosbein.net> Date: Tue, 3 Jul 2018 06:33:43 +0700 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 MIME-Version: 1.0 In-Reply-To: <79be1e72-4bf6-6271-f795-8dc3b1b888ce@rawbw.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=2.2 required=5.0 tests=BAYES_00, LOCAL_FROM, RDNS_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.1 X-Spam-Report: * -0.0 SPF_PASS SPF: sender matches SPF record * -2.3 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * 1.9 RDNS_NONE Delivered to internal network by a host with no rDNS * 2.6 LOCAL_FROM From my domains X-Spam-Level: ** X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on hz.grosbein.net X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jul 2018 23:33:59 -0000 03.07.2018 6:17, Yuri wrote: >> It does. See mail/dcc-dccd for example. > But it doesn't ask to "agree" during 'pkg install dcc-dccd'. Yes. Meantime, you have several choices: 1) Mark the port NO_PACKAGE and/or no-pkg-mirror to force users use a port that 1a) builds software from source, or 1b) installs pre-build binaries bundled with distfiles (just like cvsup binary port did earlier); 2) Prepare and submit a patch for pkg itself to support this feature. It should be not hard to do.