pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/privoxy Package is not user-destdir ready.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ec29d605d83c
branches:  trunk
changeset: 571128:ec29d605d83c
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Mon Feb 08 09:54:23 2010 +0000

description:
Package is not user-destdir ready.

diffstat:

 www/privoxy/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 7ee5204bfa53 -r ec29d605d83c www/privoxy/Makefile
--- a/www/privoxy/Makefile      Mon Feb 08 09:47:44 2010 +0000
+++ b/www/privoxy/Makefile      Mon Feb 08 09:54:23 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2009/08/29 13:53:34 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2010/02/08 09:54:23 tnn Exp $
 #
 
 DISTNAME=      ${PKGNAME_NOREV}-stable-src
@@ -10,7 +10,10 @@
 HOMEPAGE=      http://www.privoxy.org/
 COMMENT=       Web proxy with advanced filtering capabilities
 
-PKG_DESTDIR_SUPPORT=   user-destdir
+# Package is not destdir ready:
+# 1) install expects the privoxy user to exist and fails if it doesn't
+# 2) unsafe use of ROOT_USER in post-install
+#PKG_DESTDIR_SUPPORT=  user-destdir
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index