The FreeBSD port of PHING needs to be converted to use ${PORTSDIR}/devel/pear/bsd.pear.mk I have done some initial conversion, but there are problems infrastructure / design problems. Fix: TBD in the lists. This ticket is open for tracking & discussion. How-To-Repeat: * Install PHING from ports. * Listen to developers complain incessantly. * Realize that the line-count of "pear list-files phing" is nearly 50 more than pkg_info(8) -L against the FreeBSD port. * Realize that the PEAR package is installing some kind of shell-script wrapper around /usr/local/bin/phing * Realize that the Port doesn't register the PEAR package on install
Responsible Changed From-To: freebsd-ports-bugs->kuriyama Over to maintainer (via the GNATS Auto Assign Tool)
A draft revision of the revised port: http://people.collaborativefusion.com/~seklecki/phing-2.3.0-CFI1.tar I would note that there is a 20-line file-contents line count. $ phing -v Phing version 2.3.0 $ pkg_info -L pear-phing-2.3.0_1|wc -l 289 v.s.: $ sudo pear list-files channel://pear.phing.info/phing|wc -l 309 ~BAS On Fri, 2008-04-04 at 17:00 +0000, FreeBSD-gnats-submit@FreeBSD.org wrote: > Thank you very much for your problem report. > It has the internal identification `ports/122450'. > The individual assigned to look at your > report is: freebsd-ports-bugs. > > You can access the state of your problem report at any time > via this link: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=122450 > > >Category: ports > >Responsible: freebsd-ports-bugs > >Synopsis: devel/php5-phing redesign > >Arrival-Date: Fri Apr 04 17:00:09 UTC 2008 IMPORTANT: This message contains confidential information and is intended only for the individual named. If the reader of this message is not an intended recipient (or the individual responsible for the delivery of this message to an intended recipient), please be advised that any re-use, dissemination, distribution or copying of this message is prohibited. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system.
State Changed From-To: open->closed Finally committed, thanks!
kuriyama 2008-08-16 08:10:35 UTC FreeBSD ports repository Modified files: devel/php5-phing Makefile distinfo Added files: devel/php5-phing/files pear-deinstall.in pear-install.in Removed files: devel/php5-phing pkg-plist devel/php5-phing/files patch-phing Log: - Redesign whole of this port. - Release maintainership. PR: ports/122450 Submitted by: "Brian A. Seklecki" <bseklecki@collaborativefusion.com> Related to: ports/121791 Revision Changes Path 1.4 +217 -18 ports/devel/php5-phing/Makefile 1.3 +6 -3 ports/devel/php5-phing/distinfo 1.2 +0 -11 ports/devel/php5-phing/files/patch-phing (dead) 1.1 +27 -0 ports/devel/php5-phing/files/pear-deinstall.in (new) 1.1 +19 -0 ports/devel/php5-phing/files/pear-install.in (new) 1.3 +0 -302 ports/devel/php5-phing/pkg-plist (dead) _______________________________________________ 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"