Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 04 Jan 2024 23:19:50 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 275114] [NEW PORT] net/eturnal: Modern STUN and TURN server written in erlang
Message-ID:  <bug-275114-7788-q2EJMbGCjV@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-275114-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-275114-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D275114

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=3D247449&action=
=3Dedit
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-contain=
ed
release, including the erts runtime, and ports tree would bundle all of that
"as is". This simplifies some things (dependencies just work), and complica=
tes
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 Make=
file
for next time?

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-275114-7788-q2EJMbGCjV>