svn commit: r419478 - head/www/erlang-webmachine/files

Jimmy Olgeni olgeni at FreeBSD.org
Tue Aug 2 13:05:30 UTC 2016


Author: olgeni
Date: Tue Aug  2 13:05:28 2016
New Revision: 419478
URL: https://svnweb.freebsd.org/changeset/ports/419478

Log:
  Quick fix for building www/erlang-webmachine with Erlang 19.

Modified:
  head/www/erlang-webmachine/files/patch-Makefile   (contents, props changed)
  head/www/erlang-webmachine/files/patch-rebar.config   (contents, props changed)

Modified: head/www/erlang-webmachine/files/patch-Makefile
==============================================================================
--- head/www/erlang-webmachine/files/patch-Makefile	Tue Aug  2 12:58:51 2016	(r419477)
+++ head/www/erlang-webmachine/files/patch-Makefile	Tue Aug  2 13:05:28 2016	(r419478)
@@ -1,4 +1,4 @@
---- Makefile.orig	2015-05-07 14:58:47 UTC
+--- Makefile.orig	2015-02-11 18:40:46 UTC
 +++ Makefile
 @@ -11,7 +11,7 @@ all: deps compile
  compile: deps

Modified: head/www/erlang-webmachine/files/patch-rebar.config
==============================================================================
--- head/www/erlang-webmachine/files/patch-rebar.config	Tue Aug  2 12:58:51 2016	(r419477)
+++ head/www/erlang-webmachine/files/patch-rebar.config	Tue Aug  2 13:05:28 2016	(r419478)
@@ -1,6 +1,12 @@
 --- rebar.config.orig	2015-02-11 18:40:46 UTC
 +++ rebar.config
-@@ -6,7 +6,7 @@
+@@ -1,12 +1,12 @@
+ %%-*- mode: erlang -*-
+-{erl_opts, [warnings_as_errors]}.
++{erl_opts, []}.
+ {cover_enabled, true}.
+ {edoc_opts, [{preprocess, true}]}.
+ 
  {xref_checks, [undefined_function_calls]}.
  
  {deps,


More information about the svn-ports-all mailing list