FreeBSD Bugzilla – Attachment 255874 Details for
Bug 283169
net/libfabric: fix build on armv7
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
git diff
libfabric.diff (text/plain), 1.11 KB, created by
Ronald Klop
on 2024-12-15 12:44:56 UTC
(
hide
)
Description:
git diff
Filename:
MIME Type:
Creator:
Ronald Klop
Created:
2024-12-15 12:44:56 UTC
Size:
1.11 KB
patch
obsolete
>diff --git a/net/libfabric/Makefile b/net/libfabric/Makefile >index 1a578fd6e69a..6ed0b1fcb60a 100644 >--- a/net/libfabric/Makefile >+++ b/net/libfabric/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= libfabric > DISTVERSION= 1.15.1 >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= net > MASTER_SITES= https://github.com/ofiwg/${PORTNAME}/releases/download/v${DISTVERSION}/ > >@@ -28,23 +28,19 @@ LDFLAGS+= -L${LOCALBASE}/lib -lepoll-shim > INSTALL_TARGET= install-strip > > OPTIONS_MULTI= PROVIDERS >-OPTIONS_MULTI_PROVIDERS= RXD RXM SOCKETS TCP UDP >+OPTIONS_MULTI_PROVIDERS= RXD RXM SOCKETS TCP UDP VERBS > OPTIONS_DEFAULT= ${OPTIONS_MULTI_PROVIDERS} >+OPTIONS_EXCLUDE_armv7= VERBS > OPTIONS_SUB= yes > PROVIDERS_DESC= Providers to build: > >+VERBS_PLIST_FILES= share/man/man7/fi_verbs.7.gz >+ > .for p in ${OPTIONS_MULTI_PROVIDERS} > ${p}_DESC= '${p:tl}' provider > ${p}_CONFIGURE_ENABLE= ${p:tl} > .endfor > >-.include <bsd.port.options.mk> >- >-.if ! ( ${ARCH} == armv7 && ${OSREL:R} >= 14 ) >-OPTIONS_MULTI_PROVIDERS+= VERBS >-VERBS_PLIST_FILES= share/man/man7/fi_verbs.7.gz >-.endif >- > SED_WRAP_CLOSE= { \ > i\\\n \ > \#ifdef SHIM_SYS_SHIM_HELPERS\\\n \
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
Flags:
ronald
:
maintainer-approval?
(
yuri
)
Actions:
View
|
Diff
Attachments on
bug 283169
:
255677
| 255874