summaryrefslogtreecommitdiff
path: root/textproc/erlang-fast_xml/patches/patch-rebar.config
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/erlang-fast_xml/patches/patch-rebar.config')
-rw-r--r--textproc/erlang-fast_xml/patches/patch-rebar.config15
1 files changed, 0 insertions, 15 deletions
diff --git a/textproc/erlang-fast_xml/patches/patch-rebar.config b/textproc/erlang-fast_xml/patches/patch-rebar.config
deleted file mode 100644
index 5f24caa44e8..00000000000
--- a/textproc/erlang-fast_xml/patches/patch-rebar.config
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-rebar.config,v 1.3 2017/01/03 10:25:04 fhajny Exp $
-
-Deps are handled by pkgsrc.
-
---- rebar.config.orig 2016-01-24 18:48:23.000000000 +0000
-+++ rebar.config
-@@ -25,8 +25,6 @@
- {port_specs, [{"priv/lib/fxml.so", ["c_src/fxml.c"]},
- {"priv/lib/fxml_stream.so", ["c_src/fxml_stream.c"]}]}.
-
--{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.6"}}}]}.
--
- {clean_files, ["c_src/fxml.gcda", "c_src/fxml.gcno", "c_src/fxml_stream.gcda", "c_src/fxml_stream.gcno"]}.
-
- {cover_enabled, true}.