svn commit: r395214 - head/security/openssh-portable

Bryan Drewery bdrewery at FreeBSD.org
Tue Aug 25 03:59:55 UTC 2015


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


More information about the svn-ports-head mailing list