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

Bryan Drewery bdrewery at FreeBSD.org
Thu May 2 02:03:10 UTC 2013


Author: bdrewery
Date: Thu May  2 02:03:09 2013
New Revision: 317070
URL: http://svnweb.freebsd.org/changeset/ports/317070

Log:
  Fix xauth and ssh-askpass still being expected in /usr/X11R6
  
  This was fixed in base in 2007 in r169966

Modified:
  head/security/openssh-portable/Makefile

Modified: head/security/openssh-portable/Makefile
==============================================================================
--- head/security/openssh-portable/Makefile	Thu May  2 01:42:34 2013	(r317069)
+++ head/security/openssh-portable/Makefile	Thu May  2 02:03:09 2013	(r317070)
@@ -3,7 +3,7 @@
 
 PORTNAME=	openssh
 DISTVERSION=	5.8p2
-PORTREVISION=	4
+PORTREVISION=	5
 PORTEPOCH=	1
 CATEGORIES=	security ipv6
 MASTER_SITES=	${MASTER_SITE_OPENBSD}
@@ -204,6 +204,9 @@ RC_SCRIPT_NAME=		openssh
 post-patch:
 	@${REINPLACE_CMD} -e 's|-ldes|-lcrypto|g' ${WRKSRC}/configure
 	@${REINPLACE_CMD} -e 's|install: \(.*\) host-key check-config|install: \1|g' ${WRKSRC}/Makefile.in
+	@${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|' \
+			${WRKSRC}/pathnames.h ${WRKSRC}/sshd_config.5 \
+			${WRKSRC}/ssh_config.5
 	@${REINPLACE_CMD} -e 's|%%PREFIX%%|${LOCALBASE}|' \
 		-e 's|%%RC_SCRIPT_NAME%%|${RC_SCRIPT_NAME}|' ${WRKSRC}/sshd.8
 	@${REINPLACE_CMD} -E -e 's|SSH_VERSION|TMP_SSH_VERSION|' \


More information about the svn-ports-all mailing list