Index: head/sysutils/rshim-user-space/files/patch-configure.ac =================================================================== --- head/sysutils/rshim-user-space/files/patch-configure.ac (revision 532655) +++ head/sysutils/rshim-user-space/files/patch-configure.ac (nonexistent) @@ -1,14 +0,0 @@ ---- configure.ac.orig 2020-04-18 08:12:49 UTC -+++ configure.ac -@@ -81,10 +81,10 @@ AS_IF([test "x$build_usb" = "xyes"], [ - ]) - - AS_IF([test "x$build_usb" = "xyes"], [ -- PKG_CHECK_MODULES(fuse, fuse, [], [AC_MSG_ERROR([Can't find fuse])]) - if test $backend = freebsd; then - AC_CHECK_LIB(cuse, cuse_dev_create) - else -+ PKG_CHECK_MODULES(fuse, fuse, [], [AC_MSG_ERROR([Can't find fuse])]) - AC_SUBST(CPPFLAGS, "$CPPFLAGS -DFUSE_USE_VERSION=30") - fi - ]) Property changes on: head/sysutils/rshim-user-space/files/patch-configure.ac ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/sysutils/rshim-user-space/files/patch-src_rshim__pcie.c =================================================================== --- head/sysutils/rshim-user-space/files/patch-src_rshim__pcie.c (revision 532655) +++ head/sysutils/rshim-user-space/files/patch-src_rshim__pcie.c (nonexistent) @@ -1,11 +0,0 @@ ---- src/rshim_pcie.c.orig 2020-04-15 08:20:11 UTC -+++ src/rshim_pcie.c -@@ -459,6 +459,8 @@ int rshim_pcie_enable(void *dev) - - close(fd); - return rc; -+#else -+ return 0; - #endif - } - Property changes on: head/sysutils/rshim-user-space/files/patch-src_rshim__pcie.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/sysutils/rshim-user-space/Makefile =================================================================== --- head/sysutils/rshim-user-space/Makefile (revision 532655) +++ head/sysutils/rshim-user-space/Makefile (revision 532656) @@ -1,33 +1,32 @@ # Created by: Hans Petter Selasky # $FreeBSD$ PORTNAME= rshim-user-space -PORTREVISION= 1 DISTVERSIONPREFIX= rshim- -DISTVERSION= 2.0.3 +DISTVERSION= 2.0.4 MAINTAINER= hselasky@FreeBSD.org COMMENT= Userspace daemon for the Mellanox BlueField SoC LICENSE= BSD3CLAUSE CATEGORIES= sysutils LIB_DEPENDS= libepoll-shim.so:devel/libepoll-shim \ libpci.so:devel/libpci \ libpciaccess.so:devel/libpciaccess USES= autoreconf localbase gmake pkgconfig tar:bzip2 USE_GITHUB= yes GH_ACCOUNT= Mellanox GNU_CONFIGURE= yes .include .if ${OPSYS} != FreeBSD || ${OSVERSION} < 1201500 || !exists(/usr/lib/libcuse.so) IGNORE= not supported on this operating system combination .endif .include Index: head/sysutils/rshim-user-space/distinfo =================================================================== --- head/sysutils/rshim-user-space/distinfo (revision 532655) +++ head/sysutils/rshim-user-space/distinfo (revision 532656) @@ -1,3 +1,3 @@ -TIMESTAMP = 1586938283 -SHA256 (Mellanox-rshim-user-space-rshim-2.0.3_GH0.tar.gz) = 056e356bb52ee6eb2fb0d67382294c01e01060590ebe07b684c7d1559fe2236e -SIZE (Mellanox-rshim-user-space-rshim-2.0.3_GH0.tar.gz) = 48283 +TIMESTAMP = 1587630466 +SHA256 (Mellanox-rshim-user-space-rshim-2.0.4_GH0.tar.gz) = 8657b1dff38a4905bd1d0634d96078a61e3aef0d4a30a15d89ac54ab1025e170 +SIZE (Mellanox-rshim-user-space-rshim-2.0.4_GH0.tar.gz) = 48920