Date: Wed, 18 Dec 2024 20:35:09 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7a7c66169b02 - main - net/libfabric: re-enable VERBS on non-armv7 Message-ID: <202412182035.4BIKZ9e8083706@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=7a7c66169b02f1627bd75d345fbe93855e19e7cc commit 7a7c66169b02f1627bd75d345fbe93855e19e7cc Author: Ronald Klop <Ronald Klop> AuthorDate: 2024-12-18 20:34:15 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-12-18 20:35:05 +0000 net/libfabric: re-enable VERBS on non-armv7 PR: 283378 --- net/libfabric/Makefile | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) 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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412182035.4BIKZ9e8083706>