DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=39982>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=39982 ------- Additional Comments From [EMAIL PROTECTED] 2006-07-06 18:26 ------- Sorry, valid point. I was using the freebsd port, which has buildconf in the Makefile. I've opened PR# with them to find out why they were running buildconf as part of the build process. The patch I've just tested with (and works fine) is --- Makefile_orig Thu Jul 6 11:25:35 2006 +++ Makefile Thu Jul 6 11:26:01 2006 @@ -22,7 +22,6 @@ COMMENT?= Version 2.2 of Apache web server with ${WITH_MPM:L} MPM. LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 -BUILD_DEPENDS= python:${PORTSDIR}/lang/python LATEST_LINK= apache22 @@ -178,7 +177,6 @@ @${INSTALL_DATA} ${WRKSRC}/NOTICE ${WRKSRC}/docs/manual pre-configure: - @cd ${WRKSRC}; ${SETENV} ${SCRIPTS_ENV} ./buildconf post-configure: @FTPUSERS=`${EGREP} -v '^#' /etc/ftpusers| ${TR} -s "\n" " "` ;\ -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
