Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (6ce46c9016bbc479d6a444b3606c6ab4b531a17d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (6ce46c9016bbc479d6a444b3606c6ab4b531a17d)
  • Date: Fri, 14 Aug 2026 16:22:21 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog
| 3
devel/xbinutils/BUILD
| 27 ------
devel/xbinutils/CONFIGURE
| 13 ---
devel/xbinutils/DETAILS
| 18 ----
devel/xbinutils/HISTORY
| 3
devel/xbinutils/INSTALL
| 9 --
devel/xbinutils/PRE_BUILD
| 3
devel/xbinutils/UP_TRIGGERS
| 1
http/libcss/HISTORY
| 5 +
http/libcss/PRE_BUILD
| 3

http/libcss/patches/0001-select-computed-Squash-Wcalloc-transposed-args-gcc-14-.patch
| 23 +++++

http/libcss/patches/0001-select-select-Squash-Wcalloc-transposed-args-gcc-14-.patch
| 41 ++++++++++
12 files changed, 83 insertions(+), 66 deletions(-)

New commits:
commit 6ce46c9016bbc479d6a444b3606c6ab4b531a17d
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

libcss: Fix build against GCC 14+

commit 48ecb955acc614819240da0b85a38667240fdc1a
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

xbinutils: deprecate

diff --git a/ChangeLog b/ChangeLog
index a45e106..34d9b6b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2026-08-14 Ismael Luceno <ismael AT sourcemage.org>
+ * devel/xbinutils: spell deprecated [unmaintained since 2006]
+
2026-08-13 Ismael Luceno <ismael AT sourcemage.org>
* FUNCTIONS: avoid patching ltmain.sh when using slibtool

diff --git a/devel/xbinutils/BUILD b/devel/xbinutils/BUILD
old mode 100755
new mode 100644
index 5ecc363..e69de29
--- a/devel/xbinutils/BUILD
+++ b/devel/xbinutils/BUILD
@@ -1,27 +0,0 @@
- cd binutils-$VERSION &&
-
- rm -rf buildit &&
-
- mkdir buildit &&
- cd buildit &&
-
- for TARGET in $TARGETS; do
-
- message "${MESSAGE_COLOR}Compiling for target : $TARGET${DEFAULT_COLOR}"
&&
- PROGRAM_PREFIX=${TARGET}- &&
- TOOLDIR=/usr/lib/${TARGET} &&
-
- mkdir $TARGET &&
- cd $TARGET &&
-
- ../../configure \
- --host=$BUILD \
- --prefix=/usr \
- --program-prefix=$PROGRAM_PREFIX \
- --target=$TARGET \
- $OPTS &&
-
- make tooldir=$TOOLDIR &&
- cd ..
- done
-
diff --git a/devel/xbinutils/CONFIGURE b/devel/xbinutils/CONFIGURE
deleted file mode 100755
index 12d2657..0000000
--- a/devel/xbinutils/CONFIGURE
+++ /dev/null
@@ -1,13 +0,0 @@
-if ! grep -q "TARGETS=" $SPELL_CONFIG; then
-
- message "${SPELL_COLOR}${SPELL}${DEFAULT_COLOR}: ${QUERY_COLOR}Please
enter a space-separated list of targets you want to support"
- message "[${BUILD}]${DEFAULT_COLOR}"
-
- read -t $PROMPT_DELAY -e
-
- TARGETS=${REPLY:=$BUILD}
-
- echo "TARGETS=\"${TARGETS}\"" >> $SPELL_CONFIG
-
-
-fi
\ No newline at end of file
diff --git a/devel/xbinutils/DETAILS b/devel/xbinutils/DETAILS
old mode 100755
new mode 100644
index 6d42288..d455b22
--- a/devel/xbinutils/DETAILS
+++ b/devel/xbinutils/DETAILS
@@ -1,17 +1,7 @@
SPELL=xbinutils
- VERSION=2.16.1
- SOURCE=binutils-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=$GNU_URL/binutils/$SOURCE
- SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/binutils/$SOURCE
-
SOURCE_HASH=sha512:81c50818139c57bc1c645f718fea58cb4e97924f4517eecfac85e6190233cb316759619f65df385c27a3ed2603c5083008df6afb7a0d3570a2f0c58dd028ff22
- LICENSE[0]=GPL
- WEB_SITE=http://sources.redhat.com/binutils
- ENTERED=20010922
- UPDATED=20020429
- KEYWORDS="devel"
- SHORT="binutils is an essential collection of binary utilities."
+ VERSION=0
+ PATCHLEVEL=9999
+ SHORT="deprecated"
cat << EOF
-The cross binutils package installs the binutils programs for
-cross-compilation targets.
+deprecated spell [unmaintained since 2006]
EOF
diff --git a/devel/xbinutils/HISTORY b/devel/xbinutils/HISTORY
index 9768c8e..e0f43f4 100644
--- a/devel/xbinutils/HISTORY
+++ b/devel/xbinutils/HISTORY
@@ -1,3 +1,6 @@
+2026-08-13 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, CONFIGURE, DETAILS, INSTALL, PRE_BUILD, UP_TRIGGERS: spell
deprecated
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2.

diff --git a/devel/xbinutils/INSTALL b/devel/xbinutils/INSTALL
old mode 100755
new mode 100644
index 3eb0ca3..e69de29
--- a/devel/xbinutils/INSTALL
+++ b/devel/xbinutils/INSTALL
@@ -1,9 +0,0 @@
- for TARGET in $TARGETS; do
-
- message "${MESSAGE_COLOR}Installing for target : $TARGET${DEFAULT_COLOR}"
-
- cd $TARGET &&
- make tooldir=$TOOLDIR install &&
- cd ..
-
- done
diff --git a/devel/xbinutils/PRE_BUILD b/devel/xbinutils/PRE_BUILD
deleted file mode 100755
index cf85f93..0000000
--- a/devel/xbinutils/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-mk_source_dir $SOURCE_DIRECTORY &&
-cd $SOURCE_DIRECTORY &&
-unpack_file ''
diff --git a/devel/xbinutils/UP_TRIGGERS b/devel/xbinutils/UP_TRIGGERS
new file mode 100644
index 0000000..a3b6be4
--- /dev/null
+++ b/devel/xbinutils/UP_TRIGGERS
@@ -0,0 +1 @@
+up_trigger xbinutils dispel_self
diff --git a/http/libcss/HISTORY b/http/libcss/HISTORY
index e7cf060..703bc04 100644
--- a/http/libcss/HISTORY
+++ b/http/libcss/HISTORY
@@ -1,3 +1,8 @@
+2026-08-14 Ismael Luceno <ismael AT sourcemage.org>
+ *
patches/0001-select-computed-Squash-Wcalloc-transposed-args-gcc-14-.patch,
+
patches/0001-select-select-Squash-Wcalloc-transposed-args-gcc-14-.patch,
+ PRE_BUILD: Fixed build against GCC 14+
+
2026-08-13 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 0.9.2

diff --git a/http/libcss/PRE_BUILD b/http/libcss/PRE_BUILD
new file mode 100755
index 0000000..c230ad1
--- /dev/null
+++ b/http/libcss/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+apply_patch_dir patches
diff --git
a/http/libcss/patches/0001-select-computed-Squash-Wcalloc-transposed-args-gcc-14-.patch

b/http/libcss/patches/0001-select-computed-Squash-Wcalloc-transposed-args-gcc-14-.patch
new file mode 100644
index 0000000..ec4b531
--- /dev/null
+++
b/http/libcss/patches/0001-select-computed-Squash-Wcalloc-transposed-args-gcc-14-.patch
@@ -0,0 +1,23 @@
+From 0541e18b442d2f46abc0f0b09e0db950e1b657e5 Mon Sep 17 00:00:00 2001
+From: Michael Drake <tlsa AT netsurf-browser.org>
+Date: Fri, 24 May 2024 21:19:20 +0100
+Subject: [PATCH] select: computed: Squash -Wcalloc-transposed-args (gcc-14)
+
+Upstream-Status: Backport
[https://github.com/netsurf-browser/libcss/commit/0541e18b442d2f46abc0f0b09e0db950e1b657e5]
+---
+ src/select/computed.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/select/computed.c b/src/select/computed.c
+index 78f3b80..590b8ba 100644
+--- a/src/select/computed.c
++++ b/src/select/computed.c
+@@ -73,7 +73,7 @@ css_error css__computed_style_create(css_computed_style
**result)
+ if (result == NULL)
+ return CSS_BADPARM;
+
+- s = calloc(sizeof(css_computed_style), 1);
++ s = calloc(1, sizeof(css_computed_style));
+ if (s == NULL)
+ return CSS_NOMEM;
+
diff --git
a/http/libcss/patches/0001-select-select-Squash-Wcalloc-transposed-args-gcc-14-.patch

b/http/libcss/patches/0001-select-select-Squash-Wcalloc-transposed-args-gcc-14-.patch
new file mode 100644
index 0000000..2d54eea
--- /dev/null
+++
b/http/libcss/patches/0001-select-select-Squash-Wcalloc-transposed-args-gcc-14-.patch
@@ -0,0 +1,41 @@
+From 8619d09102d6cc34d63fe87195c548852fc93bf4 Mon Sep 17 00:00:00 2001
+From: Michael Drake <tlsa AT netsurf-browser.org>
+Date: Fri, 24 May 2024 21:19:32 +0100
+Subject: [PATCH] select: select: Squash -Wcalloc-transposed-args (gcc-14)
+
+Upstream-Status: Backport
[https://github.com/netsurf-browser/libcss/commit/8619d09102d6cc34d63fe87195c548852fc93bf4]
+---
+ src/select/select.c | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/src/select/select.c b/src/select/select.c
+index da0aa61..c5ff462 100644
+--- a/src/select/select.c
++++ b/src/select/select.c
+@@ -138,7 +138,7 @@ static css_error css__create_node_data(struct
css_node_data **node_data)
+ {
+ struct css_node_data *nd;
+
+- nd = calloc(sizeof(struct css_node_data), 1);
++ nd = calloc(1, sizeof(struct css_node_data));
+ if (nd == NULL) {
+ return CSS_NOMEM;
+ }
+@@ -234,7 +234,7 @@ css_error css_select_ctx_create(css_select_ctx **result)
+ if (result == NULL)
+ return CSS_BADPARM;
+
+- c = calloc(sizeof(css_select_ctx), 1);
++ c = calloc(1, sizeof(css_select_ctx));
+ if (c == NULL)
+ return CSS_NOMEM;
+
+@@ -613,7 +613,7 @@ static css_error css__create_node_bloom(
+ *node_bloom = NULL;
+
+ /* Create the node's bloom */
+- bloom = calloc(sizeof(css_bloom), CSS_BLOOM_SIZE);
++ bloom = calloc(CSS_BLOOM_SIZE, sizeof(css_bloom));
+ if (bloom == NULL) {
+ return CSS_NOMEM;
+ }


  • [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (6ce46c9016bbc479d6a444b3606c6ab4b531a17d), Ismael Luceno, 08/14/2026

Archive powered by MHonArc 2.6.24.

Top of Page