diff options
author | linimon <linimon@FreeBSD.org> | 2017-12-08 09:46:00 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-12-08 09:46:00 +0800 |
commit | 28c86ac1bf4e15348daf1198bc6371993ff1d7a4 (patch) | |
tree | 815de9cffc1abfb43c0843b0398f4e0dcb0a1f89 /sysutils | |
parent | 96199e4151d915715f9f25028c95b810c0a2a907 (diff) | |
download | freebsd-ports-gnome-28c86ac1bf4e15348daf1198bc6371993ff1d7a4.tar.gz freebsd-ports-gnome-28c86ac1bf4e15348daf1198bc6371993ff1d7a4.tar.zst freebsd-ports-gnome-28c86ac1bf4e15348daf1198bc6371993ff1d7a4.zip |
Mark these ports as buildable on armv6 after a trybroken run. (Also
tested with trybroken on armv7.)
The 'runaway process' ones are most likely just statistical.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/fluent-bit/Makefile | 1 | ||||
-rw-r--r-- | sysutils/heirloom/Makefile | 2 | ||||
-rw-r--r-- | sysutils/liburcu/Makefile | 1 | ||||
-rw-r--r-- | sysutils/pesign/Makefile | 1 |
4 files changed, 0 insertions, 5 deletions
diff --git a/sysutils/fluent-bit/Makefile b/sysutils/fluent-bit/Makefile index c511280dbb1c..b7276db05d85 100644 --- a/sysutils/fluent-bit/Makefile +++ b/sysutils/fluent-bit/Makefile @@ -12,7 +12,6 @@ COMMENT= Fast and lightweight data forwarder LICENSE= APACHE20 BROKEN_aarch64= fails to build: error: unknown type name thread_local -BROKEN_armv6= fails to configure: failure in cmake BROKEN_mips= fails to build: conflicting types for 'restrict' BROKEN_mips64= fails to build: conflicting types for 'restrict' BROKEN_powerpc64= fails to build: cast from pointer to integer of different size diff --git a/sysutils/heirloom/Makefile b/sysutils/heirloom/Makefile index 837740befdea..3255993508dd 100644 --- a/sysutils/heirloom/Makefile +++ b/sysutils/heirloom/Makefile @@ -13,8 +13,6 @@ COMMENT= Collection of standard Unix utilities BUILD_DEPENDS= ksh:shells/pdksh RUN_DEPENDS:= ${BUILD_DEPENDS} -BROKEN_armv6= dumps core: Assertion failed: (!NodePtr->isKnownSentinel()), function operator*, file ilist_iterator.h - USES= gmake ncurses tar:bzip2 MAKE_ARGS= CC=${CC} CFLAGS="${CFLAGS}" ROOT="${STAGEDIR}" \ LCURS="-L${LOCALBASE}/lib -lncurses" diff --git a/sysutils/liburcu/Makefile b/sysutils/liburcu/Makefile index 68ecd279ef9d..f05e3f5eb9c0 100644 --- a/sysutils/liburcu/Makefile +++ b/sysutils/liburcu/Makefile @@ -13,7 +13,6 @@ COMMENT= Userspace read-copy-update (RCU) data synchronization library LICENSE= LGPL21 BROKEN_aarch64= Fails to build: Cannot build: unrecognized architecture detected -BROKEN_armv6= Fails to build: address argument to atomic builtin must be a pointer BROKEN_mips= Fails to build: undefined reference to `__sync_bool_compare_and_swap_4 BROKEN_mips64= Fails to build: undefined reference to `__sync_bool_compare_and_swap_4 diff --git a/sysutils/pesign/Makefile b/sysutils/pesign/Makefile index 9a9ad1b6b69c..6c168409dd03 100644 --- a/sysutils/pesign/Makefile +++ b/sysutils/pesign/Makefile @@ -26,7 +26,6 @@ USE_LDCONFIG= yes ONLY_FOR_ARCHS= aarch64 armv6 armv7 amd64 i386 ONLY_FOR_ARCHS_REASON= UEFI specification only supports little-endian processors -BROKEN_armv6= fails to compile: error: EFI_VARIABLE_NON_VOLATILE redefined post-patch: @${REINPLACE_CMD} -e 's|%%CC%%|${CC}|g' ${WRKSRC}/Make.defaults |