Bug 176626

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
% cd /usr/ports/www/apache22-peruser-mpm
% sudo make
..
===>  Patching for apache22-peruser-mpm-2.2.24
===>   apache22-peruser-mpm-2.2.24 depends on file: /usr/local/bin/perl5.12.4 - found
===>  Applying extra patch /usr/ports/www/apache22-peruser-mpm/files/httpd-2.2.3-peruser-0.3.0.patch
Ignoring previously applied (or reversed) patch.
2 out of 2 hunks ignored--saving rejects to server/mpm/config.m4.rej
*** [do-patch] Error code 2

Stop in /usr/ports/www/apache22-peruser-mpm.
*** [build] Error code 1

Stop in /usr/ports/www/apache22-peruser-mpm.

How-To-Repeat: % cd /usr/ports/www/apache22-peruser-mpm
% sudo make
Comment 1 Olli Hauer freebsd_committer freebsd_triage 2013-03-27 18:24:33 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ohauer

I'll take it
Comment 2 Olli Hauer freebsd_committer freebsd_triage 2013-03-27 18:59:50 UTC
State Changed
From-To: open->closed

Committed, 
Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-03-27 18:59:50 UTC
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"