Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Nov 2013 15:22:30 +0100 (CET)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/183895: [PATCH] security/openssh-portable: Always create DOCSDIR
Message-ID:  <20131112142230.9F87914269C@aragorn.in.absolight.net>
Resent-Message-ID: <201311121430.rACEU0SP048360@freefall.freebsd.org>

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

>Number:         183895
>Category:       ports
>Synopsis:       [PATCH] security/openssh-portable: Always create DOCSDIR
>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:   Tue Nov 12 14:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Mathieu Arnold
>Release:        FreeBSD 9.2-RELEASE i386
>Organization:
Absolight
>Environment:
System: FreeBSD aragorn.in.absolight.net 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Fri Sep 27 03:52:52 UTC
>Description:
Always create DOCSDIR so that it can package when neither HPN, AES_THREADED or
NONECIPHER are there and DOCS is enabled by default, otherwise, we get :
pkg-static: lstat(/wrkdirs/usr/ports/security/openssh-portable/work/stage/usr/local/share/doc/openssh/): No such file or directory

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

Generated with FreeBSD Port Tools 0.99_9 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:

--- openssh-portable-6.4.p1,1.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 333573)
+++ Makefile	(working copy)
@@ -259,8 +259,8 @@
 post-install:
 	${INSTALL_DATA} ${WRKSRC}/ssh_config.out ${STAGEDIR}${ETCSSH}/ssh_config-dist
 	${INSTALL_DATA} ${WRKSRC}/sshd_config.out ${STAGEDIR}${ETCSSH}/sshd_config-dist
+	${MKDIR} ${STAGEDIR}${DOCSDIR}
 .if ${PORT_OPTIONS:MHPN} || ${PORT_OPTIONS:MAES_THREADED} || ${PORT_OPTIONS:MNONECIPHER}
-	${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/HPN-README ${STAGEDIR}${DOCSDIR}
 .endif
 
--- openssh-portable-6.4.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?20131112142230.9F87914269C>