FreeBSD Bugzilla – Attachment 8348 Details for
Bug 17520
mpich port doesn't know about native ssh
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 796 bytes, created by
brooks
on 2000-03-21 02:10:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
brooks
Created:
2000-03-21 02:10:01 UTC
Size:
796 bytes
patch
obsolete
>--- Makefile Mon Jan 31 15:45:14 2000 >+++ /tmp/Makefile Mon Mar 20 15:30:18 2000 >@@ -20,10 +20,16 @@ > HAS_CONFIGURE= yes > CONFIGURE_ARGS= -cflags="${CFLAGS}" -prefix=${PREFIX}/mpich > >+.include <bsd.port.pre.mk> >+ > # Include support for ssh client > USE_SSH?= YES > # Use ssh instead of rsh >-.if defined(USE_SSH) && ${USE_SSH} == YES || \ >+.if ${OSVERSION} >= 400016 && \ >+ exists(/usr/bin/ssh) && \ >+ (!defined(USE_SSH) || ${USE_SSH} != NO) >+CONFIGURE_ARGS+= -rsh="/usr/bin/ssh" >+.elif defined(USE_SSH) && ${USE_SSH} == YES || \ > exists(${PREFIX}/bin/ssh) && \ > (!defined(USE_SSH) || ${USE_SSH} != NO) > RUN_DEPENDS+= ssh:${PORTSDIR}/security/ssh >@@ -178,4 +184,4 @@ > MPE_TagsEnd.4 MPE_Update.4 > INSTALL_TARGET= install > >-.include <bsd.port.mk> >+.include <bsd.port.post.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 17520
: 8348