Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/erlang/files/
Date: Sat, 27 Feb 2021 15:38:11
Message-Id: 1614440195.0e91cf7d1763e61a5cbc4e0ee6363820161546d7.conikost@gentoo
1 commit: 0e91cf7d1763e61a5cbc4e0ee6363820161546d7
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Sat Feb 27 15:24:52 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 27 15:36:35 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e91cf7d
7
8 dev-lang/erlang: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/19686
11 Package-Manager: Portage-3.0.15, Repoman-3.0.2
12 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
13 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
14
15 dev-lang/erlang/files/erlang-23.1.2-ac2.70.patch | 99 ------------------------
16 1 file changed, 99 deletions(-)
17
18 diff --git a/dev-lang/erlang/files/erlang-23.1.2-ac2.70.patch b/dev-lang/erlang/files/erlang-23.1.2-ac2.70.patch
19 deleted file mode 100644
20 index 3c3a119270d..00000000000
21 --- a/dev-lang/erlang/files/erlang-23.1.2-ac2.70.patch
22 +++ /dev/null
23 @@ -1,99 +0,0 @@
24 ---- a/lib/crypto/configure.in
25 -+++ b/lib/crypto/configure.in
26 -@@ -26,10 +26,11 @@ dnl define([AC_CACHE_SAVE], )dnl
27 - AC_INIT(vsn.mk)
28 -
29 - if test -z "$ERL_TOP" || test ! -d "$ERL_TOP" ; then
30 -- AC_CONFIG_AUX_DIRS(autoconf)
31 -+ :
32 -+ AC_CONFIG_AUX_DIR(autoconf)
33 - else
34 - erl_top=${ERL_TOP}
35 -- AC_CONFIG_AUX_DIRS($erl_top/erts/autoconf)
36 -+ AC_CONFIG_AUX_DIR(../../erts/autoconf)
37 - fi
38 -
39 - if test "X$host" != "Xfree_source" -a "X$host" != "Xwin32"; then
40 ---- a/lib/megaco/configure.in
41 -+++ b/lib/megaco/configure.in
42 -@@ -26,10 +26,11 @@ dnl define([AC_CACHE_SAVE], )dnl
43 - AC_INIT(vsn.mk)
44 -
45 - if test -z "$ERL_TOP" || test ! -d $ERL_TOP ; then
46 -- AC_CONFIG_AUX_DIRS(autoconf)
47 -+ :
48 -+ AC_CONFIG_AUX_DIR(autoconf)
49 - else
50 - erl_top=${ERL_TOP}
51 -- AC_CONFIG_AUX_DIRS($erl_top/erts/autoconf)
52 -+ AC_CONFIG_AUX_DIR(../../erts/autoconf)
53 - fi
54 -
55 - if test "X$host" != "Xfree_source" -a "X$host" != "Xwin32"; then
56 ---- a/lib/odbc/configure.in
57 -+++ b/lib/odbc/configure.in
58 -@@ -26,10 +26,11 @@ dnl Process this file with autoconf to produce a configure script.
59 - AC_INIT(c_src/odbcserver.c)
60 -
61 - if test -z "$ERL_TOP" || test ! -d $ERL_TOP ; then
62 -- AC_CONFIG_AUX_DIRS(autoconf)
63 -+ :
64 -+ AC_CONFIG_AUX_DIR(autoconf)
65 - else
66 - erl_top=${ERL_TOP}
67 -- AC_CONFIG_AUX_DIRS($erl_top/erts/autoconf)
68 -+ AC_CONFIG_AUX_DIR(../../erts/autoconf)
69 - fi
70 -
71 - if test "X$host" != "Xfree_source" -a "X$host" != "Xwin32"; then
72 ---- a/lib/snmp/configure.in
73 -+++ b/lib/snmp/configure.in
74 -@@ -5,10 +5,11 @@ define([AC_CACHE_SAVE], )dnl
75 - AC_INIT(vsn.mk)
76 -
77 - if test -z "$ERL_TOP" || test ! -d $ERL_TOP ; then
78 -- AC_CONFIG_AUX_DIRS(autoconf)
79 -+ :
80 -+ AC_CONFIG_AUX_DIR(autoconf)
81 - else
82 - erl_top=${ERL_TOP}
83 -- AC_CONFIG_AUX_DIRS($erl_top/erts/autoconf)
84 -+ AC_CONFIG_AUX_DIR(../../erts/autoconf)
85 - fi
86 -
87 - if test "X$host" != "Xfree_source" -a "X$host" != "Xwin32"; then
88 ---- a/lib/wx/configure.in
89 -+++ b/lib/wx/configure.in
90 -@@ -20,7 +20,7 @@ dnl %CopyrightEnd%
91 -
92 - AC_INIT()
93 -
94 --AC_CONFIG_AUX_DIRS($srcdir/autoconf)
95 -+AC_CONFIG_AUX_DIR($srcdir/autoconf)
96 -
97 - AC_PREREQ(2.59)
98 -
99 -@@ -30,10 +30,11 @@ if test -f ./CONF_INFO; then
100 - fi
101 -
102 - if test -z "$ERL_TOP" || test ! -d $ERL_TOP ; then
103 -+ :
104 - AC_MSG_ERROR([ERL_TOP is not set])
105 - else
106 - erl_top=${ERL_TOP}
107 -- AC_CONFIG_AUX_DIRS($erl_top/erts/autoconf)
108 -+ AC_CONFIG_AUX_DIR(../../erts/autoconf)
109 - WX_BUILDING_INSIDE_ERLSRC=true
110 - fi
111 -
112 ---- a/make/configure.in
113 -+++ b/make/configure.in
114 -@@ -82,7 +82,7 @@ AC_SUBST(ERL_TOP)
115 - dnl
116 - dnl Aux programs are found in erts/autoconf
117 - dnl
118 --AC_CONFIG_AUX_DIR(${srcdir}/erts/autoconf)
119 -+AC_CONFIG_AUX_DIR(../erts/autoconf)
120 -
121 - dnl
122 - dnl Figure out what we are running on. And in violation of autoconf