ports/126701: [PATCH] security/clamav: pre-install -> pre-su-install

Greg Lewis glewis at eyesbeyond.com
Thu Aug 21 05:40:04 UTC 2008


>Number:         126701
>Category:       ports
>Synopsis:       [PATCH] security/clamav: pre-install -> pre-su-install
>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 Aug 21 05:40:03 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Greg Lewis
>Release:        FreeBSD 7.0-RELEASE-p3 i386
>Organization:
>Environment:
System: FreeBSD misty.eyesbeyond.com 7.0-RELEASE-p3 FreeBSD 7.0-RELEASE-p3 #0: Mon Jul 28 22:03:45 PDT 2008
>Description:
The pre-install target creates the clamav user and groups (via pkg-install).
This must be done as root, so this target should become pre-su-install to
ensure this is the case.

Port maintainer (garga at FreeBSD.org) is cc'd.

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

--- clamav-0.93.3.patch begins here ---
Index: Makefile
===================================================================
RCS file: /var/fcvs/ports/security/clamav/Makefile,v
retrieving revision 1.118
diff -u -r1.118 Makefile
--- Makefile	18 Aug 2008 18:44:19 -0000	1.118
+++ Makefile	18 Aug 2008 19:18:56 -0000
@@ -168,7 +168,7 @@
 	@${REINPLACE_CMD} -e 's|0x100000000|0x100000000ULL|g' \
 		${WRKSRC}/libclamunrar/unrar.c
 
-pre-install:
+pre-su-install:
 	@${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
 
 post-install:
--- clamav-0.93.3.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list