Skip to Content.
Sympa Menu

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

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 (5886ade0f48c39115716ce978e830c480a007bed)
  • Date: Fri, 5 Dec 2025 22:47:18 +0000

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

archive/unzip/BUILD | 5 +++++
archive/unzip/DETAILS | 5 ++---
archive/unzip/HISTORY | 4 ++++
xorg-app/xkbprint/DETAILS | 1 +
4 files changed, 12 insertions(+), 3 deletions(-)

New commits:
commit 5886ade0f48c39115716ce978e830c480a007bed
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

unzip: Remove the VX variable

commit 621ec567892d5fb24d94a6b831ad1d8405e74cad
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

unzip: Fix build against GCC 15+

commit 7d25ad17caeaec040f60c5ede03de064adff47c8
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

xkbprint: Add Watch line

diff --git a/archive/unzip/BUILD b/archive/unzip/BUILD
index 20a345b..de9febc 100755
--- a/archive/unzip/BUILD
+++ b/archive/unzip/BUILD
@@ -1,3 +1,8 @@
+# Force a specific C standard to avoid build failures with newer compilers
+case "$($CC --help)" in
+ (*\ -std=*) CFLAGS+=' -std=gnu99';;
+esac &&
+
DEFINES='-DACORN_FTYPE_NFS -DWILD_STOP_AT_DIR -DLARGE_FILE_SUPPORT \
-DUNICODE_SUPPORT -DUNICODE_WCHAR -DUTF8_MAYBE_NATIVE -DNO_LCHMOD \
-DDATE_FORMAT=DF_YMD -DNOMEMCPY -DNO_WORKING_ISPRINT' &&
diff --git a/archive/unzip/DETAILS b/archive/unzip/DETAILS
index 02f6ee6..02e97d0 100755
--- a/archive/unzip/DETAILS
+++ b/archive/unzip/DETAILS
@@ -1,10 +1,9 @@
SPELL=unzip
VERSION=6.0
SECURITY_PATCH=1
- VX=${VERSION/./}

SOURCE_HASH=sha512:0694e403ebc57b37218e00ec1a406cae5cc9c5b52b6798e0d4590840b6cdbf9ddc0d9471f67af783e960f8fa2e620394d51384257dca23d06bcd90224a80ce5d
- SOURCE=${SPELL}${VX}.tgz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}${VX}
+ SOURCE=${SPELL}${VERSION//.}.tgz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SOURCE%.tgz}
SOURCE_URL[0]=ftp://ftp.info-zip.org/pub/infozip/src/$SOURCE

WEB_SITE=http://www.ctan.org/tex-archive/tools/zip/info-zip/UnZip.html
ENTERED=20010922
diff --git a/archive/unzip/HISTORY b/archive/unzip/HISTORY
index f300f67..c6fb8dc 100644
--- a/archive/unzip/HISTORY
+++ b/archive/unzip/HISTORY
@@ -1,3 +1,7 @@
+2025-12-05 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD: Fixed build against GCC 15+
+ * DETAILS: removed the VX variable
+
2025-02-22 Conner Clere <xenanthropy AT sourcemage.org>
* patches/*: add a HUGE amount of missing patches that patch
various issues and CVEs
diff --git a/xorg-app/xkbprint/DETAILS b/xorg-app/xkbprint/DETAILS
index a7669b7..7a61b25 100755
--- a/xorg-app/xkbprint/DETAILS
+++ b/xorg-app/xkbprint/DETAILS
@@ -1,3 +1,4 @@
+# Watch: https://xorg.freedesktop.org/releases/individual/app/
SPELL=xkbprint
VERSION=1.0.7
SOURCE=$SPELL-$VERSION.tar.xz


  • [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (5886ade0f48c39115716ce978e830c480a007bed), Ismael Luceno, 12/05/2025

Archive powered by MHonArc 2.6.24.

Top of Page