svn commit: r384059 - head/Mk

Bryan Drewery bdrewery at FreeBSD.org
Wed Apr 15 15:51:37 UTC 2015


Author: bdrewery
Date: Wed Apr 15 15:51:36 2015
New Revision: 384059
URL: https://svnweb.freebsd.org/changeset/ports/384059

Log:
  The CATEGORY warning should be dev-only.
  
  PR:		199464
  Submitted by:	Anton Yuzhaninov <citrin+pr at citrin.ru>

Modified:
  head/Mk/bsd.sanity.mk

Modified: head/Mk/bsd.sanity.mk
==============================================================================
--- head/Mk/bsd.sanity.mk	Wed Apr 15 15:49:01 2015	(r384058)
+++ head/Mk/bsd.sanity.mk	Wed Apr 15 15:51:36 2015	(r384059)
@@ -20,7 +20,7 @@ WARNING+=	"WITH_KMS was removed and has 
 DEV_ERROR+=	"The first entry in CATEGORIES should be the directory where the port lives"
 .endif
 .else
-WARNING+=	"Not validating first entry in CATEGORIES due to being outside of PORTSDIR. Please ensure this is proper when committing."
+DEV_WARNING+=	"Not validating first entry in CATEGORIES due to being outside of PORTSDIR. Please ensure this is proper when committing."
 .endif
 
 #.if defined(WITHOUT_X11)


More information about the svn-ports-all mailing list