FreeBSD Bugzilla – Attachment 117602 Details for
Bug 159705
Patch adding an option for disabling IPV6 in the net/openmpi port
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 948 bytes, created by
Momchil
on 2011-08-12 11:40:07 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Momchil
Created:
2011-08-12 11:40:07 UTC
Size:
948 bytes
patch
obsolete
>diff -ur openmpi.orig/Makefile openmpi/Makefile >--- openmpi.orig/Makefile 2011-08-12 12:19:20.000000000 +0200 >+++ openmpi/Makefile 2011-08-12 12:22:34.000000000 +0200 >@@ -10,6 +10,7 @@ > > PORTNAME= openmpi > DISTVERSION= 1.4.3 >+PORTREVISION= 1 > CATEGORIES= net parallel > MASTER_SITES= http://www.open-mpi.org/software/ompi/v1.4/downloads/ > >@@ -40,7 +41,8 @@ > .include "${.CURDIR}/Makefile.man" > > OPTIONS= TORQUE "Enable Torque support" off \ >- SGE "Enable SGE support" off >+ SGE "Enable SGE support" off \ >+ IPV6 "enable IPv6 support" on > > .include <bsd.port.pre.mk> > >@@ -77,6 +79,10 @@ > CONFIGURE_ARGS+= --without-tm > .endif > >+.if defined(WITHOUT_IPV6) >+CONFIGURE_ARGS+=--disable-ipv6 >+.endif >+ > ####################################################################### > # The following targets are for the port maintainer. Use at your own # > # risk, no user-serviceable parts inside. # >Only in openmpi: Makefile~
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 159705
: 117602