Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Oct 2015 19:45:51 +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: r399013 - head/Mk
Message-ID:  <201510101945.t9AJjpjM015730@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Oct 10 19:45:51 2015
New Revision: 399013
URL: https://svnweb.freebsd.org/changeset/ports/399013

Log:
  Revert r398953 per bdrewery demand it breaks make config
  
  Reported by:	novel

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Sat Oct 10 19:15:56 2015	(r399012)
+++ head/Mk/bsd.port.mk	Sat Oct 10 19:45:51 2015	(r399013)
@@ -5293,7 +5293,7 @@ config-conditional:
 .endif
 .endif # config-conditional
 
-.if !target(showconfig) && (make(showconfig) || (!empty(.MAKEFLAGS:M-V) && !empty(.MAKEFLAGS:M*_DESC)))
+.if !target(showconfig)
 .include "${PORTSDIR}/Mk/bsd.options.desc.mk"
 MULTI_EOL=	: you have to choose at least one of them
 SINGLE_EOL=	: you have to select exactly one of them



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