Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Mar 2014 06:06:43 -0600
From:      "Matthew D. Fuller" <fullermd@over-yonder.net>
To:        mat@freebsd.org
Cc:        ports@freebsd.org
Subject:   DEFAULT_PHP_VER and r343784
Message-ID:  <20140308120643.GL32883@over-yonder.net>

next in thread | raw e-mail | index | archive | help
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.



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