wing's own Makefiles do make some unlucky assumptions (like that the
top directory was named "wings" without any version), which requires
some rather ugly cleanups from our side. As the command line of the
erlang runtime has changed since "back in the days", I'm fixing the
wrapper script as well.
PR: 237469
Reported by: kunda
Approved by: maintainer-timeout (amdmi3@)
compile: warnings being treated as errors
e3d__png.erl:71: erlang:get_stacktrace/0: deprecated; use the new try/catch syntax for retrieving the stack backtrace
e3d__png.erl:75: erlang:get_stacktrace/0: deprecated; use the new try/catch syntax for retrieving the stack backtrace
e3d__png.erl:111: erlang:get_stacktrace/0: deprecated; use the new try/catch syntax for retrieving the stack backtrace
e3d__png.erl:115: erlang:get_stacktrace/0: deprecated; use the new try/catch syntax for retrieving the stack backtrace
Reported by: pkg-fallout
Patches must not be changed by the vcs, this includes the
svn:keyword expansion. Set fbsd:nokeywords to a couple of patches.
With hat: portmgr
Sponsored by: Absolight
- Rename a few Erlang-related ports using the erlang- prefix; it will avoid
confusion with elixir- ports.
- Remove DOCS and EXAMPLES where not actually useful.
- Simplify RUN_DEPENDS where possible.
- Move textproc/exmpp to devel/erlang-exmpp.
- Add missing R18 compatibility fix for devel/erlang-oserl.
- Upgrade erlang-cuttlefish to 2.0.3.
The idea is that libraries ("deps") have the "erlang-" prefix, while larger
projects (rabbitmq, yaws, couchdb, etc) keep their usual names.
- Drop ABI versions from LIB_DEPENDS
- OptionsNG
- Pet portlint
- Switch to dynamic plist where useful
- Canonicalize patch names
- Fix DOS line endings in patch files
forcibly disable SMP for a while (at least until the next pointyhat
run) to confirm that the issue is actually related to beam.smp.
Approved by: maintainer
Noticed by: pav
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)