From: dataCobra <dataCobra@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] godot: fix mbedtls with builtin version
Date: Tue, 10 Sep 2024 12:48:12 +0200 [thread overview]
Message-ID: <20240910104812.0F9D425018@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-52166@inbox.vuxu.org>
[-- Attachment #1: Type: text/plain, Size: 780 bytes --]
There is an updated pull request by dataCobra against master on the void-packages repository
https://github.com/dataCobra/void-packages godot
https://github.com/void-linux/void-packages/pull/52166
godot: fix mbedtls with builtin version
#### Testing the changes
- I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- x86_64-musl
- i686
1. Fixing `mbedtls` with using `mbedtls2` version instead.
2. Remove update check feature.
This PR fixes: https://github.com/void-linux/void-packages/issues/52164.
A patch file from https://github.com/void-linux/void-packages/pull/52166.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-godot-52166.patch --]
[-- Type: text/x-diff, Size: 1955 bytes --]
From 4bf41f94a0b4ff65ad4de3e4a8340f8c136502b2 Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Tue, 10 Sep 2024 12:47:55 +0200
Subject: [PATCH] godot: use mbedtls2 package
---
srcpkgs/godot/template | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/srcpkgs/godot/template b/srcpkgs/godot/template
index 18e37f9d48a777..d55f0a157727cb 100644
--- a/srcpkgs/godot/template
+++ b/srcpkgs/godot/template
@@ -1,21 +1,21 @@
# Template file for 'godot'
pkgname=godot
version=4.3
-revision=4
+revision=5
archs="x86_64* i686* aarch64* armv7* ppc64*"
build_style=scons
make_build_args="platform=linuxbsd target=editor progress=no production=yes
- lto=auto builtin_brotli=false builtin_enet=false
- builtin_freetype=false builtin_graphite=false builtin_harfbuzz=false
- builtin_icu4c=false builtin_libogg=false builtin_libpng=false
- builtin_libtheora=false builtin_libvorbis=false builtin_libwebp=false
+ lto=auto builtin_brotli=false builtin_enet=false builtin_freetype=false
+ builtin_graphite=false builtin_harfbuzz=false builtin_icu4c=false
+ builtin_libogg=false builtin_libpng=false builtin_libtheora=false
+ builtin_libvorbis=false builtin_libwebp=false builtin_mbedtls=true
builtin_mbedtls=false builtin_miniupnpc=false builtin_pcre2=false
- builtin_zlib=false builtin_zstd=false"
+ builtin_zlib=false builtin_zstd=false engine_update_check=false"
hostmakedepends="pkg-config clang"
makedepends="alsa-lib-devel freetype-devel mesa glu-devel libXcursor-devel
libXi-devel libXinerama-devel libXrender-devel libXrandr-devel libX11-devel
libpng-devel libwebp-devel libogg-devel libtheora-devel libvorbis-devel
- libenet-devel zlib-devel mbedtls-devel miniupnpc-devel pcre2-devel
+ libenet-devel zlib-devel mbedtls2-devel miniupnpc-devel pcre2-devel
pulseaudio-devel graphite-devel harfbuzz-devel libzstd-devel
speech-dispatcher-devel brotli-devel icu-devel"
depends="speech-dispatcher"
next prev parent reply other threads:[~2024-09-10 10:48 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-10 10:25 [PR PATCH] " dataCobra
2024-09-10 10:27 ` dataCobra
2024-09-10 10:31 ` classabbyamp
2024-09-10 10:36 ` dataCobra
2024-09-10 10:36 ` dataCobra
2024-09-10 10:45 ` [PR PATCH] [Updated] " dataCobra
2024-09-10 10:48 ` dataCobra [this message]
2024-09-10 10:49 ` godot: use mbedtls2 package dataCobra
2024-09-10 10:51 ` classabbyamp
2024-09-10 10:52 ` dataCobra
2024-09-10 11:03 ` [PR PATCH] [Updated] " dataCobra
2024-09-10 11:04 ` dataCobra
2024-09-10 11:57 ` [PR PATCH] [Merged]: " classabbyamp
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=20240910104812.0F9D425018@inbox.vuxu.org \
--to=datacobra@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).