Bug 121791 - ports/devel/php5-phing: does not work after build
Summary: ports/devel/php5-phing: does not work after build
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: Jun Kuriyama
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-17 15:50 UTC by mephius
Modified: 2008-12-09 09:17 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 mephius 2008-03-17 15:50:01 UTC
ports/devel/php5-phing doesn't install phing/etc directory, which causes phing not to work. At least, phing/etc/VERSION.TXT is required to phing to work.

Fix: 

manually unpack etc/ directory from phing distribution to /usr/local/lib/php/phing
How-To-Repeat: just install ports/devel/php5-phing and try to run simple buildfile.
Buildfile example:
<?xml version="1.0"?>

<project name="test" default="test">
        <target name="test">
                <echo>In test target</echo>
        </target>
</project>
Phing just displays
Buildfile: /path/to/build/file.xml
and exist silently.
The reason is that Phing::getResourcePath() method fails to locate VERSION.TXT file under etc directory.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-03-17 15:50:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kuriyama

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Jun Kuriyama freebsd_committer freebsd_triage 2008-08-16 09:22:08 UTC
State Changed
From-To: open->feedback

Complete rewrite of this port was committed.  Please let me know if 
you still have problem with it.
Comment 3 Mark Linimon freebsd_committer freebsd_triage 2008-12-09 09:17:38 UTC
State Changed
From-To: feedback->closed

Feedback timeout (> 4 months).