public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/erlang/files/
Date: Sat, 27 Feb 2021 15:38:07 +0000 (UTC)	[thread overview]
Message-ID: <1614440195.0e91cf7d1763e61a5cbc4e0ee6363820161546d7.conikost@gentoo> (raw)

commit:     0e91cf7d1763e61a5cbc4e0ee6363820161546d7
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Feb 27 15:24:52 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Feb 27 15:36:35 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e91cf7d

dev-lang/erlang: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/19686
Package-Manager: Portage-3.0.15, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 dev-lang/erlang/files/erlang-23.1.2-ac2.70.patch | 99 ------------------------
 1 file changed, 99 deletions(-)

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
deleted file mode 100644
index 3c3a119270d..00000000000
--- a/dev-lang/erlang/files/erlang-23.1.2-ac2.70.patch
+++ /dev/null
@@ -1,99 +0,0 @@
---- a/lib/crypto/configure.in
-+++ b/lib/crypto/configure.in
-@@ -26,10 +26,11 @@ dnl define([AC_CACHE_SAVE], )dnl
- AC_INIT(vsn.mk)
- 
- if test -z "$ERL_TOP" || test ! -d "$ERL_TOP" ; then
--  AC_CONFIG_AUX_DIRS(autoconf)
-+  :
-+  AC_CONFIG_AUX_DIR(autoconf)
- else
-   erl_top=${ERL_TOP}
--  AC_CONFIG_AUX_DIRS($erl_top/erts/autoconf)
-+  AC_CONFIG_AUX_DIR(../../erts/autoconf)
- fi
- 
- if test "X$host" != "Xfree_source" -a "X$host" != "Xwin32"; then
---- a/lib/megaco/configure.in
-+++ b/lib/megaco/configure.in
-@@ -26,10 +26,11 @@ dnl define([AC_CACHE_SAVE], )dnl
- AC_INIT(vsn.mk)
- 
- if test -z "$ERL_TOP" || test ! -d $ERL_TOP ; then
--  AC_CONFIG_AUX_DIRS(autoconf)
-+  :
-+  AC_CONFIG_AUX_DIR(autoconf)
- else
-   erl_top=${ERL_TOP}
--  AC_CONFIG_AUX_DIRS($erl_top/erts/autoconf)
-+  AC_CONFIG_AUX_DIR(../../erts/autoconf)
- fi
- 
- if test "X$host" != "Xfree_source" -a "X$host" != "Xwin32"; then
---- a/lib/odbc/configure.in
-+++ b/lib/odbc/configure.in
-@@ -26,10 +26,11 @@ dnl Process this file with autoconf to produce a configure script.
- AC_INIT(c_src/odbcserver.c)
- 
- if test -z "$ERL_TOP" || test ! -d $ERL_TOP ; then
--  AC_CONFIG_AUX_DIRS(autoconf)
-+  :
-+  AC_CONFIG_AUX_DIR(autoconf)
- else
-   erl_top=${ERL_TOP}
--  AC_CONFIG_AUX_DIRS($erl_top/erts/autoconf)
-+  AC_CONFIG_AUX_DIR(../../erts/autoconf)
- fi
- 
- if test "X$host" != "Xfree_source" -a "X$host" != "Xwin32"; then
---- a/lib/snmp/configure.in
-+++ b/lib/snmp/configure.in
-@@ -5,10 +5,11 @@ define([AC_CACHE_SAVE], )dnl
- AC_INIT(vsn.mk)
- 
- if test -z "$ERL_TOP" || test ! -d $ERL_TOP ; then
--  AC_CONFIG_AUX_DIRS(autoconf)
-+  :
-+  AC_CONFIG_AUX_DIR(autoconf)
- else
-   erl_top=${ERL_TOP}
--  AC_CONFIG_AUX_DIRS($erl_top/erts/autoconf)
-+  AC_CONFIG_AUX_DIR(../../erts/autoconf)
- fi
- 
- if test "X$host" != "Xfree_source" -a "X$host" != "Xwin32"; then
---- a/lib/wx/configure.in
-+++ b/lib/wx/configure.in
-@@ -20,7 +20,7 @@ dnl %CopyrightEnd%
- 
- AC_INIT()
- 
--AC_CONFIG_AUX_DIRS($srcdir/autoconf)
-+AC_CONFIG_AUX_DIR($srcdir/autoconf)
- 
- AC_PREREQ(2.59)
- 
-@@ -30,10 +30,11 @@ if test -f ./CONF_INFO; then
- fi
- 
- if test -z "$ERL_TOP" || test ! -d $ERL_TOP ; then
-+  :
-   AC_MSG_ERROR([ERL_TOP is not set])
- else
-   erl_top=${ERL_TOP}
--  AC_CONFIG_AUX_DIRS($erl_top/erts/autoconf)
-+  AC_CONFIG_AUX_DIR(../../erts/autoconf)
-   WX_BUILDING_INSIDE_ERLSRC=true
- fi
- 
---- a/make/configure.in
-+++ b/make/configure.in
-@@ -82,7 +82,7 @@ AC_SUBST(ERL_TOP)
- dnl
- dnl Aux programs are found in erts/autoconf
- dnl
--AC_CONFIG_AUX_DIR(${srcdir}/erts/autoconf)
-+AC_CONFIG_AUX_DIR(../erts/autoconf)
- 
- dnl
- dnl Figure out what we are running on. And in violation of autoconf


             reply	other threads:[~2021-02-27 15:38 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-27 15:38 Conrad Kostecki [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-10-15 22:04 [gentoo-commits] repo/gentoo:master commit in: dev-lang/erlang/files/ Conrad Kostecki
2022-12-16 20:38 Matthew Smith
2022-09-12 18:17 Matthew Smith
2020-08-20  6:36 Sergei Trofimovich
2020-05-26 22:56 Sergei Trofimovich
2020-04-18 21:31 Sergei Trofimovich
2019-09-18 12:44 Hans de Graaff
2019-07-17 22:04 Zac Medico
2019-06-17 20:08 Ulrich Müller
2017-09-02 14:46 Michael Palimaka
2016-08-30 14:54 Göktürk Yüksek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1614440195.0e91cf7d1763e61a5cbc4e0ee6363820161546d7.conikost@gentoo \
    --to=conikost@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox