ports/183895: [PATCH] security/openssh-portable: Always create DOCSDIR
Mathieu Arnold
mat at FreeBSD.org
Tue Nov 12 14:30:00 UTC 2013
>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 at 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:
More information about the freebsd-ports-bugs
mailing list