Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
02 Nov 2021 09:41:34 4.8.1
|
Vasil Dimov (vd)  |
net/cppzmq: Upgrade from 4.7.1 to 4.8.1 |
06 Apr 2021 14:31:07 4.7.1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
06 Oct 2020 13:15:16
4.7.1
|
vd  |
net/cppzmq: Upgrade from 4.6.0 to 4.7.1 |
18 Feb 2020 07:42:59
4.6.0
|
vd  |
net/cppzmq: Upgrade from 4.5.0 to 4.6.0 |
05 Nov 2019 09:17:53
4.5.0
|
vd  |
net/cppzmq: Upgrade from 4.3.0 to 4.5.0 |
01 Mar 2019 08:08:14
4.3.0_2
|
tobik  |
net/openpgm: Do not add -I to non-existing directory in openpgm-5.2.pc
foo/lib/pgm-5.2/include does not exist, so applications using strict
compiler flags will fail to build due to this.
Here this breaks devel/xeus build after r491260 [1]:
CMake Error in CMakeLists.txt:
Imported target "cppzmq" includes non-existent path
"/usr/local/lib/pgm-5.2/include"
in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include:
* The path was deleted, renamed, or moved to another location. (Only the first 15 lines of the commit message are shown above ) |
20 Aug 2018 12:43:41
4.3.0_1
|
vd  |
net/cppzmq: Fix CMake config installation path
PR: 230771
Submitted by: jhale@
Reported by: jhale@ |
16 Aug 2018 13:34:22
4.3.0
|
vd  |
net/cppzmq: Upgrade from 4.2.3 to 4.3.0 |
12 Feb 2018 09:55:18
4.2.3
|
vd  |
net/cppzmq: Upgrade from 4.2.2 to 4.2.3
Also unbreak after an upgrade of a dependency port net/libzmq4 |
13 Nov 2017 15:51:56
4.2.2
|
mat  |
Fix USE_GITHUB usage.
Sponsored by: Absolight |
23 Oct 2017 07:19:52
4.2.2
|
vd  |
net/cppzmq: s/CONFLICTS/CONFLICTS_INSTALL/
CONFLICTS_INSTALL is more precise (it can be built and packaged
concurrently, just not installed concurrently).
Reported by: koobs@ |
13 Oct 2017 06:12:53
4.2.2
|
vd  |
Add new port net/cppzmq - C++ bindings for 0MQ
As of ZeroMQ 3.2.0 zmq.hpp has been split into a separate project under
https://github.com/zeromq/cppzmq/releases
https://zeromq.jira.com/browse/LIBZMQ-359
So, FreeBSD's net/libzmq2 does provide zmq.hpp, while net/libzmq3 and
net/libzmq4 do not and this new port net/cppzmq is supplementary to them. |