Github messages for voidlinux
 help / color / mirror / Atom feed
From: leahneukirchen <leahneukirchen@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] erlang: update to 25.0.2.
Date: Fri, 19 Aug 2022 16:58:28 +0200	[thread overview]
Message-ID: <20220819145828.lHhqk4dcnGawrMaFxorJVW8ATOhrbAZM76VARhife1A@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-37909@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 632 bytes --]

There is an updated pull request by leahneukirchen against master on the void-packages repository

https://github.com/leahneukirchen/void-packages erlang25
https://github.com/void-linux/void-packages/pull/37909

erlang: update to 25.0.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

Some tests fail due to rootdir = "/usr/lib64/erlang" but I don't think it matters. Workarounds welcome.

cc @Vaelatern due to ejabberd bump.

A patch file from https://github.com/void-linux/void-packages/pull/37909.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-erlang25-37909.patch --]
[-- Type: text/x-diff, Size: 4275 bytes --]

From c69b67423f7a149cd0f3a45078f5d5677c125376 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Thu, 7 Jul 2022 11:18:06 +0200
Subject: [PATCH 1/5] erlang: update to 25.0.4.

---
 srcpkgs/erlang/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/erlang/template b/srcpkgs/erlang/template
index c12a3851a19c..f141d58c0dcf 100644
--- a/srcpkgs/erlang/template
+++ b/srcpkgs/erlang/template
@@ -1,6 +1,6 @@
 # Template file for 'erlang'
 pkgname=erlang
-version=24.3.4.1
+version=25.0.4
 revision=1
 create_wrksrc=yes
 build_wrksrc="otp-OTP-${version}"
@@ -14,7 +14,7 @@ license="Apache-2.0"
 homepage="http://www.erlang.org/"
 changelog="https://github.com/erlang/otp/releases"
 distfiles="https://github.com/erlang/otp/archive/OTP-${version}.tar.gz"
-checksum=98363e5489356ed4fb3616e44d430b3daf5bb286be800d1c331fba8ef35ca3a0
+checksum=05878cb51a64b33c86836b12a21903075c300409b609ad5e941ddb0feb8c2120
 subpackages="erlang-doc"
 
 if [ -z "$CROSS_BUILD" ]; then
@@ -28,7 +28,6 @@ case "$XBPS_TARGET_MACHINE" in
 esac
 
 pre_configure() {
-	./otp_build autoconf
 	if [ "$CROSS_BUILD" ]; then
 		# Build the bootstrap compiler for the host platform.
 		env - PATH=/usr/bin:/usr/sbin ./configure --enable-bootstrap-only

From 32ab9ba077040b188bff6c33d6cdfc1414814161 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Thu, 7 Jul 2022 11:18:29 +0200
Subject: [PATCH 2/5] rebar3: rebuild for erlang-25.0.2.

---
 srcpkgs/rebar3/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rebar3/template b/srcpkgs/rebar3/template
index da3f82deade3..cce9ffb4db68 100644
--- a/srcpkgs/rebar3/template
+++ b/srcpkgs/rebar3/template
@@ -1,7 +1,7 @@
 # Template file for 'rebar3'
 pkgname=rebar3
 version=3.19.0
-revision=1
+revision=2
 hostmakedepends=erlang
 depends="erlang>=22"
 short_desc="Erlang build tool to compile, test, and release applications"

From 3af3497d4e5a5a37b486ca5d537ae0f206921d0f Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Thu, 7 Jul 2022 11:19:30 +0200
Subject: [PATCH 3/5] lfe: rebuild for erlang-25.0.2.

---
 srcpkgs/lfe/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/lfe/template b/srcpkgs/lfe/template
index 528ef58467da..04967e48fc96 100644
--- a/srcpkgs/lfe/template
+++ b/srcpkgs/lfe/template
@@ -1,7 +1,7 @@
 # Template file for 'lfe'
 pkgname=lfe
 version=2.0.1
-revision=1
+revision=2
 build_style=gnu-makefile
 hostmakedepends="erlang"
 depends="erlang"

From fd0c789c7ed80253d1bad59cfbfd7b33dcddcf14 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Thu, 7 Jul 2022 11:24:24 +0200
Subject: [PATCH 4/5] elixir: rebuild for erlang-25.0.2.

---
 srcpkgs/elixir/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/elixir/template b/srcpkgs/elixir/template
index 8f721e3a3337..411eb66f80d1 100644
--- a/srcpkgs/elixir/template
+++ b/srcpkgs/elixir/template
@@ -1,7 +1,7 @@
 # Template file for 'elixir'
 pkgname=elixir
 version=1.13.4
-revision=1
+revision=2
 build_style=gnu-makefile
 make_check_target="test"
 hostmakedepends="erlang"

From 7b3f5bacba78d377b7a95c288a3ac4084a0413a3 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Thu, 7 Jul 2022 11:28:44 +0200
Subject: [PATCH 5/5] ejabberd: update to 22.05.

---
 srcpkgs/ejabberd/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/ejabberd/template b/srcpkgs/ejabberd/template
index 70643ecd550b..c77545190f4f 100644
--- a/srcpkgs/ejabberd/template
+++ b/srcpkgs/ejabberd/template
@@ -1,6 +1,6 @@
 # Template file for 'ejabberd'
 pkgname=ejabberd
-version=21.07
+version=22.05
 revision=1
 build_style=gnu-configure
 configure_args="--enable-odbc --enable-mysql --enable-pgsql --enable-pam
@@ -15,7 +15,7 @@ maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://www.process-one.net/en/ejabberd/"
 distfiles="https://github.com/processone/ejabberd/archive/${version}.tar.gz"
-checksum=8b344f727602a28f88bf9e24d39144bc3f324b62e0b03bda51884f8d99084d4e
+checksum=b8e93b51ae3cb650a2870fae1b6705404bb155289e97be7e9a54961a9effb959
 
 build_options="sqlite"
 build_options_default="sqlite"

  reply	other threads:[~2022-08-19 14:58 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-07  9:51 [PR PATCH] " leahneukirchen
2022-08-19 14:58 ` leahneukirchen [this message]
2022-08-19 19:21 ` Vaelatern
2022-09-06  7:48 ` [PR PATCH] [Updated] " leahneukirchen
2022-09-06  9:01 ` [PR PATCH] [Merged]: " leahneukirchen

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=20220819145828.lHhqk4dcnGawrMaFxorJVW8ATOhrbAZM76VARhife1A@z \
    --to=leahneukirchen@users.noreply.github.com \
    --cc=ml@inbox.vuxu.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;
as well as URLs for NNTP newsgroup(s).