Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Dec 2011 15:43:07 GMT
From:      Grzegorz Blach <magik@roorback.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/163414: security/openssh-portable: Added USE_PERL5= yes, MAN5= ssh_engine.5
Message-ID:  <201112171543.pBHFh7Bs098437@red.freebsd.org>
Resent-Message-ID: <201112171550.pBHFo7kC040373@freefall.freebsd.org>

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

>Number:         163414
>Category:       ports
>Synopsis:       security/openssh-portable: Added USE_PERL5= yes, MAN5= ssh_engine.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 17 15:50:07 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Grzegorz Blach
>Release:        9.0-PRERELEASE amd64
>Organization:
>Environment:
FreeBSD ports.nine 9.0-PRERELEASE FreeBSD 9.0-PRERELEASE #3 r228260: Sun Dec  4 22:07:22 CET 2011     magik@silver.nine:/usr/obj/usr/src/sys/SILVER  amd64

>Description:
- openssh-portable needs perl to build (reported by Gleb Smirnoff via mail)
- add ssh_engine.5 man page when openssh-portable WITH_X509 is turned on
  (reported by John Hein via mail)


>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN security/openssh-portable/Makefile security/openssh-portable/Makefile
--- security/openssh-portable/Makefile	2011-10-21 18:18:56.000000000 +0200
+++ security/openssh-portable/Makefile	2011-12-17 15:47:22.282677429 +0100
@@ -7,6 +7,7 @@
 
 PORTNAME=	openssh
 DISTVERSION=	5.8p2
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	security ipv6
 MASTER_SITES=	${MASTER_SITE_OPENBSD}
@@ -25,6 +26,7 @@
 
 CONFLICTS?=		openssh-3.* ssh-1.* ssh2-3.*
 
+USE_PERL5=		yes
 USE_OPENSSL=		yes
 GNU_CONFIGURE=		yes
 CONFIGURE_ARGS=		--prefix=${PREFIX} --with-md5-passwords \
@@ -140,6 +142,7 @@
 PATCHFILES+=		${PORTNAME}-5.8p1+x509-7.0.diff.gz
 PATCH_DIST_STRIP=	-p1
 PLIST_SUB+=		X509=""
+MAN5+=			ssh_engine.5
 .else
 PLIST_SUB+=		X509="@comment "
 .endif


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



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