From owner-svn-ports-all@freebsd.org Thu Sep 20 03:21:54 2018 Return-Path: Delivered-To: svn-ports-all@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 4DC37108A645; Thu, 20 Sep 2018 03:21:54 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 017797951B; Thu, 20 Sep 2018 03:21:54 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id EE73B7A10; Thu, 20 Sep 2018 03:21:53 +0000 (UTC) From: Jan Beich To: Brooks Davis Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r480151 - head/devel/llvm70 References: <201809200247.w8K2lO74078886@repo.freebsd.org> Date: Thu, 20 Sep 2018 05:21:50 +0200 In-Reply-To: <201809200247.w8K2lO74078886@repo.freebsd.org> (Brooks Davis's message of "Thu, 20 Sep 2018 02:47:24 +0000 (UTC)") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2018 03:21:54 -0000 Brooks Davis writes: > +LICENSE= LLVM GTEST REGEX MIT ARM PD [...] > +LICENSE_NAME_GTEST= Google test license How GTEST license is different from a regular BSD3CLAUSE? devel/googletest defines LICENSE=BSD3CLAUSE. > +LICENSE_FILE_LLVM= ${WRKSRC}/LICENSE.TXT How LLVM license is different from a regular NCSA? https://svnweb.freebsd.org/changeset/ports/409273 A number of ports already use NCSA: $ git grep -l LICENSE.\*NCSA Mk/bsd.licenses.db.mk devel/ds2/Makefile devel/include-what-you-use/Makefile devel/llbuild/Makefile devel/zapcc/Makefile lang/cling/Makefile net/nyancat/Makefile security/klee/Makefile