Bug 160890 - missing dependency in net/pear-XML_RPC2
Summary: missing dependency in net/pear-XML_RPC2
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-09-21 22:40 UTC by Laurent Frigault
Modified: 2011-11-20 08:00 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 Laurent Frigault 2011-09-21 22:40:03 UTC
current version of pear-XML_RPC2 depend on pear-HTTP_Request2-0.6.0 

see http://pear.php.net/package/XML_RPC2

This dependency is missing in the port.

Fix: 

install www/pear-HTTP_Request2 when installing net/pear-XML_RPC2

Add something like 

${PEARDIR}/HTTP/Request2.php:${PORTSDIR}/www/pear-HTTP_Request2

to RUN_DEPENDS in the port Makefile
How-To-Repeat: install the port net/pear-XML_RPC2 and try to use it. It will fail with:

Warning: require_once(HTTP/Request2.php) [function.require-once]: failed to open stream: No such file or directory in /usr/local/share/pear/XML/RPC2/Util/HTTPRequest.php on line 45
Fatal error: require_once() [function.require]: Failed opening required 'HTTP/Request2.php' (include_path='.:/usr/local/share/pear') in /usr/local/share/pear/XML/RPC2/Util/HTTPRequest.php on line 45
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-09-21 22: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-11-20 07:51:12 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-11-20 07:51:13 UTC
miwi        2011-11-20 07:51:03 UTC

  FreeBSD ports repository

  Modified files:
    net/pear-XML_RPC2    Makefile 
  Log:
  - Add missing dependency
  
  PR:             160890
  Submitted by:   Laurent Frigault <lfrigault@agneau.org>
  Feature safe:   yes
  
  Revision  Changes    Path
  1.12      +5 -2      ports/net/pear-XML_RPC2/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"