[Bug 251117] New port: www/newmoon:
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Nov 13 22:04:58 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251117
Bug ID: 251117
Summary: New port: www/newmoon:
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs at FreeBSD.org
Reporter: olivier.freebsd at free.fr
Created attachment 219655
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=219655&action=edit
New port
Hi,
Here is a port of most of Pale Moon code with unofficial branding.
This port depends on the new Tauthon port I submitted here: bug #251019
Even when this dependency is imported, please *do not import the patch yet*.
I'm in the process of liaising with upstream in order to verify that there is
no branding or redistribution problems with the submitted port. I'll post a
comment giving the go when the process finishes (the patch may need to be
modified before reaching this point).
Small description: "Open-source web browser mostly using Pale Moon(TM) code"
The build needs some specific versions of GCC (executables crash with base
clang on 12). GCC 9 was chosen since it is our current default and is (almost)
officially endorsed upstream (and stability seems perfect so far). So USE_GCC
is set, but then LDFLAGS and CXXFLAGS are appended to in order that g++ links
to (base) libc++ (static link against libgcc.a). This is necessary since
linking against libstdc++ while one of the dependencies is linked to libc++
causes a crash for this codebase. Also, gcc is removed from RUN_DEPENDS. See
the comments in the Makefile (see also bug #211154).
Apart from jemalloc, all bundled libraries are used in preference to our
versions in the ports tree. This is by design, and not bad by principle, and
personally I won't dispute this precise case. See
https://forum.palemoon.org/viewtopic.php?f=5&t=23706 for upstream's rationale.
So please wait until I confirm that the patch is final before importing into
the tree. (And, obviously, please advise if you think the current Makefile is
doing things wrong.)
Regards.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list