Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (02d5286049ace2a359a8b1cd3d67b4a8b856593e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (02d5286049ace2a359a8b1cd3d67b4a8b856593e)
  • Date: Tue, 27 Jun 2023 21:38:06 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

graphics-libs/mesa/HISTORY | 3 +++
graphics-libs/mesa/PRE_BUILD | 4 +++-
2 files changed, 6 insertions(+), 1 deletion(-)

New commits:
commit 02d5286049ace2a359a8b1cd3d67b4a8b856593e
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

graphics-libs/mesa: apply musl patches only if stable branch was selected

diff --git a/graphics-libs/mesa/HISTORY b/graphics-libs/mesa/HISTORY
index d06e04f..4d5392f 100644
--- a/graphics-libs/mesa/HISTORY
+++ b/graphics-libs/mesa/HISTORY
@@ -1,3 +1,6 @@
+2023-06-27 Pavel Vinogradov <public AT sourcemage.org>
+ * PRE_BUILD: apply musl patches only if stable branch was selected
+
2023-06-22 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 23.1.3

diff --git a/graphics-libs/mesa/PRE_BUILD b/graphics-libs/mesa/PRE_BUILD
index 387dbfb..348da29 100755
--- a/graphics-libs/mesa/PRE_BUILD
+++ b/graphics-libs/mesa/PRE_BUILD
@@ -1,7 +1,9 @@
default_pre_build &&
cd "$SOURCE_DIRECTORY" &&

-apply_patch_dir patches &&
+if [[ "${MESA_BRANCH}" == "stable" ]]; then
+ apply_patch_dir patches
+fi &&

if is_depends_enabled "$SPELL" smgl-gl_select; then
patch -fp1 -i "$SPELL_DIRECTORY"/0001-install-GL-headers-in-.mesa.patch



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (02d5286049ace2a359a8b1cd3d67b4a8b856593e), Pavel Vinogradov, 06/27/2023

Archive powered by MHonArc 2.6.24.

Top of Page