Commit graph

4 commits

Author SHA1 Message Date
gdt
ad0959afe5 erlang-idna: Install unicode_compat_util (which was built)
idna uses unicode_compat_util, and downloads it from the net and
builds it.  This wasn't installed, and thus any attempt to use idna
failed at runtime, breaking s2s in ejabberd with earlier erlang-xmpp,
and probably breaking everything with current erlang-xmpp.

The idna library has removed this library, but doesn't have a release
yet.  So this problem should go away soonish.  For now, accept the ick
to (very likely) unbreak ejabberd.

(This commit does not increase the use of the net during the build; it
merely uses the build products that already happened.)
2021-06-03 12:34:28 +00:00
triaxx
8362e5a541 erlang-idna: Fix cache directory of rebar3
pkgsrc changes:
---------------
  * The default cache directory of rebar3 is ~/.cache/rebar3 which can be
    not writable. Now set it to ${WRKDIR}/rebar
  * Bump revision
2021-04-07 13:34:41 +00:00
triaxx
eb0f190406 erlang-idna: Add rebar3 as a build dependency 2021-01-16 00:02:07 +00:00
triaxx
4bdd5be2f1 *** empty log message *** 2021-01-15 23:20:36 +00:00