svn commit: r486551 - head/Mk

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Dec 3 20:03:03 UTC 2018


Author: sunpoet
Date: Mon Dec  3 20:03:02 2018
New Revision: 486551
URL: https://svnweb.freebsd.org/changeset/ports/486551

Log:
  Use consistent warning message for USE_GL, USE_GNOME, USE_MATE and USE_PHP
  
  Differential Revision:	https://reviews.freebsd.org/D18399
  Approved by:	portmgr (rene)

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Mon Dec  3 20:00:40 2018	(r486550)
+++ head/Mk/bsd.port.mk	Mon Dec  3 20:03:02 2018	(r486551)
@@ -1421,7 +1421,7 @@ USES+=	mate
 .endif
 
 .if defined(USE_GL) && (!defined(USES) || !${USES:Mgl})
-DEV_WARNING+=	"Setting USE_GL without USES=gl is deprecated"
+DEV_WARNING+=	"Using USE_GL alone is deprecated, please add USES=gl."
 USES+=	gl
 .endif
 


More information about the svn-ports-all mailing list