Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (ed66a1cac08d9a1e2ac87a22919b6cda10cdb969)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <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 Treeve Jelbert (ed66a1cac08d9a1e2ac87a22919b6cda10cdb969)
  • Date: Sun, 30 Jun 2024 15:27:26 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

libs/libbsd/DETAILS
| 2
libs/libbsd/HISTORY
| 4 +
libs/libbsd/PRE_BUILD
| 3

libs/libbsd/patches/0001-funopen-Replace-off64_t-with-off_t-in-funopen_seek-.patch
| 38 ----------
4 files changed, 5 insertions(+), 42 deletions(-)

New commits:
commit ed66a1cac08d9a1e2ac87a22919b6cda10cdb969
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libbsd: => 0.12.2

diff --git a/libs/libbsd/DETAILS b/libs/libbsd/DETAILS
index 9a43686..58d0cc1 100755
--- a/libs/libbsd/DETAILS
+++ b/libs/libbsd/DETAILS
@@ -1,6 +1,6 @@
# Watch: https://libbsd.freedesktop.org/releases/
SPELL=libbsd
- VERSION=0.11.7
+ VERSION=0.12.2
SOURCE="${SPELL}-${VERSION}.tar.xz"
SOURCE2=$SOURCE.asc
SOURCE_URL[0]=https://libbsd.freedesktop.org/releases/${SOURCE}
diff --git a/libs/libbsd/HISTORY b/libs/libbsd/HISTORY
index d806d93..482d89d 100644
--- a/libs/libbsd/HISTORY
+++ b/libs/libbsd/HISTORY
@@ -1,3 +1,7 @@
+2024-06-30 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.12.2
+ * PRE_BUILD patches: deleted, broken
+
2023-11-18 Ismael Luceno <ismael AT sourcemage.org>
*
patches/0001-funopen-Replace-off64_t-with-off_t-in-funopen_seek-.patch,
PRE_BUILD: fixed build against musl (broken by musl update?)
diff --git a/libs/libbsd/PRE_BUILD b/libs/libbsd/PRE_BUILD
deleted file mode 100755
index c230ad1..0000000
--- a/libs/libbsd/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-apply_patch_dir patches
diff --git
a/libs/libbsd/patches/0001-funopen-Replace-off64_t-with-off_t-in-funopen_seek-.patch

b/libs/libbsd/patches/0001-funopen-Replace-off64_t-with-off_t-in-funopen_seek-.patch
deleted file mode 100644
index 8ad7c2e..0000000
---
a/libs/libbsd/patches/0001-funopen-Replace-off64_t-with-off_t-in-funopen_seek-.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-From ec88b7bbbc9ef262b22302419ae14fce5fc7b1d8 Mon Sep 17 00:00:00 2001
-From: Khem Raj <raj.khem AT gmail.com>
-Date: Thu, 15 Dec 2022 09:02:22 -0800
-Subject: [PATCH] funopen: Replace off64_t with off_t in funopen_seek()
-
-AC_SYS_LARGEFILE in configure.ac is setting needed defines to make
-64bit off_t on relevant platforms.
-
-Fixes build on musl:
-
-| src/funopen.c:68:28: error: unknown type name 'off64_t'; did you mean
'off_t'?
-| funopen_seek(void *cookie, off64_t *offset, int whence)
-| ^~~~~~~
-| off_t
-
-Closes: !24
-Signed-off-by: Khem Raj <raj.khem AT gmail.com>
-Signed-off-by: Guillem Jover <guillem AT hadrons.org>
----
- src/funopen.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/funopen.c b/src/funopen.c
-index 01b63b3..0513e38 100644
---- a/src/funopen.c
-+++ b/src/funopen.c
-@@ -65,7 +65,7 @@ funopen_write(void *cookie, const char *buf, size_t size)
- }
-
- static int
--funopen_seek(void *cookie, off64_t *offset, int whence)
-+funopen_seek(void *cookie, off_t *offset, int whence)
- {
- struct funopen_cookie *cookiewrap = cookie;
- off_t soff = *offset;
---
-GitLab
-


  • [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (ed66a1cac08d9a1e2ac87a22919b6cda10cdb969), Treeve Jelbert, 06/30/2024

Archive powered by MHonArc 2.6.24.

Top of Page