From owner-freebsd-ports@freebsd.org Tue Oct 4 07:30:21 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 751B8AF4E42 for ; Tue, 4 Oct 2016 07:30:21 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-wm0-x233.google.com (mail-wm0-x233.google.com [IPv6:2a00:1450:400c:c09::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1F161173 for ; Tue, 4 Oct 2016 07:30:21 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: by mail-wm0-x233.google.com with SMTP id b201so126289827wmb.0 for ; Tue, 04 Oct 2016 00:30:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=x8BUe6NlEA7BsbqtP5hvG8iFcMm1FKCydPIAmqipPtI=; b=c8JylP7u13F2Oz4j3jfaoXKrm8ipCOH+ZlRjIzgb03ex1KSf4P2+Vo0LfNX9iZe5Yt CmilttHmnW3DGpbTFL6vZSvXQQj2lt9qOCl9mCQ6UD2DxhyEZKbh97qGI5mZuZlnMjjh xO99msFjvcrSl241dtftlsKcFFFk3zt1hyWWo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=x8BUe6NlEA7BsbqtP5hvG8iFcMm1FKCydPIAmqipPtI=; b=e8KLoVhicHl9pexEuZ5vJJZLhFG3qkbcO+r/KYIYg8/tpz06wKxLV7X206kN8UbxP9 flJNFqzu19WuiaCf0AUIKmmjwJVUY28kWYWhgajh85DO7OmnneyiesunPx/hD7x9O5n5 HaWabzgINjep9YYOnaXEejiv7DR2S+h/ZWC+klQAOceEgm1Jlp14Rm7zjOdPplwJd0Ho WKFcRvUVf5tl8nm0Zb0oQcCZizjd8Kg5rHpoMYKy0E0Hvk67PeKrECulCfnixpJU9z50 AcwmsxLSir/Kz3Yj/+bWy/t8mmVqHSPBeb5ui5uVToEt3+3pFVaUbE1l3GjXVPqVO+t7 9W8g== X-Gm-Message-State: AA6/9Rnp9LDlxSSf8EiC3mhZqibBDsMRH3MZ/uL0y/knSW0wNRUyiwdnE9n5D5KVTCpZMKO3MKCoEI91TlAg+Q== X-Received: by 10.194.112.98 with SMTP id ip2mr1594749wjb.95.1475566219647; Tue, 04 Oct 2016 00:30:19 -0700 (PDT) MIME-Version: 1.0 Received: by 10.28.18.4 with HTTP; Tue, 4 Oct 2016 00:29:49 -0700 (PDT) In-Reply-To: <126e66dd-8cee-2475-f44d-193934d1f587@FreeBSD.org> References: <11cf69da-01ed-e7c3-9c2b-2291e22ab6e9@missouri.edu> <126e66dd-8cee-2475-f44d-193934d1f587@FreeBSD.org> From: Eitan Adler Date: Tue, 4 Oct 2016 00:29:49 -0700 Message-ID: Subject: Re: LICENSE questions To: Mathieu Arnold Cc: "Montgomery-Smith, Stephen" , "freebsd-ports@freebsd.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Oct 2016 07:30:21 -0000 On 4 October 2016 at 00:25, Mathieu Arnold wrote: > Le 04/10/2016 =C3=A0 03:58, Montgomery-Smith, Stephen a =C3=A9crit : >> On 10/03/2016 07:34 AM, Eitan Adler wrote: >>> On 3 October 2016 at 05:31, Montgomery-Smith, Stephen >>> wrote: >>>> On 10/02/2016 05:27 PM, Eitan Adler wrote: >>>>> On 2 October 2016 at 14:44, Montgomery-Smith, Stephen >>>>> wrote: >>>>>> So I have a couple of ports, science/cdf and graphics/opendx, which = have >>>>>> licenses I can't find in Mk/bsd.licenses.db.mk. How do I set LICENS= E in >>>>>> those ports? >>>>> The other answers are correct. If the license is standard (listed >>>>> here: https://spdx.org/licenses/) we should add it to the main >>>>> database. >>>>> >>>>>> An even tougher one is math/octave-forge-optim, where each individua= l >>>>>> file has its own license. >>>>> A "custom" license that merely states to check the distfiles should b= e >>>>> sufficient. >>>> How about a meta port, whose dependencies all have different licenses? >>>> Something similar? >>> meta-ports shouldn't define a license at all. I'm not sure we have a >>> way to shut the warnings up though. >> Could we use USES=3Dmetaport to suppress these messages? > > Suppress what messages ? 115 .if defined(LICENSE) 119 .else 120 DEV_WARNING+=3D "Please set LICENSE for this port" 121 .endif --=20 Eitan Adler