Date: Mon, 04 May 2026 12:56:46 +0000 From: Gleb Popov <arrowd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 36c861b9087b - main - devel/libepoll-shim: Mark FORTIFY_UNSAFE Message-ID: <69f8978e.3d7d8.65bb815b@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=36c861b9087bbacce0ae9e6ac5f06d89b5a233e1 commit 36c861b9087bbacce0ae9e6ac5f06d89b5a233e1 Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2026-05-04 12:55:53 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2026-05-04 12:55:53 +0000 devel/libepoll-shim: Mark FORTIFY_UNSAFE PR: 292385 Reported by: Evgenii Khramtsov <2khramtsov@gmail.com> --- devel/libepoll-shim/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/libepoll-shim/Makefile b/devel/libepoll-shim/Makefile index fd2f263550d8..c519f3188565 100644 --- a/devel/libepoll-shim/Makefile +++ b/devel/libepoll-shim/Makefile @@ -23,6 +23,8 @@ GH_PROJECT= epoll-shim PLIST_SUB= SHIM_EVENTFD="${exists(/usr/include/sys/eventfd.h):?@comment :}" \ SHIM_TIMERFD="${exists(/usr/include/sys/timerfd.h):?@comment :}" +FORTIFY_UNSAFE= Redefines ppoll, which conflicts with /usr/include/ssp/poll.h + .include <bsd.port.pre.mk> .if ${ARCH} != amd64 && ${FLAVOR:U} == i386home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69f8978e.3d7d8.65bb815b>
