diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2021-11-03 22:42:15 +0100 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2021-11-03 22:53:43 +0100 |
commit | 54fe8b0530759acba7f7a89b8709bbce7a6445d2 (patch) | |
tree | b4ecd9ae685ebe78d1bcfdecf716ea2d99b5e967 /www/bozohttpd | |
parent | www/gatling: Mark BROKEN (diff) |
www/bozohttpd: Mark BROKEN on i386
Failed to compile with the following error:
"comparison of integers of different signs: 'unsigned int' and
'time_t' (aka 'int') [-Werror,-Wsign-compare]"
Reference: https://portsfallout.com/fallout?port=www%2Fbozohttpd%24&page=1
PR: 259181
Reported by: pkg-fallout
Approved by: port maintainer timeout (2+ weeks), arrowd (mentor)
Differential Revision: https://reviews.freebsd.org/D32770
Diffstat (limited to 'www/bozohttpd')
-rw-r--r-- | www/bozohttpd/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/bozohttpd/Makefile b/www/bozohttpd/Makefile index f0a3f4099f9d..c22d35e2305e 100644 --- a/www/bozohttpd/Makefile +++ b/www/bozohttpd/Makefile @@ -11,6 +11,8 @@ COMMENT= Bozotic HTTP server from NetBSD LICENSE= BSD2CLAUSE +BROKEN_i386= Doesn't compile, error: comparison of integers of different signs: 'unsigned int' and 'time_t' (aka 'int') + USES= cpe uidfix tar:bzip2 CPE_VENDOR= eterna |