svn commit: r389313 - head/Mk

Mathieu Arnold mat at FreeBSD.org
Sat Jun 13 03:03:52 UTC 2015


Author: mat
Date: Sat Jun 13 03:03:51 2015
New Revision: 389313
URL: https://svnweb.freebsd.org/changeset/ports/389313

Log:
  Have make showconfig fail if the config is incorrect.
  
  PR:		188693
  Sponsored by:	Absolight

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Sat Jun 13 02:46:52 2015	(r389312)
+++ head/Mk/bsd.port.mk	Sat Jun 13 03:03:51 2015	(r389313)
@@ -5534,7 +5534,7 @@ config-conditional:
 MULTI_EOL=	: you have to choose at least one of them
 SINGLE_EOL=	: you have to select exactly one of them
 RADIO_EOL=	: you can only select none or one of them
-showconfig:
+showconfig: check-config
 .if !empty(COMPLETE_OPTIONS_LIST)
 	@${ECHO_MSG} "===> The following configuration options are available for ${PKGNAME}":
 .for opt in ${ALL_OPTIONS}


More information about the svn-ports-all mailing list