From owner-svn-ports-all@freebsd.org Fri Mar 20 22:53:39 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DCBB227529D; Fri, 20 Mar 2020 22:53:39 +0000 (UTC) (envelope-from jhixson@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48kfFv5LTcz4d2B; Fri, 20 Mar 2020 22:53:39 +0000 (UTC) (envelope-from jhixson@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B2CAA2EAE; Fri, 20 Mar 2020 22:53:39 +0000 (UTC) (envelope-from jhixson@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 02KMrdhn011587; Fri, 20 Mar 2020 22:53:39 GMT (envelope-from jhixson@FreeBSD.org) Received: (from jhixson@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 02KMrdYI011586; Fri, 20 Mar 2020 22:53:39 GMT (envelope-from jhixson@FreeBSD.org) Message-Id: <202003202253.02KMrdYI011586@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhixson set sender to jhixson@FreeBSD.org using -f From: John Hixson Date: Fri, 20 Mar 2020 22:53:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r528809 - head/sysutils/lizardfs X-SVN-Group: ports-head X-SVN-Commit-Author: jhixson X-SVN-Commit-Paths: head/sysutils/lizardfs X-SVN-Commit-Revision: 528809 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Mar 2020 22:53:39 -0000 Author: jhixson Date: Fri Mar 20 22:53:39 2020 New Revision: 528809 URL: https://svnweb.freebsd.org/changeset/ports/528809 Log: sysutils/lizardfs: mark broken on 13 Modified: head/sysutils/lizardfs/Makefile Modified: head/sysutils/lizardfs/Makefile ============================================================================== --- head/sysutils/lizardfs/Makefile Fri Mar 20 22:45:50 2020 (r528808) +++ head/sysutils/lizardfs/Makefile Fri Mar 20 22:53:39 2020 (r528809) @@ -4,7 +4,7 @@ PORTNAME= lizardfs PORTVERSION= 3.12.0 DISTVERSIONPREFIX= v -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= sysutils MAINTAINER= jhixson@FreeBSD.org @@ -13,6 +13,8 @@ COMMENT= Open Source Distribruted Filesystem LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_FreeBSD_13= fails to build + BUILD_DEPENDS= a2x:textproc/asciidoc \ spdlog>=1.4.2:devel/spdlog LIB_DEPENDS= libboost_system.so:devel/boost-libs \ @@ -38,7 +40,7 @@ SHEBANG_FILES= src/cgi/cgiserv.py.in \ USE_GITHUB= yes USE_LDCONFIG= yes -CFLAGS+= -DSPDLOG_FMT_EXTERNAL=1 +CFLAGS+= -DSPDLOG_FMT_EXTERNAL=1 LDFLAGS+= -L${LOCALBASE}/lib -lfmt CMAKE_BUILD_TYPE= Release CMAKE_ARGS= -DMAN_SUBDIR=man \