aboutsummaryrefslogtreecommitdiff
path: root/net/cppzmq
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* net/cppzmq: Upgrade from 4.6.0 to 4.7.1Vasil Dimov2020-10-062-4/+4
| | | | Notes: svn path=/head/; revision=551579
* net/cppzmq: Upgrade from 4.5.0 to 4.6.0Vasil Dimov2020-02-182-4/+4
| | | | Notes: svn path=/head/; revision=526439
* net/cppzmq: Upgrade from 4.3.0 to 4.5.0Vasil Dimov2019-11-052-5/+4
| | | | Notes: svn path=/head/; revision=516783
* net/openpgm: Do not add -I to non-existing directory in openpgm-5.2.pcTobias Kortkamp2019-03-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. * An install or uninstall procedure did not complete successfully. * The installation package was faulty and references files it does not provide. - Bump revisions of all net/openpgm consumers - Unbreak devel/xeus [1] http://beefy9.nyi.freebsd.org/data/112amd64-default/491532/logs/errors/xeus-0.18.1.log PR: 230575 Notes: svn path=/head/; revision=494242
* net/cppzmq: Fix CMake config installation pathVasil Dimov2018-08-201-8/+9
| | | | | | | | | PR: 230771 Submitted by: jhale@ Reported by: jhale@ Notes: svn path=/head/; revision=477649
* net/cppzmq: Upgrade from 4.2.3 to 4.3.0Vasil Dimov2018-08-162-7/+8
| | | | Notes: svn path=/head/; revision=477341
* net/cppzmq: Upgrade from 4.2.2 to 4.2.3Vasil Dimov2018-02-122-5/+8
| | | | | | | Also unbreak after an upgrade of a dependency port net/libzmq4 Notes: svn path=/head/; revision=461571
* Fix USE_GITHUB usage.Mathieu Arnold2017-11-132-4/+4
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=454121
* net/cppzmq: s/CONFLICTS/CONFLICTS_INSTALL/Vasil Dimov2017-10-231-1/+1
| | | | | | | | | | CONFLICTS_INSTALL is more precise (it can be built and packaged concurrently, just not installed concurrently). Reported by: koobs@ Notes: svn path=/head/; revision=452693
* Add new port net/cppzmq - C++ bindings for 0MQVasil Dimov2017-10-133-0/+45
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. Notes: svn path=/head/; revision=451944