git: 03ac4c34e975 - main - sysutils/lizardfs: remove useless GH_ACCOUNT and BROKEN_* knobs

Alexey Dokuchaev danfe at FreeBSD.org
Tue Aug 31 08:43:41 UTC 2021


The branch main has been updated by danfe:

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

commit 03ac4c34e975459d0be29c6109e00cea0172b680
Author:     Alexey Dokuchaev <danfe at FreeBSD.org>
AuthorDate: 2021-08-31 08:40:32 +0000
Commit:     Alexey Dokuchaev <danfe at FreeBSD.org>
CommitDate: 2021-08-31 08:42:33 +0000

    sysutils/lizardfs: remove useless GH_ACCOUNT and BROKEN_* knobs
    
    It builds for me on 13.0/i386 just fine; it is impossible to reason
    about what could be causing earlier breakages since it had not been
    properly documented.
---
 sysutils/lizardfs/Makefile | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/sysutils/lizardfs/Makefile b/sysutils/lizardfs/Makefile
index b404657608d9..5a7cb6200b47 100644
--- a/sysutils/lizardfs/Makefile
+++ b/sysutils/lizardfs/Makefile
@@ -12,9 +12,6 @@ COMMENT=	Open Source Distributed Filesystem
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BROKEN_FreeBSD_13=	fails to build
-BROKEN_i386=	fails to build
-
 BUILD_DEPENDS=	a2x:textproc/asciidoc \
 		spdlog>=1.4.2:devel/spdlog
 LIB_DEPENDS=	libboost_system.so:devel/boost-libs \
@@ -27,8 +24,6 @@ USE_RC_SUBR=	mfscgiserv \
 	mfsmetalogger \
 	mfspingserv
 
-GH_ACCOUNT=	lizardfs
-
 USERS=	mfs
 GROUPS=	mfs
 


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