[Bug 251117] [NEW PORT] www/palemoon: Open-source web browser

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 30 Dec 2021 09:18:53 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251117

--- Comment #65 from Gleb Popov <arrowd@FreeBSD.org> ---
I'm a bit confused by the comment

> We require GCC (see also GCC_DEFAULT below), but we need to make sure that
there are no runtime dependencies to libstdc++, i.e., that libc++'s headers
and libraries are used during compilation and link.

It is a quite unusual combination when GCC uses libc++, why do we want this? I
believe, this is what causes failures when building on CURRENT.


Another small problem with the port is that you need

.include <bsd.port.post.mk>

at the end of Makefile instead of

.include <bsd.port.mk>

-- 
You are receiving this mail because:
You are the assignee for the bug.