pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/fmtlib
Module Name: pkgsrc
Committed By: adam
Date: Mon Jan 27 10:00:57 UTC 2025
Modified Files:
pkgsrc/textproc/fmtlib: Makefile distinfo
Log Message:
fmtlib: updated to 11.1.3
11.1.3
Fixed compilation on GCC 9.4
Worked around an internal compiler error when using C++20 modules with GCC 14.2 and earlier
Worked around a bug in GCC 6
Fixed an issue caused by instantiating formatter<const T>
Fixed formatting into std::ostreambuf_iterator when using format string compilation
Restored a constraint on the map formatter so that it correctly reports as unformattable when the element is
Reduced the size of format specs
Readded args() to fmt::format_context
Fixed a bogus MSVC warning
Fixed a pedantic mode error in the CMake config
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/textproc/fmtlib/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/textproc/fmtlib/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/fmtlib/Makefile
diff -u pkgsrc/textproc/fmtlib/Makefile:1.22 pkgsrc/textproc/fmtlib/Makefile:1.23
--- pkgsrc/textproc/fmtlib/Makefile:1.22 Mon Jan 13 09:53:59 2025
+++ pkgsrc/textproc/fmtlib/Makefile Mon Jan 27 10:00:57 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2025/01/13 09:53:59 adam Exp $
+# $NetBSD: Makefile,v 1.23 2025/01/27 10:00:57 adam Exp $
-DISTNAME= fmt-11.1.2
+DISTNAME= fmt-11.1.3
PKGNAME= ${DISTNAME:S/fmt/fmtlib/}
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=fmtlib/}
Index: pkgsrc/textproc/fmtlib/distinfo
diff -u pkgsrc/textproc/fmtlib/distinfo:1.23 pkgsrc/textproc/fmtlib/distinfo:1.24
--- pkgsrc/textproc/fmtlib/distinfo:1.23 Mon Jan 13 09:53:59 2025
+++ pkgsrc/textproc/fmtlib/distinfo Mon Jan 27 10:00:57 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.23 2025/01/13 09:53:59 adam Exp $
+$NetBSD: distinfo,v 1.24 2025/01/27 10:00:57 adam Exp $
-BLAKE2s (fmt-11.1.2.tar.gz) = 6a7b5ff88ebef7fb51dc0847639327e3e5c5fda41a8343363877e387b95b153a
-SHA512 (fmt-11.1.2.tar.gz) = 97570686251e9122fd49a869c0be2340b5a32917f5e184bc55fde565fe06d5bd6a2f95fc7d8ea09f0a847d65482d3524bfe478aee3b82bbdc6d3af094ee3815f
-Size (fmt-11.1.2.tar.gz) = 702448 bytes
+BLAKE2s (fmt-11.1.3.tar.gz) = bf4027ac609c63ad037b0374f8d88e3f2041503e7e2c5ddcd58f8a09058e46fc
+SHA512 (fmt-11.1.3.tar.gz) = c1b94ab149d8b1c750dc91fcc1dc9b680d4bd01a9da1e5e74151b2e2f82f811e845e3362922e75b12fcca172ee3f2606e061c001bfa358a86f25cce4ff2d36ef
+Size (fmt-11.1.3.tar.gz) = 703094 bytes
Home |
Main Index |
Thread Index |
Old Index