Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Aug 2008 17:30:15 GMT
From:      Sergey Skvortsov <skv@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        mnag@FreeBSD.org
Subject:   ports/126164: [PATCH] security/openssh-portable: fix rootless build
Message-ID:  <200808011730.m71HUF4F027172@freefall.freebsd.org>
Resent-Message-ID: <200808011740.m71He0Qm028136@freefall.freebsd.org>

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

>Number:         126164
>Category:       ports
>Synopsis:       [PATCH] security/openssh-portable: fix rootless build
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 01 17:40:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Sergey Skvortsov
>Release:        FreeBSD 7.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD protey.ru 7.0-STABLE FreeBSD 7.0-STABLE #2: Tue Jul 15 15:38:46 MSD 2008
>Description:
Fix rootless build of port: change target name "pre-install" to "pre-su-install".

Port maintainer (mnag@FreeBSD.org) is cc'd.

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

--- openssh-portable-5.0.p1,1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/security/openssh-portable/Makefile,v
retrieving revision 1.126
diff -u -u -r1.126 Makefile
--- Makefile	22 Jun 2008 19:26:07 -0000	1.126
+++ Makefile	1 Aug 2008 17:26:40 -0000
@@ -214,7 +214,7 @@
 		${WRKSRC}/version.h
 .endif
 
-pre-install:
+pre-su-install:
 .if defined(WITH_OVERWRITE_BASE)
 	@${MKDIR} ${EMPTYDIR}
 .else
--- openssh-portable-5.0.p1,1.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?200808011730.m71HUF4F027172>