dns/pear-Net_DNS: the files DNS/RR/RP.php and DNS/RR/SPF.php are missing in FILES declaration in the port's Makefile so they are not installed by the port. it result by two missing require_once (line 33 and 34 of /usr/local/share/pear/Net/DNS/RR.php) Fix: add DNS/RR/RP.php and DNS/RR/SPF.php in FILES var How-To-Repeat: install dns/pear-Net_DNS $ php -r 'require_once("Net/DNS.php");' Warning: require_once(Net/DNS/RR/RP.php): failed to open stream: No such file or directory in /usr/local/share/pear/Net/DNS/RR.php on line 33 Fatal error: require_once(): Failed opening required 'Net/DNS/RR/RP.php' (include_path='.:/usr/local/share/pear') in /usr/local/share/pear/Net/DNS/RR.php on line 33
Responsible Changed From-To: freebsd-ports-bugs->miwi Over to maintainer (via the GNATS Auto Assign Tool)
State Changed From-To: open->closed fixed thx.