Subject: CVS commit: pkgsrc/www/apache
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 10/22/2001 21:02:53
Module Name:	pkgsrc
Committed By:	jlam
Date:		Mon Oct 22 18:02:53 UTC 2001

Modified Files:
	pkgsrc/www/apache: Makefile distinfo
	pkgsrc/www/apache/patches: patch-ai

Log Message:
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.80 -r1.81 pkgsrc/www/apache/Makefile
cvs rdiff -r1.8 -r1.9 pkgsrc/www/apache/distinfo
cvs rdiff -r1.6 -r1.7 pkgsrc/www/apache/patches/patch-ai

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