notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: devel/spdlog/files
SVNWeb

Number of commits found: 6

Thu, 25 Mar 2021
[ 13:54 vanilla search for other commits by this committer ] Original commit   Revision:569203
remove unneed patch file.
Mon, 23 Dec 2019
[ 14:09 pkubaj search for other commits by this committer ] Original commit   Revision:520723
devel/spdlog: fix build on GCC architectures

assert() is not declared by default:
In file included from
/wrkdirs/usr/ports/devel/spdlog/work/spdlog-1.4.2/src/async.cpp:11:
/wrkdirs/usr/ports/devel/spdlog/work/spdlog-1.4.2/include/spdlog/details/thread_pool-inl.h:
In member function 'bool spdlog::details::thread_pool::process_next_msg_()':
/wrkdirs/usr/ports/devel/spdlog/work/spdlog-1.4.2/include/spdlog/details/thread_pool-inl.h:119:9:
error: 'assert' was not declared in this scope
  119 |         assert(false && "Unexpected async_msg_type");
      |         ^~~~~~

PR:		242825
Approved by:	vanilla (maintainer)
Wed, 4 Dec 2019
[ 13:19 vanilla search for other commits by this committer ] Original commit   Revision:519012
1: Update devel/spdlog to 1.4.2.
2: Fix build issue due spdlog's upgrade.

Approved by:	danfe@ (www/envoy), adridg@ (net-im/nheko), maintainer timeout
(sunpoet@, jhixson@)
Sun, 1 Sep 2019
[ 06:09 tobik search for other commits by this committer ] Original commit   Revision:510679
devel/spdlog: Use system fmt

This is in preparation for updating devel/libfmt to 6.0.0.  Spdlog
bundles fmt 5.3.0 which is incompatible with 6.0.0.  This would
lead to problems in consumers that use both.

PR:		240148
Submitted by:	jbeich
Approved by:	vanilla (maintainer)
Thu, 30 Mar 2017
[ 09:33 vanilla search for other commits by this committer ] Original commit   Revision:437277
1: Move cmake config files to right path.
2: bump version.
Sat, 14 Jan 2017
[ 03:37 vanilla search for other commits by this committer ] Original commit   Revision:431455
Add spdlog, another c++ logging library.

Number of commits found: 6