In the recently added www/spawn-fcgi port, no CONFLICTS directive was added to resolve its conflict with www/lighttpd which also installs spawn-fcgi into the same location. I recommend the following be added to www/spawn-fcgi's Makefile: CONFLICTS= lighttpd-1.3.[6-9] lighttpd-1.4.? lighttpd-1.[34].?[0-2] Lighttpd includes spawn-fcgi since 1.3.6 and will probably exclude it in 1.4.23 as hinted here: http://www.lighttpd.net/2009/3/7/1-4-22-echoes
Maintainer of www/spawn-fcgi, Please note that PR ports/133707 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/133707 -- 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)
Responsible Changed From-To: freebsd-ports-bugs->wxs I'll take it.
Since reporting this PR I had a better idea. Instead of creating these CONFLICTS directives in both ports, I figured it'd be more future proof to better prepare the lighttpd port for a seperate spawn-fcgi utility right now. Attached is a patch which updates www/lighttpd - it creates two patch files which disable the building of spawn-fcgi included with the lighttpd distfile, and adds an OPTIONS tunable that makes the new www/spawn-fcgi port a run dependency. I thought this would be a better solution than having the two ports conflict with each other.
Responsible Changed From-To: wxs->mnag This PR is actually about www/lighttpd. Over to mnag@ (maintainer of lighttpd).
mnag 2009-04-25 04:17:04 UTC FreeBSD ports repository Modified files: www/lighttpd Makefile pkg-plist Added files: www/lighttpd/files patch-doc_Makefile.in patch-src_Makefile.in Log: - Modify lighttpd to use www/spawn-fcgi port. - Bump PORTREVISION PR: 133707 Submitted by: Aragon Gouveia <aragon___phat.za.net> Revision Changes Path 1.70 +7 -1 ports/www/lighttpd/Makefile 1.1 +11 -0 ports/www/lighttpd/files/patch-doc_Makefile.in (new) 1.1 +66 -0 ports/www/lighttpd/files/patch-src_Makefile.in (new) 1.17 +1 -2 ports/www/lighttpd/pkg-plist _______________________________________________ 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!