summaryrefslogtreecommitdiff
path: root/www/privoxy/Makefile
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2004-09-24 14:08:36 +0000
committertv <tv@pkgsrc.org>2004-09-24 14:08:36 +0000
commitbd1c22bbe30f6b303d87c6082bd7b5d951a07d70 (patch)
treecc506eb03228be4ba30475bb476bd212423d82fb /www/privoxy/Makefile
parent9b689ade185ac8585a7d303e0f4764c980d86217 (diff)
downloadpkgsrc-bd1c22bbe30f6b303d87c6082bd7b5d951a07d70.tar.gz
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.)
Diffstat (limited to 'www/privoxy/Makefile')
-rw-r--r--www/privoxy/Makefile7
1 files changed, 4 insertions, 3 deletions
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