Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Apr 2009 21:02:47 -0700 (PDT)
From:      Greg Lewis <glewis@misty.eyesbeyond.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        fk@fabiankeil.de
Subject:   ports/133292: [PATCH] www/privoxy: [SUMMARIZE CHANGES]
Message-ID:  <200904020402.n3242lLv054815@misty.eyesbeyond.com>
Resent-Message-ID: <200904020410.n324A1Uh007706@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         133292
>Category:       ports
>Synopsis:       [PATCH] www/privoxy: [SUMMARIZE CHANGES]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 02 04:10:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Greg Lewis
>Release:        FreeBSD 7.1-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD misty.eyesbeyond.com 7.1-RELEASE-p2 FreeBSD 7.1-RELEASE-p2 #0: Sun Jan 18 11:29:59 PST 2009
>Description:

. Change pre-install to pre-su-install since the pkg-install script creates
  a group and user during pre-install, which requires root.

Port maintainer (fk@fabiankeil.de) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- privoxy-3.0.12.patch begins here ---
Index: Makefile
===================================================================
RCS file: /var/fcvs/ports/www/privoxy/Makefile,v
retrieving revision 1.25
diff -u -r1.25 Makefile
--- Makefile	22 Mar 2009 17:39:54 -0000	1.25
+++ Makefile	24 Mar 2009 04:01:13 -0000
@@ -75,7 +75,7 @@
 pre-configure:
 	@cd ${WRKSRC}; ${AUTOHEADER}
 
-pre-install:
+pre-su-install:
 	@${SETENV} PKG_PREFIX=${PREFIX} ${SH} \
 		${PKGINSTALL} ${PKGNAME} PRE-INSTALL
 
--- privoxy-3.0.12.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904020402.n3242lLv054815>