Skip to Content.
Sympa Menu

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

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 (9982ec814fdf1a9e715beae36d8647ed3ff05781)
  • Date: Wed, 20 Jul 2022 21:57:18 +0000

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

xorg/xserver/HISTORY | 4 ++++
xorg/xserver/PRE_BUILD | 10 +---------
2 files changed, 5 insertions(+), 9 deletions(-)

New commits:
commit 9982ec814fdf1a9e715beae36d8647ed3ff05781
Author: Pavel Vinogradov <public AT sourcemaage.org>
Commit: Pavel Vinogradov <public AT sourcemaage.org>

xorg/xserver: removed old meson hacks from PRE_BUILD, also added HISTORY
entry
about adding them

diff --git a/xorg/xserver/HISTORY b/xorg/xserver/HISTORY
index 64a5335..0dc262d 100644
--- a/xorg/xserver/HISTORY
+++ b/xorg/xserver/HISTORY
@@ -1,3 +1,6 @@
+2022-07-20 Pavel Vinogradov <public AT sourcemage.org>
+ * PRE_BUILD: removed old meson hacks
+
2022-07-12 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: SECURITY_PATCH++, (CVE-2022-2319, CVE-2022-2320)

@@ -29,6 +32,7 @@
* BUILD: removed dmx and xwayland options
* CONFIGURE: removed dmx knob, added && where needed
* DEPENDS: libxcvt is required now, fixed typo and removed bashism
for systemd dep
+ * PRE_BUILD: added some meson hacks to fix build

2021-07-30 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 1.20.13
diff --git a/xorg/xserver/PRE_BUILD b/xorg/xserver/PRE_BUILD
index 71c5200..8f8d46a 100755
--- a/xorg/xserver/PRE_BUILD
+++ b/xorg/xserver/PRE_BUILD
@@ -3,12 +3,4 @@ cd $SOURCE_DIRECTORY &&
apply_patch_dir patches &&
if is_depends_enabled $SPELL smgl-gl_select;then
apply_patch_dir smgl
-fi &&
-
-# Dirty Meson hacks
-mkdir -p test/damage &&
-touch test/damage/meson.build &&
-touch include/Xserver.d &&
-touch hw/xfree86/drivers/inputtest/meson.build &&
-touch hw/xfree86/doc/meson.build &&
-touch doc/meson.build
+fi



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (9982ec814fdf1a9e715beae36d8647ed3ff05781), Pavel Vinogradov, 07/20/2022

Archive powered by MHonArc 2.6.24.

Top of Page