Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Apr 2009 06:54:25 +0200
From:      Mel Flynn <mel.flynn+fbsd.questions@mailing.thruhere.net>
To:        freebsd-questions@freebsd.org
Cc:        Tom Worster <fsb@thefsb.org>
Subject:   Re: portmaster -a on a live server
Message-ID:  <200904230654.25893.mel.flynn%2Bfbsd.questions@mailing.thruhere.net>
In-Reply-To: <C614B1E2.9A9A%fsb@thefsb.org>
References:  <C614B1E2.9A9A%fsb@thefsb.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday 22 April 2009 17:37:06 Tom Worster wrote:

> by the by, on my test machine i ended up with python installed. seems to be
> because i needed php5-gd which now depends on python. all for some simple
> freetype2 calls.

Wrong assumption. php-gd doesn't depend on python at all. devel/apr does, so 
you've built php with apache module and that pulls in python OR you didn't set 
WITHOUT_X11=yes when building, so libxcb is pulled in which uses python:

% sudo /stable/root/bin/finddep.php graphics/php5-gd lang/python26
/usr/ports/x11/xcb-proto: /usr/local/bin/python2.6 => /usr/ports/lang/python26
/usr/ports/x11/xcb-proto: /usr/local/bin/python2.6 => /usr/ports/lang/python26
/usr/ports/x11/libxcb: /usr/local/bin/python2.6 => /usr/ports/lang/python26
/usr/ports/x11/libxcb: /usr/local/bin/python2.6 => /usr/ports/lang/python26
/usr/ports/devel/apr: /usr/local/bin/python2.6 => /usr/ports/lang/python26

% sudo env WITHOUT_X11=yes /stable/root/bin/finddep.php graphics/php5-gd 
lang/python26
/usr/ports/devel/apr: /usr/local/bin/python2.6 => /usr/ports/lang/python26

-- 
Mel



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904230654.25893.mel.flynn%2Bfbsd.questions>