diff options
author | linimon <linimon@FreeBSD.org> | 2016-11-16 08:35:56 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2016-11-16 08:35:56 +0800 |
commit | 20f436cc1e949f8a9b2ece6df4cf9adc4e2e7a66 (patch) | |
tree | 41ae757bdae0cc285f896987daa114cece7d9870 /www/mohawk | |
parent | fc96d103f75456568f63819df288941f757eed90 (diff) | |
download | freebsd-ports-graphics-20f436cc1e949f8a9b2ece6df4cf9adc4e2e7a66.tar.gz freebsd-ports-graphics-20f436cc1e949f8a9b2ece6df4cf9adc4e2e7a66.tar.zst freebsd-ports-graphics-20f436cc1e949f8a9b2ece6df4cf9adc4e2e7a66.zip |
Mark as broken on various tier-2 archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'www/mohawk')
-rw-r--r-- | www/mohawk/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/mohawk/Makefile b/www/mohawk/Makefile index cf2f4f1c7e3..c978dd51b6c 100644 --- a/www/mohawk/Makefile +++ b/www/mohawk/Makefile @@ -12,8 +12,6 @@ COMMENT= Simple and lightweight HTTP daemon LICENSE= BSD2CLAUSE -BROKEN_powerpc64= Does not build - LIB_DEPENDS= libevent.so:devel/libevent2 PLIST_FILES+= bin/mhtpasswd \ @@ -32,6 +30,9 @@ OPTIONS_DEFINE= EXAMPLES USES= uidfix +BROKEN_aarch64= Fails to compile: error: comparison of constant -1 with expression of type char is always true +BROKEN_powerpc64= Does not build + .include <bsd.port.options.mk> post-install: |