svn commit: r504005 - head/devel/elixir-gen_state_machine

Antoine Brodin antoine at FreeBSD.org
Wed Jun 12 07:51:52 UTC 2019


Author: antoine
Date: Wed Jun 12 07:51:50 2019
New Revision: 504005
URL: https://svnweb.freebsd.org/changeset/ports/504005

Log:
  Mark BROKEN
  
  == Compilation error in file lib/gen_state_machine.ex ==
  ** (CaseClauseError) no case clause matching: ["3", "8", "2", "1"]
      lib/gen_state_machine.ex:473: (module)
      (stdlib) erl_eval.erl:680: :erl_eval.do_apply/6
  
  Reported by:	pkg-fallout

Modified:
  head/devel/elixir-gen_state_machine/Makefile

Modified: head/devel/elixir-gen_state_machine/Makefile
==============================================================================
--- head/devel/elixir-gen_state_machine/Makefile	Wed Jun 12 06:57:02 2019	(r504004)
+++ head/devel/elixir-gen_state_machine/Makefile	Wed Jun 12 07:51:50 2019	(r504005)
@@ -11,6 +11,8 @@ COMMENT=	Idiomatic Elixir wrapper for gen_statem in OT
 
 LICENSE=	APACHE20
 
+BROKEN=		fails to build
+
 USES=		elixir
 USE_GITHUB=	yes
 GH_ACCOUNT=	antipax


More information about the svn-ports-all mailing list