| Port details on branch 2025Q4 |
- spdlog Super fast C++ logging library
- 1.15.2_4 devel
=0 1.15.2_4Version of this port present on the latest quarterly branch. - Maintainer: vanilla@FreeBSD.org
 - Port Added: 2025-11-02 02:21:37
- Last Update: 2025-11-02 02:17:26
- Commit Hash: 1905b82
- License: MIT
- WWW:
- https://github.com/gabime/spdlog
- Description:
- Super fast C++ logging library.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/spdlog/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/spdlog
- pkg install spdlog
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: spdlog
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1743340971
SHA256 (gabime-spdlog-v1.15.2_GH0.tar.gz) = 7a80896357f3e8e920e85e92633b14ba0f229c506e6f978578bdc35ba09e9a5d
SIZE (gabime-spdlog-v1.15.2_GH0.tar.gz) = 275744
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- Library dependencies:
-
- libfmt.so : devel/libfmt
- This port is required by:
- for Libraries
-
- cad/cura-engine
Configuration Options:
- No options to configure
- Options name:
- devel_spdlog
- USES:
- cmake compiler:c++11-lib pathfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
1.15.2_4 02 Nov 2025 02:17:26
    |
Matthias Andree (mandree)  |
devel/spdlog: fix botched gmt offset calculation
The upstream code has like a handful of bugs in the place that should
obtain the GMT offset for a struct tm, and os-inl.h is a botch.
Strip the bogus workaround code and use tm.tm_gmtoff.
Reported by: diizzy@
URL: https://github.com/gabime/spdlog/issues/3483
Approved by: portmgr@ (just-fix-it blanket)
(based on commit 9f6a8a34ed864c5a40d987d6d102898ee124a821) |
Number of commits found: 1
|