From owner-freebsd-ports@FreeBSD.ORG Thu May 20 06:50:03 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D6C421065672 for ; Thu, 20 May 2010 06:50:03 +0000 (UTC) (envelope-from thebeelzebubtrigger@gmail.com) Received: from mail-yw0-f175.google.com (mail-yw0-f175.google.com [209.85.211.175]) by mx1.freebsd.org (Postfix) with ESMTP id 8B37E8FC08 for ; Thu, 20 May 2010 06:50:03 +0000 (UTC) Received: by ywh5 with SMTP id 5so5009793ywh.13 for ; Wed, 19 May 2010 23:50:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=XsXn9L7y9Dje9wD+u4WxSKtLAc18iiovWhy5NdUDSiA=; b=fr51GT1rtGiEzVO0Ro5Tevujt0MRRIUaWyOU+IRYRgrNHnpkY+sXyKu6nG2QyG7Dyn Zt687smNhouh1BZwBTYX1dhidqOnN/s+GwCYF60aRddXrZO8YVORcqHi7CexKCEeCu1s /vNspH5Kwh3Hbv3l3abiMtkd4FAms1NXJGd8E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=vmKG3/X7vC1Am0omAa13h2fn9WVr0znLIIcFchkKIDcjKPbZ+uy01wwKDfNbJXe/cl nhzSCN0cKV7KbsPpTQtO4N42xqUdI4kJ5OD13eHyHTsGJ+uMoPZZT4TyDZ8udCZiKRXe IavTYMVxgRKrTt23rle/45X7EQJJs3i+xPxJc= Received: by 10.151.87.18 with SMTP id p18mr1063524ybl.23.1274338202754; Wed, 19 May 2010 23:50:02 -0700 (PDT) Received: from satcidananda.16x108.merseine.nu (adsl-152-81-20.asm.bellsouth.net [72.152.81.20]) by mx.google.com with ESMTPS id z42sm7668378ybc.18.2010.05.19.23.49.45 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 19 May 2010 23:49:47 -0700 (PDT) Date: Thu, 20 May 2010 02:49:40 -0400 From: Indi To: freebsd-ports@freebsd.org Message-ID: <20100520064940.GB69842@satcidananda.16x108.merseine.nu> References: <20100518224102.GH326@comcast.net> <4BF3D549.90305@dataix.net> <20100519185406.GA67403@comcast.net> <07FC36C8-5B95-4DCA-967A-8FAF4D062D3F@gmail.com> <20100520030249.GB66753@satcidananda.16x108.merseine.nu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Cc: Garrett Cooper Subject: Re: GPLv3-licensed ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 May 2010 06:50:03 -0000 On Wed, May 19, 2010 at 08:39:28PM -0700, Garrett Cooper wrote: > > Looking at pkgsrc, they have a variable per-Makefile, LICENSE. > Determining what license a port is distributed under would be > considerably easier. Also, if someone wanted to block all GPLv3 ports, > they could effectively look for GPLv3 ports like so: > > .if defined(LICENSE) && ${LICENSE} == "GPLV3" > .error "GPLv3 licensed ports blocked due to site policy" > .endif > > in make.conf, etc (or ports.conf like some folks have lightly > tossed around on #bsdports and elsewhere). You're right, that's quite a good solution. -- Indulekha Sharpe