| Summary: | www/apache22: build faild with mod_auth_digest | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Pascal Vizeli <pvizeli> |
| Component: | Individual Port(s) | Assignee: | freebsd-apache (Nobody) <apache> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
State Changed From-To: open->analyzed fix synopsis and assign Responsible Changed From-To: freebsd-ports-bugs->apache fix synopsis and assign pgollucci 2010-05-07 02:26:46 UTC
FreeBSD ports repository
Modified files:
devel/apr Makefile
Log:
1/2: OPTIONS+= EGD and DEVRANDOM
which allow mod_auth_digest to build
next www/apache2* need to pass it through
Default package doesn't change
PR: ports/134577
Requested by: Pascal Vizeli <pvizeli@yahoo.de>
With Hat: apache@
Revision Changes Path
1.99 +25 -1 ports/devel/apr/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: analyzed->closed works with both www/apache20 and www/apache22 State Changed From-To: closed->open wrong pr State Changed From-To: open->closed Committed. Thanks! pgollucci 2010-05-07 05:56:58 UTC
FreeBSD ports repository
Modified files:
www/apache22 Makefile
Log:
2/2: fix mod_auth_digest builds which needs EGD and DEVRANDOM.
This fixes both bundled apr using the port (devel/apr for WITH_APR_FROM_PORTS)
PR: ports/134577
Requested by: Pascal Vizeli <pvizeli@yahoo.de>
With Hat: apache@
Revision Changes Path
1.263 +11 -0 ports/www/apache22/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"
|
I can't build apache22. The configure script from mod_auth_digest say, that i musst build APR with options: --with-egd --with-devrandom Fix: I change the Makefile to: CONFIGURE_ARGS= --prefix=${PREFIX_RELDEST} \ --enable-layout=FreeBSD \ --with-perl=${PERL5} \ --with-port=${WITH_HTTP_PORT} \ --with-expat=${LOCALBASE} \ --with-iconv=${LOCALBASE} \ --enable-http \ --with-egd \ --with-devrandom \ --with-pcre=${LOCALBASE} How-To-Repeat: Make a "portsnap fetch update" and going into www/apache22. Now you can attempt to build this port.