Subject: CVS commit: pkgsrc/www/apache6
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 10/22/2001 21:10:30
Module Name: pkgsrc
Committed By: jlam
Date: Mon Oct 22 18:10:29 UTC 2001
Modified Files:
pkgsrc/www/apache6: Makefile distinfo
pkgsrc/www/apache6/patches: patch-ai
Log Message:
Minimize the diffs between the apache and apache6 packages:
- Whitespace changes to Makefile
- From the commit log for apache/Makefile:
Don't do the dance with ROOT_GROUP. Apache extension modules installed by
apxs are now installed with "${INSTALL} -c -o ${LIBOWN} -g ${LIBGRP}",
which should do the right thing regardless of the platform. ${INSTALL} is
replaced with the full path to the install program used by pkgsrc, which
should be /usr/bin/install on NetBSD, and /usr/ucb/install on Solaris.
This should fix pkg/14232 by Pierre Bourgin.
To generate a diff of this commit:
cvs rdiff -r1.41 -r1.42 pkgsrc/www/apache6/Makefile
cvs rdiff -r1.7 -r1.8 pkgsrc/www/apache6/distinfo
cvs rdiff -r1.2 -r1.3 pkgsrc/www/apache6/patches/patch-ai
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.