There is the main body of framework in a library folder. INSTALL.txt INSTALLATION ------------ The Zend Framework requires no special installation steps. Simply get a copy of the framework and ensure that the /library directory is in your PHP include_path. Fix: files/pkg-message.in include_path = ".:%%DATADIR%%" -> include_path = ".:%%DATADIR%%/library" How-To-Repeat: none
State Changed From-To: open->feedback Awaiting maintainers feedback
> -----Original Message----- > From: Edwin Groothuis [mailto:edwin@FreeBSD.org] > Sent: Tuesday, September 11, 2007 8:10 AM > To: glarkin@sourcehosting.net > Subject: Re: ports/116277: www/zend-framework's include_path > > Maintainer of www/zend-framework, > > Please note that PR ports/116277 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a > bug fix you agree on, reply to this email stating that you > approve the patch and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/116277 > > -- > Edwin Groothuis > edwin@FreeBSD.org > Hello Edwin, I do approve this patch, and sorry for the oversight on my part! Regards, Greg Larkin
miwi 2007-09-20 02:17:54 UTC FreeBSD ports repository Modified files: www/zend-framework/files pkg-message.in Log: - Fix correct install path PR: 116277 Submitted by: nrgmilk <nrgmilk@gmail.com> Approved by: maintainer Revision Changes Path 1.2 +1 -1 ports/www/zend-framework/files/pkg-message.in _______________________________________________ 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"
State Changed From-To: feedback->closed Committed. Thanks!