Summary: | www/apache20: apache-2.0.63_8 / mod_setenvif.c (core dumped) | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | ervin valentin <ervin23> |
Component: | Individual Port(s) | Assignee: | Philip M. Gollucci <pgollucci> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | ||
Priority: | Normal | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
ervin valentin
2010-05-08 17:10:05 UTC
Responsible Changed From-To: freebsd-www->freebsd-ports-bugs Reclassify. This is a problem of the port, not the FreeBSD.org website. Responsible Changed From-To: freebsd-ports-bugs->apache Fix synopsis and assign. pgollucci 2010-05-13 04:36:07 UTC FreeBSD ports repository Modified files: www/apache20 Makefile Log: - Fix some runtime devel/pcre conversion fallout the bundled pcre defined REG_NOSUB as 0 b/c its not used the devel/pcre port (8.0.0) defines it as 0x0020 which is causing havoc The REG_NOSUB was never used by pcre in www/apache20 So, replace it with 0 in the www/apache20 code forcibly - Bump PORTERVISION PR: ports/146399 Reported by: ervin valentin <ervin23@gmail.com> With Hat: apache@ Revision Changes Path 1.281 +1 -0 ports/www/apache20/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: open->closed Committed. Thanks! Responsible Changed From-To: apache->pgollucci I'll take it. |