diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-05-03 01:14:05 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-05-03 01:14:05 +0000 |
commit | dab2f82d314ea77904914b8462ccdf838abcc776 (patch) | |
tree | c18272cea1cfd16fb061c8045e9d5bd67dd36f13 /sysutils | |
parent | e52bc6e02324eab0dc9e0ec40f9e087f239e7ab3 (diff) |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/fluent-bit/Makefile | 5 | ||||
-rw-r--r-- | sysutils/radeontop/Makefile | 3 | ||||
-rw-r--r-- | sysutils/rovclock/Makefile | 5 |
3 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/fluent-bit/Makefile b/sysutils/fluent-bit/Makefile index 121465ba7ea7..562038945150 100644 --- a/sysutils/fluent-bit/Makefile +++ b/sysutils/fluent-bit/Makefile @@ -11,6 +11,11 @@ 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' + USES= cmake post-stage: diff --git a/sysutils/radeontop/Makefile b/sysutils/radeontop/Makefile index dc606e95bdb5..88ee6926f344 100644 --- a/sysutils/radeontop/Makefile +++ b/sysutils/radeontop/Makefile @@ -14,6 +14,9 @@ LICENSE= GPLv3 LIB_DEPENDS= libpciaccess.so:devel/libpciaccess \ libdrm.so:graphics/libdrm +NOT_FOR_ARCHS= aarch64 armv6 mips mips64 +NOT_FOR_ARCHS_REASON= fails to compile: fatal error: amdgpu_drm.h file not found + USE_GITHUB= yes GH_ACCOUNT= clbr diff --git a/sysutils/rovclock/Makefile b/sysutils/rovclock/Makefile index ac5cece70a9b..6481501bb577 100644 --- a/sysutils/rovclock/Makefile +++ b/sysutils/rovclock/Makefile @@ -11,6 +11,11 @@ COMMENT= Overclocking utility for ATI Radeon video cards LICENSE= GPLv2 +BROKEN_aarch64= fails to install: undefined reference to outl +BROKEN_armv6= fails to install: undefined reference to outl +BROKEN_mips= fails to install: undefined reference to outl +BROKEN_mips64= fails to install: undefined reference to outl + USES= tar:bzip2 PLIST_FILES= man/man8/${PORTNAME}.8.gz sbin/${PORTNAME} |