[Bug 275114] [NEW PORT] net/eturnal: Modern STUN and TURN server written in erlang

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 04 Jan 2024 23:19:50 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275114

Dave Cottlehuber <dch@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #246339|0                           |1
        is obsolete|                            |
 Attachment #246340|0                           |1
        is obsolete|                            |
             Status|New                         |In Progress
           Assignee|ports-bugs@FreeBSD.org      |dch@freebsd.org
                 CC|                            |dch@freebsd.org

--- Comment #5 from Dave Cottlehuber <dch@freebsd.org> ---
Created attachment 247449
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=247449&action=edit
pet patch a bit

thanks for your contribution! I made a few minor changes:

- complied with portclippy & portfmt
- sorted pkg-plist in en_US.UTF-8 locale
- use `' -exec ${STRIP_CMD} {} +`
- add net/Makefile change

Normally in erlang world, tools like rebar3 will create a full self-contained
release, including the erts runtime, and ports tree would bundle all of that
"as is". This simplifies some things (dependencies just work), and complicates
others (respecting hier(7) can be quite hard work). This is using
`{include_erts, true}` in rebar.config, currently not the default.

It might be easier to submit an upstream patch to address these in the Makefile
for next time?

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