Commit Graph

7 Commits

Author SHA1 Message Date
Tobias Kortkamp
f4c9de68f6 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.

  * 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
2019-03-01 08:08:14 +00:00
Vasil Dimov
ddbecf3e76 net/cppzmq: Fix CMake config installation path
PR:		230771
Submitted by:	jhale@
Reported by:	jhale@
2018-08-20 12:43:41 +00:00
Vasil Dimov
30f2c94f24 net/cppzmq: Upgrade from 4.2.3 to 4.3.0 2018-08-16 13:34:22 +00:00
Vasil Dimov
6fe0de9ba8 net/cppzmq: Upgrade from 4.2.2 to 4.2.3
Also unbreak after an upgrade of a dependency port net/libzmq4
2018-02-12 09:55:18 +00:00
Mathieu Arnold
626b616ebd Fix USE_GITHUB usage.
Sponsored by:	Absolight
2017-11-13 15:51:56 +00:00
Vasil Dimov
90a5f73cc7 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@
2017-10-23 07:19:52 +00:00
Vasil Dimov
8ccafc93fd 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.
2017-10-13 06:12:53 +00:00