Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Aug 2016 13:05:28 +0000 (UTC)
From:      Jimmy Olgeni <olgeni@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r419478 - head/www/erlang-webmachine/files
Message-ID:  <201608021305.u72D5S1A043569@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608021305.u72D5S1A043569>