head	1.3;
access;
symbols
	pkgsrc-2013Q2:1.3.0.46
	pkgsrc-2013Q2-base:1.3
	pkgsrc-2012Q4:1.3.0.44
	pkgsrc-2012Q4-base:1.3
	pkgsrc-2011Q4:1.3.0.42
	pkgsrc-2011Q4-base:1.3
	pkgsrc-2011Q2:1.3.0.40
	pkgsrc-2011Q2-base:1.3
	pkgsrc-2009Q4:1.3.0.38
	pkgsrc-2009Q4-base:1.3
	pkgsrc-2008Q4:1.3.0.36
	pkgsrc-2008Q4-base:1.3
	pkgsrc-2008Q3:1.3.0.34
	pkgsrc-2008Q3-base:1.3
	cube-native-xorg:1.3.0.32
	cube-native-xorg-base:1.3
	pkgsrc-2008Q2:1.3.0.30
	pkgsrc-2008Q2-base:1.3
	pkgsrc-2008Q1:1.3.0.28
	pkgsrc-2008Q1-base:1.3
	pkgsrc-2007Q4:1.3.0.26
	pkgsrc-2007Q4-base:1.3
	pkgsrc-2007Q3:1.3.0.24
	pkgsrc-2007Q3-base:1.3
	pkgsrc-2007Q2:1.3.0.22
	pkgsrc-2007Q2-base:1.3
	pkgsrc-2007Q1:1.3.0.20
	pkgsrc-2007Q1-base:1.3
	pkgsrc-2006Q4:1.3.0.18
	pkgsrc-2006Q4-base:1.3
	pkgsrc-2006Q3:1.3.0.16
	pkgsrc-2006Q3-base:1.3
	pkgsrc-2006Q2:1.3.0.14
	pkgsrc-2006Q2-base:1.3
	pkgsrc-2006Q1:1.3.0.12
	pkgsrc-2006Q1-base:1.3
	pkgsrc-2005Q4:1.3.0.10
	pkgsrc-2005Q4-base:1.3
	pkgsrc-2005Q3:1.3.0.8
	pkgsrc-2005Q3-base:1.3
	pkgsrc-2005Q2:1.3.0.6
	pkgsrc-2005Q2-base:1.3
	pkgsrc-2005Q1:1.3.0.4
	pkgsrc-2005Q1-base:1.3
	pkgsrc-2004Q4:1.3.0.2
	pkgsrc-2004Q4-base:1.3
	pkgsrc-2004Q3:1.2.0.8
	pkgsrc-2004Q3-base:1.2
	pkgsrc-2004Q2:1.2.0.6
	pkgsrc-2004Q2-base:1.2
	pkgsrc-2004Q1:1.2.0.4
	pkgsrc-2004Q1-base:1.2
	pkgsrc-2003Q4:1.2.0.2
	pkgsrc-2003Q4-base:1.2;
locks; strict;
comment	@# @;


1.3
date	2004.09.24.14.08.36;	author tv;	state dead;
branches;
next	1.2;

1.2
date	2003.07.17.22.56.00;	author grant;	state Exp;
branches;
next	1.1;

1.1
date	2003.06.23.16.38.41;	author jmc;	state Exp;
branches;
next	;


desc
@@


1.3
log
@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.)
@
text
@# $NetBSD: Makefile,v 1.2 2003/07/17 22:56:00 grant Exp $

DISTNAME=	privoxy-user-3.0.2
CATEGORIES=	www
MASTER_SITES=   # empty
DISTFILES=      # empty

MAINTAINER=	jmc@@NetBSD.org
HOMEPAGE=	# empty
COMMENT=	Pre-req package for privoxy to setup user needed for build/use

USE_PKGINSTALL=	yes

EXTRACT_ONLY=	# empty
NO_CHECKSUM=	yes
NO_CONFIGURE=	yes
NO_BUILD=	yes

PRIVOXY_USER?=          privoxy
PRIVOXY_GROUP?=         privoxy

USE_PKGINSTALL=         YES
PKG_GROUPS=             ${PRIVOXY_GROUP}
PKG_USERS=              ${PRIVOXY_USER}:${PRIVOXY_GROUP}::Privoxy\\ user

do-install:	# empty

.include "../../mk/bsd.pkg.mk"
@


1.2
log
@s/netbsd.org/NetBSD.org/
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2003/06/23 16:38:41 jmc Exp $
@


1.1
log
@New meta-package for dealing with privoxy's pre-reqs
of needing a user
installed pre-build (as apposed to during the install).

This way proper dependencies can be done and allows for building of privoxy
as non-root.
@
text
@d1 1
a1 1
# $NetBSD$
d8 1
a8 1
MAINTAINER=	jmc@@netbsd.org
@

