Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Sep 2013 21:39:18 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327579 - head/Mk
Message-ID:  <201309182139.r8ILdIk9071982@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Sep 18 21:39:17 2013
New Revision: 327579
URL: http://svnweb.freebsd.org/changeset/ports/327579

Log:
  Comment LICENSE warning for now, license framework needs more love before advertising everyone to add one

Modified:
  head/Mk/bsd.sanity.mk

Modified: head/Mk/bsd.sanity.mk
==============================================================================
--- head/Mk/bsd.sanity.mk	Wed Sep 18 21:30:53 2013	(r327578)
+++ head/Mk/bsd.sanity.mk	Wed Sep 18 21:39:17 2013	(r327579)
@@ -15,9 +15,9 @@ WARNING+=	"WITHOUT_NLS is deprecated use
 WARNING+=	"WITHOUT_X11 is deprecated use X11 option instead"
 .endif
 
-.if !defined(LICENSE)
-DEV_WARNING+=	"No license is defined consider adding one"
-.endif
+#.if !defined(LICENSE)
+#DEV_WARNING+=	"No license is defined consider adding one"
+#.endif
 
 .if defined(USE_PERL5) && ${USE_PERL5} == yes
 DEV_ERROR+=	"USE_PERL5=yes is unsupported please use USES=perl5 instead"



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