Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Aug 2015 03:59:54 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r395214 - head/security/openssh-portable
Message-ID:  <201508250359.t7P3xsOw003782@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Tue Aug 25 03:59:54 2015
New Revision: 395214
URL: https://svnweb.freebsd.org/changeset/ports/395214

Log:
  Fix patch from r395182 on head. The patch(1) command works fine on 8.4
  and 9.3 but not head with this patch.

Modified:
  head/security/openssh-portable/Makefile

Modified: head/security/openssh-portable/Makefile
==============================================================================
--- head/security/openssh-portable/Makefile	Tue Aug 25 03:15:41 2015	(r395213)
+++ head/security/openssh-portable/Makefile	Tue Aug 25 03:59:54 2015	(r395214)
@@ -121,7 +121,7 @@ CONFIGURE_ARGS+=	--disable-utmp --disabl
 EXTRA_PATCHES+=		${FILESDIR}/extra-patch-sshd-utmp-size
 .endif
 
-EXTRA_PATCHES+=		${FILESDIR}/extra-patch-hostkeyalg_plus
+EXTRA_PATCHES+=		${FILESDIR}/extra-patch-hostkeyalg_plus:-p1
 
 # Keep this last
 EXTRA_PATCHES+=		${FILESDIR}/extra-patch-version-addendum



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