Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Nov 2020 00:31:45 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r556470 - head/sysutils/bareos-client
Message-ID:  <202011280031.0AS0Vjob071250@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sat Nov 28 00:31:45 2020
New Revision: 556470
URL: https://svnweb.freebsd.org/changeset/ports/556470

Log:
  This port now builds on aarch64.
  
  While here, pet portlint (trailing whitespace).
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/sysutils/bareos-client/Makefile

Modified: head/sysutils/bareos-client/Makefile
==============================================================================
--- head/sysutils/bareos-client/Makefile	Sat Nov 28 00:23:39 2020	(r556469)
+++ head/sysutils/bareos-client/Makefile	Sat Nov 28 00:31:45 2020	(r556470)
@@ -5,8 +5,6 @@ PKGNAMESUFFIX=	-client
 
 COMMENT=	Backup archiving recovery open sourced (client)
 
-BROKEN_aarch64=	Fails to link: missing sbrk
-
 CONFLICTS=	bareos18-client-* bareos17-client-* bareos16-client-*
 
 WITH_CLIENT_ONLY=yes
@@ -19,8 +17,8 @@ OPTIONS_GROUP=	PLUGINS
 OPTIONS_GROUP_PLUGINS= GFAPI RADOS
 OPTIONS_DEFINE=	NLS PYTHON LMDB SCSICRYPTO
 
-GFAPI_DESC=	GFAPI fd plugin support 
-RADOS_DESC=	RADOS fd plugin support 
+GFAPI_DESC=	GFAPI fd plugin support
+RADOS_DESC=	RADOS fd plugin support
 LMDB_DESC=	Enable build of LMDB support
 
 .include "${MASTERDIR}/Makefile"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011280031.0AS0Vjob071250>