pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/libowfat
Module Name: pkgsrc
Committed By: schmonz
Date: Sat Nov 9 17:05:46 UTC 2024
Modified Files:
pkgsrc/devel/libowfat: Makefile PLIST distinfo
Log Message:
libowfat: update to 0.34. Changes:
- be more C99 compliant (Florian Weimer)
- add C++ convenience overloads to uint*.h
- remove unaligned memory access behind #ifdef i386 from uint*.h
(compilers are now smart enough so they are no longer needed and they
were technically undefined behavior so the sanitizer complained)
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/libowfat/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/libowfat/PLIST
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/libowfat/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/libowfat/Makefile
diff -u pkgsrc/devel/libowfat/Makefile:1.12 pkgsrc/devel/libowfat/Makefile:1.13
--- pkgsrc/devel/libowfat/Makefile:1.12 Thu Nov 9 19:26:00 2023
+++ pkgsrc/devel/libowfat/Makefile Sat Nov 9 17:05:46 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2023/11/09 19:26:00 schmonz Exp $
+# $NetBSD: Makefile,v 1.13 2024/11/09 17:05:46 schmonz Exp $
-DISTNAME= libowfat-0.33
+DISTNAME= libowfat-0.34
CATEGORIES= devel
MASTER_SITES= ${HOMEPAGE}
EXTRACT_SUFX= .tar.xz
@@ -11,6 +11,7 @@ COMMENT= Library of general purpose APIs
LICENSE= gnu-gpl-v2
MAKE_FILE= GNUmakefile
+MAKE_JOBS_SAFE= no
USE_TOOLS+= gmake
post-extract:
@@ -20,10 +21,4 @@ post-extract:
${MV} taia/taia_now.3 taia/taia_now_libowfat.3; \
${MV} taia/taia_pack.3 taia/taia_pack_libowfat.3
-# work around missing dependency for parallel builds
-pre-build:
- cd ${WRKSRC}; \
- ${BUILD_MAKE_CMD} headers; \
- ${BUILD_MAKE_CMD} ent
-
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/libowfat/PLIST
diff -u pkgsrc/devel/libowfat/PLIST:1.7 pkgsrc/devel/libowfat/PLIST:1.8
--- pkgsrc/devel/libowfat/PLIST:1.7 Thu Nov 9 19:26:00 2023
+++ pkgsrc/devel/libowfat/PLIST Sat Nov 9 17:05:46 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2023/11/09 19:26:00 schmonz Exp $
+@comment $NetBSD: PLIST,v 1.8 2024/11/09 17:05:46 schmonz Exp $
include/libowfat/array.h
include/libowfat/buffer.h
include/libowfat/byte.h
@@ -242,7 +242,10 @@ man/man3/iob_adds.3
man/man3/iob_adds_free.3
man/man3/iob_bytesleft.3
man/man3/iob_free.3
+man/man3/iob_init.3
+man/man3/iob_init_autofree.3
man/man3/iob_new.3
+man/man3/iob_new_autofree.3
man/man3/iob_prefetch.3
man/man3/iob_reset.3
man/man3/iob_send.3
@@ -250,6 +253,7 @@ man/man3/iob_write.3
man/man3/iom_abort.3
man/man3/iom_add.3
man/man3/iom_init.3
+man/man3/iom_requeue.3
man/man3/iom_wait.3
man/man3/iopause.3
man/man3/mmap_private.3
Index: pkgsrc/devel/libowfat/distinfo
diff -u pkgsrc/devel/libowfat/distinfo:1.14 pkgsrc/devel/libowfat/distinfo:1.15
--- pkgsrc/devel/libowfat/distinfo:1.14 Thu Nov 9 19:26:00 2023
+++ pkgsrc/devel/libowfat/distinfo Sat Nov 9 17:05:46 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.14 2023/11/09 19:26:00 schmonz Exp $
+$NetBSD: distinfo,v 1.15 2024/11/09 17:05:46 schmonz Exp $
-BLAKE2s (libowfat-0.33.tar.xz) = 31706dc1a4ba7c3f17498c45b59030581152f4c4fbb680aaeda9ba377fee7230
-SHA512 (libowfat-0.33.tar.xz) = 03a56bcbc1a58e340c473d260877218a35841a6915a8369381d74463244cd754fc736006344814855c4d33598ad811d51b7fff4ba41c5e6d38d56297903dcaf5
-Size (libowfat-0.33.tar.xz) = 213920 bytes
+BLAKE2s (libowfat-0.34.tar.xz) = 033749d597626b35b39d759bc5e019331cee8d5eba823f0a95d12ecd41fcc053
+SHA512 (libowfat-0.34.tar.xz) = 5be668f78d86c8591c8f2b8067f8ce41a38891b977ab239ee64602c37232aa85c396e07fedd378be12c6730080ca2ada08964cebd6e844191fce0c8cff57bb47
+Size (libowfat-0.34.tar.xz) = 223960 bytes
SHA1 (patch-GNUmakefile) = 5f7cbfd30e151957b18439bb3bacabe17c292d47
SHA1 (patch-io_io__sendfile.c) = b275fadf236220207cd90e2a44f739d91656b253
SHA1 (patch-mmap_mmap__readat.c) = bd0c8bb8a9c74e51ad55153ad9e855fb64be6f2e
Home |
Main Index |
Thread Index |
Old Index