From bd1c22bbe30f6b303d87c6082bd7b5d951a07d70 Mon Sep 17 00:00:00 2001 From: tv Date: Fri, 24 Sep 2004 14:08:36 +0000 Subject: 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.) --- www/privoxy/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'www/privoxy/Makefile') diff --git a/www/privoxy/Makefile b/www/privoxy/Makefile index 3d9e8411e88..d4dbf7e95ee 100644 --- a/www/privoxy/Makefile +++ b/www/privoxy/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.9 2004/09/22 16:09:57 kim Exp $ +# $NetBSD: Makefile,v 1.10 2004/09/24 14:08:36 tv Exp $ # DISTNAME= ${PKGNAME_NOREV}-stable-src PKGNAME= privoxy-3.0.3 +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ijbswa/} @@ -10,8 +11,6 @@ MAINTAINER= kim@tac.nyc.ny.us HOMEPAGE= http://www.privoxy.org/ COMMENT= Web proxy with advanced filtering capabilities -DEPENDS+= privoxy-user>=3.0.2:../../www/privoxy-user - .include "../../mk/bsd.prefs.mk" PRIVOXY_USER?= privoxy @@ -22,6 +21,8 @@ PKG_SYSCONFSUBDIR?= privoxy USE_PKGINSTALL= YES RCD_SCRIPTS= privoxy +PKG_GROUPS= ${PRIVOXY_GROUP} +PKG_USERS= ${PRIVOXY_USER}:${PRIVOXY_GROUP}::Privoxy\\ user EGDIR= ${PREFIX}/share/examples/privoxy -- cgit v1.2.3