[Bug 192388] New: Mk/bsd.php5.mk: Regression: mod_php5 is out of the dependency tree when WANT_PHP_WEB is set
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Aug 5 03:11:52 UTC 2014
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192388
Bug ID: 192388
Summary: Mk/bsd.php5.mk: Regression: mod_php5 is out of the
dependency tree when WANT_PHP_WEB is set
Product: Ports Tree
Version: Latest
Hardware: Any
OS: Any
Status: Needs Triage
Severity: Affects Many People
Priority: ---
Component: Infrastructure
Assignee: freebsd-ports-bugs at FreeBSD.org
Reporter: melvyn at magemana.nl
1. databases/phpmyadmin has WANT_PHP_WEB set
2. On a clean environment I want to install that port and expect apache
and mod_php5 built for me.
3. Because I don't want fpm or cgi, I unset the options for the
lang/php5 options dialog.
Expected result:
phpMyAdmin depends on apache and mod_php5 among others.
Result:
# pkg query -F /var/packages/test/All/phpMyAdmin-4.2.7.txz %do
lang/php5
archivers/php5-bz2
textproc/php5-ctype
security/php5-filter
devel/php5-json
converters/php5-mbstring
security/php5-mcrypt
databases/php5-mysqli
security/php5-openssl
www/php5-session
archivers/php5-zlib
# pkg query -F /var/packages/test/All/php5-5.4.30.txz %do
textproc/libxml2
devel/pcre
# pkg info -lF /var/packages/test/All/php5-5.4.30.txz|grep bin/
/usr/local/bin/php
/usr/local/bin/php-config
/usr/local/bin/phpize
So, there is no php-cgi or fpm, but www/mod_php5 is not in phpMyAdmin's
dependencies, which means WANT_PHP_WEB is not satisfied, yet no errors
are generated.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list