svn commit: r327579 - head/Mk

Baptiste Daroussin bapt at FreeBSD.org
Wed Sep 18 21:39:18 UTC 2013


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"


More information about the svn-ports-all mailing list