Update to 2.0.48. More information about this release can be found here: http://www.apache.org/dist/httpd/Announcement2.html Fixed problems: - PR ports/38125: the originator seems to ignore the right way to configure apache - PR ports/56922: most of ab bugs have been fixed in this release. Port fixes: - DBM detection problem has been fixed with WITH_DBM and WITH_BERKERLEY knobs addition Reported by: Fritz Heinrichmeyer <Fritz.Heinrichmeyer@Fernuni-Hagen.de> Port changelog: - 2 new make targets have been added: show-options: prints all known knobs show-modules: prints list of available modules (and their state) - Add a lot a knobs... see Makefile or make show-options output for more details - Makefile has been split into two files: Makefile and Makefile.modules - WWW stuff can be now - Modules can be built as static or DSO modules (default: DSO) Apache can be statically linked too. - MPM selection is now "slave port compatible" - Support for slave port of modules is NOT finished - Utilize DOCSDIR - Utilize DIST_SUBDIR=apache Added files: * Makefile.modules * files/patch-docs:conf:httpd-std.conf.in Note to committer(s): I had to change powerlogo.gif fetch way, due to DIST_SUBDIR=apache. Can you put powerlogo.gif from distfiles/ to distfiles/apache/ on FreeBSD FTP server ? So I can revert this change. Sorry for the size of the patch: ~150KB Tested on FreeBSD 5.1-CURRENT and 4.8-STABLE How-To-Repeat: N/A.
Fix post-extract error due to DIST_SUBDIR=apache --- Makefile.orig Wed Oct 29 12:04:57 2003 +++ Makefile Wed Oct 29 12:05:24 2003 @@ -193,7 +193,7 @@ @${ECHO_MSG} "" post-extract: - @${INSTALL_DATA} ${DISTDIR}/powerlogo.gif ${WRKSRC}/docs/icons/freebsd.gif + @${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/powerlogo.gif ${WRKSRC}/docs/icons/freebsd.gif post-patch: @cd ${WRKSRC}/docs/docroot && \
Responsible Changed From-To: freebsd-ports-bugs->trevor I'm working on this.
State Changed From-To: open->closed Committed--thank you, Clement. I made the DIST_SUBDIR apache2 instead of apache, because the Apache 1.3.X ports have a different powerlogo.gif.