Subject: CVS commit: pkgsrc/www
To: None <pkgsrc-changes@NetBSD.org>
From: Todd Vierling <tv@netbsd.org>
List: pkgsrc-changes
Date: 09/24/2004 14:08:36
Module Name:	pkgsrc
Committed By:	tv
Date:		Fri Sep 24 14:08:36 UTC 2004

Modified Files:
	pkgsrc/www: Makefile
	pkgsrc/www/privoxy: Makefile distinfo
Added Files:
	pkgsrc/www/privoxy/patches: patch-ac
Removed Files:
	pkgsrc/www/privoxy-user: DESCR Makefile PLIST

Log Message:
There's no need for a privoxy-user prerequisite package.  The build of
privoxy actually doesn't require the userid to exist at all.  Simply whack
the validity checks from configure.in, move PKG_USERS/PKG_GROUPS to the
main privoxy package, and all works fine.

(Similar to the modifications originally needed for Mailman, but in that
case, the numeric user IDs were also embedded in the binaries.  Fortunately,
that is not the case here.)


To generate a diff of this commit:
cvs rdiff -r1.344 -r1.345 pkgsrc/www/Makefile
cvs rdiff -r1.9 -r1.10 pkgsrc/www/privoxy/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/www/privoxy/distinfo
cvs rdiff -r1.1 -r0 pkgsrc/www/privoxy-user/DESCR \
    pkgsrc/www/privoxy-user/PLIST
cvs rdiff -r1.2 -r0 pkgsrc/www/privoxy-user/Makefile
cvs rdiff -r0 -r1.1 pkgsrc/www/privoxy/patches/patch-ac

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