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)   |  fulle...@over-yonder.net
Systems/Network Administrator |  http://www.over-yonder.net/~fullermd/
           On the Internet, nobody can hear you scream.
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to