HomeFreeBSD

mail/mailpit: Update to 1.6.10

Description

mail/mailpit: Update to 1.6.10

Also really make it compile on all arches:

Mailpit uses esbuild via npm to compile frontend assets. Esbuild
is distributed in binary form. There is a webassembly version and
I replaced esbuild with the webassembly version. The port was still
failing because npm was trying to install binary esbuild anyway as
a peer dependency of another requirement. DIsabling peer dependencies
with the "--legacy-peer-deps" allows the build to succeed.

Details

Provenance
madpilotAuthored on May 18 2023, 7:41 PM
Parents
R11:38f54301414a: textproc/jade: fix build with clang 16
Branches
Unknown
Tags
Unknown