svn commit: r556471 - head/net/linknx
Mark Linimon
linimon at FreeBSD.org
Sat Nov 28 00:35:12 UTC 2020
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
More information about the svn-ports-head
mailing list