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.
Responsible Changed From-To: freebsd-ports-bugs->kuriyama Over to maintainer (via the GNATS Auto Assign Tool)
State Changed From-To: open->feedback Complete rewrite of this port was committed. Please let me know if you still have problem with it.
State Changed From-To: feedback->closed Feedback timeout (> 4 months).