Skip to Content.
Sympa Menu

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

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 (115720a38477ea7e744f91ecfdc65356ef2ebce2)
  • Date: Wed, 9 Aug 2023 23:26:19 +0000

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

windowmanagers/fluxbox/HISTORY | 4 ++++
windowmanagers/fluxbox/PRE_BUILD | 5 ++++-
2 files changed, 8 insertions(+), 1 deletion(-)

New commits:
commit 115720a38477ea7e744f91ecfdc65356ef2ebce2
Author: Stephane Fontaine <esselfe16 AT gmail.com>
Commit: Pavel Vinogradov <public AT sourcemage.org>

fluxbox: add sed command to fix build error

diff --git a/windowmanagers/fluxbox/HISTORY b/windowmanagers/fluxbox/HISTORY
index b5409ae..bc22a31 100644
--- a/windowmanagers/fluxbox/HISTORY
+++ b/windowmanagers/fluxbox/HISTORY
@@ -1,3 +1,7 @@
+2023-08-09 Stephane Fontaine <esselfe16 AT gmail.com>
+ * PRE_BUILD: add a sed command to fix a pointer comparison
+ with zero error
+
2019-05-18 Ismael Luceno <ismael AT sourcemage.org>
* DEPENDS: Update dependency; s/gettext/GETTEXT/

diff --git a/windowmanagers/fluxbox/PRE_BUILD
b/windowmanagers/fluxbox/PRE_BUILD
index b179bb8..53ba061 100755
--- a/windowmanagers/fluxbox/PRE_BUILD
+++ b/windowmanagers/fluxbox/PRE_BUILD
@@ -8,4 +8,7 @@ patch -p1 < "${SPELL_DIRECTORY}/root_window.patch" &&
if is_depends_enabled $SPELL fribidi && is_version_less $(installed_version
fribidi) 0.19; then
patch -p0 < "$SPELL_DIRECTORY/fribidi.patch" &&
autoreconf -fi
-fi
+fi &&
+
+# Fix pointer comparison with 0 error
+sedit 's/\(text_prop.value\) > 0/\1 != NULL/' util/fluxbox-remote.cc



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (115720a38477ea7e744f91ecfdc65356ef2ebce2), Pavel Vinogradov, 08/09/2023

Archive powered by MHonArc 2.6.24.

Top of Page