Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (b04f901d6abb9ebffea23268bd3c71a9e3a8891f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (b04f901d6abb9ebffea23268bd3c71a9e3a8891f)
  • Date: Sun, 13 Aug 2023 06:14:28 +0000

GIT changes to master grimoire by Florian Franzmann <bwlf AT bandrate.org>:

utils/jstest-gtk/DETAILS | 2 +-
utils/jstest-gtk/HISTORY | 3 +++
xorg-driver/xf86-video-amdgpu/BUILD | 4 ++++
xorg-driver/xf86-video-amdgpu/HISTORY | 3 +++
4 files changed, 11 insertions(+), 1 deletion(-)

New commits:
commit b04f901d6abb9ebffea23268bd3c71a9e3a8891f
Author: Florian Franzmann <bwlf AT bandrate.org>
Commit: Florian Franzmann <bwlf AT bandrate.org>

xf86-video-amdgpu: disable linking with -z,now

Currently this driver seems to be incompatible with this linker flag:
https://gitlab.freedesktop.org/xorg/driver/xf86-video-amdgpu/-/issues/8

commit d140b40a4910d0ed2296f5ef35f69b4c9dc712ba
Author: Florian Franzmann <bwlf AT bandrate.org>
Commit: Florian Franzmann <bwlf AT bandrate.org>

utils/jstest-gtk: fix WEB_SITE

diff --git a/utils/jstest-gtk/DETAILS b/utils/jstest-gtk/DETAILS
index e2918fd..7e65447 100755
--- a/utils/jstest-gtk/DETAILS
+++ b/utils/jstest-gtk/DETAILS
@@ -4,7 +4,7 @@
SOURCE_URL[0]=http://pingus.seul.org/~grumbel/${SPELL}/${SOURCE}

SOURCE_HASH=sha512:57650a1607c640d7b785c29d548b016b1e4cab4ee7595f2fcdebfa403258e0d93faa212cf9077b708b769add7b1326785b9994320b4a1c4aa9a339320ae58fb2
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
- WEB_SITE="http://pingus.seul.org/~grumbel/jstest-gtk";
+ WEB_SITE="https://jstest-gtk.gitlab.io/";
LICENSE[0]=GPL
ENTERED=20110126
SHORT="a simple joystick tester based on Gtk+"
diff --git a/utils/jstest-gtk/HISTORY b/utils/jstest-gtk/HISTORY
index 2f4a8a2..0727a1d 100644
--- a/utils/jstest-gtk/HISTORY
+++ b/utils/jstest-gtk/HISTORY
@@ -1,3 +1,6 @@
+2023-07-22 Florian Franzmann <bwlf AT bandrate.org>
+ * DETAILS: fix WEB_SITE
+
2011-01-26 Florian Franzmann <bwlf AT bandrate.org>
* BUILD, DEPENDS, DETAILS, INSTALL, jstest-gtk-gcc-4.5.patch,
PRE_BUILD: spell created
diff --git a/xorg-driver/xf86-video-amdgpu/BUILD
b/xorg-driver/xf86-video-amdgpu/BUILD
new file mode 100755
index 0000000..4c1322b
--- /dev/null
+++ b/xorg-driver/xf86-video-amdgpu/BUILD
@@ -0,0 +1,4 @@
+disable_z_now &&
+disable_no_plt &&
+
+default_build
diff --git a/xorg-driver/xf86-video-amdgpu/HISTORY
b/xorg-driver/xf86-video-amdgpu/HISTORY
index 1d11f9c..28ad853 100644
--- a/xorg-driver/xf86-video-amdgpu/HISTORY
+++ b/xorg-driver/xf86-video-amdgpu/HISTORY
@@ -1,3 +1,6 @@
+2023-07-25 Florian Franzmann <bwlf AT bandrate.org>
+ * BUILD: disable linking with -z,now, -fno-plt
+
2023-02-22 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 23.0.0




  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (b04f901d6abb9ebffea23268bd3c71a9e3a8891f), Florian Franzmann, 08/13/2023

Archive powered by MHonArc 2.6.24.

Top of Page