ports/155351: dns/pear-Net_DNS missing files in FILES

Mickael Maillot mickael.maillot at gmail.com
Mon Mar 7 15:40:05 UTC 2011


>Number:         155351
>Category:       ports
>Synopsis:       dns/pear-Net_DNS missing files in FILES
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 07 15:40:04 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Mickael Maillot
>Release:        
>Organization:
>Environment:
>Description:
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)
>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

>Fix:
add DNS/RR/RP.php and DNS/RR/SPF.php in FILES var

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list