Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Oct 2019 21:11:58 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r514688 - head/Mk
Message-ID:  <201910172111.x9HLBwQH058353@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Thu Oct 17 21:11:58 2019
New Revision: 514688
URL: https://svnweb.freebsd.org/changeset/ports/514688

Log:
  LICENSE check: Respect DISABLE_LICENSES.

Modified:
  head/Mk/bsd.sanity.mk

Modified: head/Mk/bsd.sanity.mk
==============================================================================
--- head/Mk/bsd.sanity.mk	Thu Oct 17 20:48:09 2019	(r514687)
+++ head/Mk/bsd.sanity.mk	Thu Oct 17 21:11:58 2019	(r514688)
@@ -110,7 +110,7 @@ DEV_ERROR+=	"All LIB_DEPENDS should use the new format
 .if ${LICENSE:MBSD}
 DEV_WARNING+=	"LICENSE must not contain BSD, instead use BSD[234]CLAUSE"
 .endif
-.else
+.elif !defined(DISABLE_LICENSES)
 .  if empty(USES:Mmetaport)
 DEV_WARNING+=	"Please set LICENSE for this port"
 .  endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910172111.x9HLBwQH058353>