Subject: CVS commit: pkgsrc/www
To: None <pkgsrc-changes@netbsd.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 07/30/2002 21:40:16
Module Name:	pkgsrc
Committed By:	wiz
Date:		Tue Jul 30 18:40:15 UTC 2002

Modified Files:
	pkgsrc/www/apache: Makefile PLIST.shared
	pkgsrc/www/apache/files: config.layout
	pkgsrc/www/apache2: Makefile
	pkgsrc/www/apache6: Makefile PLIST
	pkgsrc/www/apache6/files: config.layout

Log Message:
Update apache packages with some common changes:
Give Apache a user and group by default, not only with suexec.
The variables for this have changed from APACHE_SUEXEC_USER and
APACHE_SUEXEC_GROUP to APACHE_USER and APACHE_GROUP.
Mention 'Apache' in COMMENT.
Use variables for the version number instead of copying it around.
Bump PKGREVISION.

For apache{,6}:
Change paths to /var/httpd instead of /var/spool/httpd.
Honour STRIPFLAG.
Add --without-confadjust as configure argument.
Enable the 'define' module.

For apache:
Enable proxy module on NOPIC platforms.

Some of these changes are based on pkg/17469 by Greg A. Woods, some on
comments by Johnny Lam.

Reviewed by Johnny Lam.


To generate a diff of this commit:
cvs rdiff -r1.101 -r1.102 pkgsrc/www/apache/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/www/apache/PLIST.shared
cvs rdiff -r1.4 -r1.5 pkgsrc/www/apache/files/config.layout
cvs rdiff -r1.9 -r1.10 pkgsrc/www/apache2/Makefile
cvs rdiff -r1.53 -r1.54 pkgsrc/www/apache6/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/www/apache6/PLIST
cvs rdiff -r1.3 -r1.4 pkgsrc/www/apache6/files/config.layout

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.