Bug 155351 - dns/pear-Net_DNS missing files in FILES
Summary: dns/pear-Net_DNS missing files in FILES
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-07 15:40 UTC by mickael.maillot
Modified: 2011-03-08 07:15 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mickael.maillot 2011-03-07 15:40:04 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-03-07 15:40:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2011-03-08 07:15:49 UTC
State Changed
From-To: open->closed

fixed thx.