Port www/photo_gallery depends on apache with: USE_APACHE= 1.3 But it also perfectly runs with Apache 2.0 and 2.2 , so I guess that should be changed. Fix: USE_APACHE= 1.3+ should do the job, IMHO. How-To-Repeat: Install the port on a machine with apache2 or apache22 installed and it will still insist to install apache 1.3.
Maintainer of www/photo_gallery, Please note that PR ports/143844 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/143844 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
On Feb 12, 2010, at 11:50 AM, Edwin Groothuis wrote: > Maintainer of www/photo_gallery, > > Please note that PR ports/143844 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/143844 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org > I approve the patch.
wen 2010-02-25 08:25:48 UTC FreeBSD ports repository Modified files: www/photo_gallery Makefile Log: - Make it run with Apache 2.0 and 2.2 PR: ports/143844 Submitted by: Ralf Gebhart <gebhart@secnetix.de> Approved by: maintainer Feature safe: yes Revision Changes Path 1.8 +2 -2 ports/www/photo_gallery/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"
State Changed From-To: feedback->closed Committed. Thanks!