Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Nov 2020 00:35:12 +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: r556471 - head/net/linknx
Message-ID:  <202011280035.0AS0ZC3j072508@repo.freebsd.org>

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

Log:
  This port now builds on aarch64.
  
  While here, pet portlint (ordering of BROKEN_* declarations).
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/net/linknx/Makefile

Modified: head/net/linknx/Makefile
==============================================================================
--- head/net/linknx/Makefile	Sat Nov 28 00:31:45 2020	(r556470)
+++ head/net/linknx/Makefile	Sat Nov 28 00:35:12 2020	(r556471)
@@ -11,14 +11,13 @@ COMMENT=	Rule-based event handling in a KNX installati
 
 LICENSE=	GPLv2
 
-LIB_DEPENDS=	libpthsem.so:devel/pthsem
-BUILD_DEPENDS=	${LOCALBASE}/lib/libargp.a:devel/argp-standalone
-
-BROKEN_aarch64=		fails to compile: /usr/include/c++/v1/math.h:733:39: no member named 'fabsf' in the global namespace; did you mean simply 'fabsf'?
 BROKEN_armv6=		fails to configure: checking for GNU Pth... Segmentation fault
 BROKEN_armv7=		fails to configure: checking for GNU Pth... Segmentation fault
 BROKEN_mips=		fails to configure: checking for GNU Pth... Segmentation fault
 BROKEN_mips64=		fails to configure: checking for GNU Pth... Segmentation fault
+
+LIB_DEPENDS=	libpthsem.so:devel/pthsem
+BUILD_DEPENDS=	${LOCALBASE}/lib/libargp.a:devel/argp-standalone
 
 USES=	compiler gmake autoreconf pkgconfig
 GNU_CONFIGURE=	yes



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