FreeBSD Bugzilla – Attachment 238514 Details for
Bug 268081
devel/libfmt: upgrade to 9.1.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for libfmt
libfmt910.patch (text/plain), 2.41 KB, created by
Daniel Engberg
on 2022-12-04 20:13:48 UTC
(
hide
)
Description:
Patch for libfmt
Filename:
MIME Type:
Creator:
Daniel Engberg
Created:
2022-12-04 20:13:48 UTC
Size:
2.41 KB
patch
obsolete
>diff --git a/devel/libfmt/Makefile b/devel/libfmt/Makefile >index 7779ac4fd018..75a2e71dd09f 100644 >--- a/devel/libfmt/Makefile >+++ b/devel/libfmt/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= fmt > # Make sure to check devel/spdlog consumers too >-PORTVERSION= 8.1.1 >+PORTVERSION= 9.1.0 > CATEGORIES= devel > MASTER_SITES= https://github.com/fmtlib/fmt/releases/download/${PORTVERSION}/ > PKGNAMEPREFIX= lib >@@ -12,7 +12,7 @@ WWW= https://fmt.dev/ > LICENSE= MIT > LICENSE_FILE= ${WRKSRC}/LICENSE.rst > >-USES= cmake compiler:c++11-lang cpe zip >+USES= cmake:testing compiler:c++11-lang cpe zip > > CMAKE_OFF= FMT_CUDA_TEST FMT_DOC FMT_FUZZ FMT_MODULE FMT_PEDANTIC FMT_SYSTEM_HEADERS FMT_TEST FMT_WERROR > CMAKE_ON= BUILD_SHARED_LIBS FMT_OS >@@ -20,6 +20,8 @@ USE_LDCONFIG= yes > > PLIST_SUB= PORTVERSION=${PORTVERSION} > >+CMAKE_TESTING_ON= FMT_TEST >+ > # include/fmt/* > CONFLICTS_INSTALL= axom > >@@ -29,10 +31,4 @@ FULL_CACHE_DRAGONBOX_DESC= Use larger binary size for better performance > > FULL_CACHE_DRAGONBOX_CXXFLAGS= -DFMT_USE_FULL_CACHE_DRAGONBOX=1 > >-do-test: >- @cd ${BUILD_WRKSRC} && \ >- ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DFMT_TEST:BOOL=ON ${CMAKE_SOURCE_PATH} && \ >- ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \ >- ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} test >- > .include <bsd.port.mk> >diff --git a/devel/libfmt/distinfo b/devel/libfmt/distinfo >index d884e19830a8..159ebf02cd50 100644 >--- a/devel/libfmt/distinfo >+++ b/devel/libfmt/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1643382500 >-SHA256 (fmt-8.1.1.zip) = 23778bad8edba12d76e4075da06db591f3b0e3c6c04928ced4a7282ca3400e5d >-SIZE (fmt-8.1.1.zip) = 1248058 >+TIMESTAMP = 1670181270 >+SHA256 (fmt-9.1.0.zip) = cceb4cb9366e18a5742128cb3524ce5f50e88b476f1e54737a47ffdf4df4c996 >+SIZE (fmt-9.1.0.zip) = 1262685 >diff --git a/devel/libfmt/pkg-plist b/devel/libfmt/pkg-plist >index 8ece4bdf49b5..96ddb7fa95f7 100644 >--- a/devel/libfmt/pkg-plist >+++ b/devel/libfmt/pkg-plist >@@ -5,17 +5,17 @@ include/fmt/compile.h > include/fmt/core.h > include/fmt/format-inl.h > include/fmt/format.h >-include/fmt/locale.h > include/fmt/os.h > include/fmt/ostream.h > include/fmt/printf.h > include/fmt/ranges.h >+include/fmt/std.h > include/fmt/xchar.h > lib/cmake/fmt/fmt-config-version.cmake > lib/cmake/fmt/fmt-config.cmake > lib/cmake/fmt/fmt-targets-%%CMAKE_BUILD_TYPE%%.cmake > lib/cmake/fmt/fmt-targets.cmake > lib/libfmt.so >-lib/libfmt.so.8 >+lib/libfmt.so.9 > lib/libfmt.so.%%PORTVERSION%% > libdata/pkgconfig/fmt.pc
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 268081
:
238450
| 238514