Bug 58654 - [maintainer update] www/apache2: update to 2.0.48 and more...
Summary: [maintainer update] www/apache2: update to 2.0.48 and more...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Trevor Johnson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-28 22:00 UTC by Clement Laforet
Modified: 2003-10-29 22:49 UTC (History)
1 user (show)

See Also:


Attachments
apache2.diff.bz2 (20.55 KB, text/plain)
2003-10-28 22:00 UTC, Clement Laforet
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Clement Laforet 2003-10-28 22:00:28 UTC
	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.
Comment 1 Clement Laforet 2003-10-29 11:48:15 UTC
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 && \
Comment 2 Trevor Johnson freebsd_committer freebsd_triage 2003-10-29 22:20:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->trevor

I'm working on this.
Comment 3 Trevor Johnson freebsd_committer freebsd_triage 2003-10-29 22:47:12 UTC
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.