Attached in the shar file are new slave ports for apache22 that create ports for the various MPM modules similar to apache22-peruser-mpm: www/apache22-event-mpm www/apache22-worker-mpm www/apache22-itk-mpm In addition the www/apache22/Makefile should have the following entries added to its CONFLICTS: apache-2.2* apache-*-2.2*
Responsible Changed From-To: freebsd-ports-bugs->pgollucci pgollucci@ wants his PRs (via the GNATS Auto Assign Tool)
State Changed From-To: open->feedback Request Feedback: I think it would make sense to have these maintained by apache@
For the record. Thats fine by me. -- TJU13-ARIN
State Changed From-To: feedback->open Feedback received
pgollucci 2010-12-07 19:24:17 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/apache22-prefork-mpm Makefile pkg-descr Log: Apache 2.2 with the prefork MPM enabled. WWW: http://httpd.apache.org/ PR: ports/151969 Submitted by: Tom Judge <tom at tomjudge.com> Revision Changes Path 1.2766 +1 -0 ports/www/Makefile 1.1 +18 -0 ports/www/apache22-prefork-mpm/Makefile (new) 1.1 +3 -0 ports/www/apache22-prefork-mpm/pkg-descr (new) _______________________________________________ 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"
pgollucci 2010-12-07 19:24:30 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/apache22-worker-mpm Makefile pkg-descr Log: Apache 2.2 with the worker MPM enabled. WWW: http://httpd.apache.org/ PR: ports/151969 Submitted by: Tom Judge <tom at tomjudge.com> Revision Changes Path 1.2767 +1 -0 ports/www/Makefile 1.1 +18 -0 ports/www/apache22-worker-mpm/Makefile (new) 1.1 +3 -0 ports/www/apache22-worker-mpm/pkg-descr (new) _______________________________________________ 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"
pgollucci 2010-12-07 19:24:44 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/apache22-event-mpm Makefile pkg-descr Log: Apache 2.2 with the event MPM enabled. WWW: http://httpd.apache.org/ PR: ports/151969 Submitted by: Tom Judge <tom at tomjudge.com> Revision Changes Path 1.2768 +1 -0 ports/www/Makefile 1.1 +18 -0 ports/www/apache22-event-mpm/Makefile (new) 1.1 +3 -0 ports/www/apache22-event-mpm/pkg-descr (new) _______________________________________________ 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"
pgollucci 2010-12-07 19:25:09 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/apache22-itk-mpm Makefile pkg-descr Log: Apache 2.2 with the itk MPM enabled. WWW: http://httpd.apache.org/ WWW: http://mpm-itk.sesse.net/ PR: ports/151969 Submitted by: Tom Judge <tom at tomjudge.com> Revision Changes Path 1.2769 +1 -0 ports/www/Makefile 1.1 +18 -0 ports/www/apache22-itk-mpm/Makefile (new) 1.1 +4 -0 ports/www/apache22-itk-mpm/pkg-descr (new) _______________________________________________ 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: open->closed Committed, Thanks!