Summary: | www/apache22-peruser-mpm fails to build | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | SASAKI Katuhiro <crest> |
Component: | Individual Port(s) | Assignee: | Olli Hauer <ohauer> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | ||
Priority: | Normal | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
SASAKI Katuhiro
2013-03-03 21:50:01 UTC
Responsible Changed From-To: freebsd-ports-bugs->ohauer I'll take it State Changed From-To: open->closed Committed, Thanks! Author: ohauer Date: Wed Mar 27 18:59:43 2013 New Revision: 315406 URL: http://svnweb.freebsd.org/changeset/ports/315406 Log: - fix patch issue introduced by PR: ports/175331 PR: ports/176626 Submitted by: SASAKI Katuhiro <crest@sahiro.org> Modified: head/www/apache22-peruser-mpm/files/httpd-2.2.3-peruser-0.3.0-dc3.patch Modified: head/www/apache22-peruser-mpm/files/httpd-2.2.3-peruser-0.3.0-dc3.patch ============================================================================== --- head/www/apache22-peruser-mpm/files/httpd-2.2.3-peruser-0.3.0-dc3.patch Wed Mar 27 18:43:08 2013 (r315405) +++ head/www/apache22-peruser-mpm/files/httpd-2.2.3-peruser-0.3.0-dc3.patch Wed Mar 27 18:59:43 2013 (r315406) @@ -457,7 +457,7 @@ + } if (status == APR_EGENERAL) { - /* resource shortage or should-not-occur occured */ + /* resource shortage or should-not-occur occurred */ clean_child_exit(1); } - else if (status != APR_SUCCESS || die_now) { _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" |