From owner-freebsd-ports@FreeBSD.ORG Sat Mar 8 12:06:51 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 97D6ED78; Sat, 8 Mar 2014 12:06:51 +0000 (UTC) Received: from thyme.infocus-llc.com (server.infocus-llc.com [206.156.254.44]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 72870AFB; Sat, 8 Mar 2014 12:06:50 +0000 (UTC) Received: from draco.over-yonder.net (c-75-65-60-66.hsd1.ms.comcast.net [75.65.60.66]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by thyme.infocus-llc.com (Postfix) with ESMTPSA id D6E8037B4E5; Sat, 8 Mar 2014 06:06:43 -0600 (CST) Received: by draco.over-yonder.net (Postfix, from userid 100) id 3fh4Dg1jpsz1fp; Sat, 8 Mar 2014 06:06:43 -0600 (CST) Date: Sat, 8 Mar 2014 06:06:43 -0600 From: "Matthew D. Fuller" To: mat@freebsd.org Subject: DEFAULT_PHP_VER and r343784 Message-ID: <20140308120643.GL32883@over-yonder.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Editor: vi X-OS: FreeBSD User-Agent: Mutt/1.5.22 (2013-10-16) X-Virus-Scanned: clamav-milter 0.98.1 at thyme.infocus-llc.com X-Virus-Status: Clean Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Mar 2014 12:06:51 -0000 r343784 added a WARNING to bsd.php.mk about DEFAULT_PHP_VER +.if defined(DEFAULT_PHP_VER) +WARNING+= "DEFAULT_PHP_VER is defined, consider using DEFAULT_VERSIONS=php=${DEFAULT_PHP_VER} instead" +.endif But the PHP ports themselves set DEFAULT_PHP_VER in Makefile.ext, which all the sub-pieces (i.e., everything but lang/phpVER) include. Which means that _every_ build of them spits out a warning and then sits around twiddling its thumbs for a couple seconds. Rather slows down upgrades, not to mention yelling at the user about something not in their control... -- Matthew Fuller (MF4839) | fullermd@over-yonder.net Systems/Network Administrator | http://www.over-yonder.net/~fullermd/ On the Internet, nobody can hear you scream.