Date: Wed, 3 Nov 2021 21:54:09 GMT From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 54fe8b053075 - main - www/bozohttpd: Mark BROKEN on i386 Message-ID: <202111032154.1A3Ls9gw051397@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=54fe8b0530759acba7f7a89b8709bbce7a6445d2 commit 54fe8b0530759acba7f7a89b8709bbce7a6445d2 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2021-11-03 21:42:15 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2021-11-03 21:53:43 +0000 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 --- www/bozohttpd/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111032154.1A3Ls9gw051397>