git: d0bc781f451e - main - sysutils/fusefs-unreliablefs: Mark as broken on FreeBSD 11

Mateusz Piotrowski 0mp at FreeBSD.org
Tue Jul 6 14:44:19 UTC 2021


The branch main has been updated by 0mp:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d0bc781f451e4cb5a7e626963b1acf96a3a167cc

commit d0bc781f451e4cb5a7e626963b1acf96a3a167cc
Author:     Mateusz Piotrowski <0mp at FreeBSD.org>
AuthorDate: 2021-07-06 13:42:09 +0000
Commit:     Mateusz Piotrowski <0mp at FreeBSD.org>
CommitDate: 2021-07-06 14:44:11 +0000

    sysutils/fusefs-unreliablefs: Mark as broken on FreeBSD 11
    
    Reported upstream: https://github.com/ligurio/unreliablefs/issues/83
---
 sysutils/fusefs-unreliablefs/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sysutils/fusefs-unreliablefs/Makefile b/sysutils/fusefs-unreliablefs/Makefile
index 36bbabb9289e..f0a8e9bd818f 100644
--- a/sysutils/fusefs-unreliablefs/Makefile
+++ b/sysutils/fusefs-unreliablefs/Makefile
@@ -12,6 +12,8 @@ COMMENT=	FUSE-based fault injection filesystem
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_FreeBSD_11=	error: use of undeclared identifier 'EINTEGRITY'
+
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \
 		fio:benchmarks/fio
 


More information about the dev-commits-ports-all mailing list