| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=526439
|
|
|
|
| |
Notes:
svn path=/head/; revision=516783
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
PR: 230771
Submitted by: jhale@
Reported by: jhale@
Notes:
svn path=/head/; revision=477649
|
|
|
|
| |
Notes:
svn path=/head/; revision=477341
|
|
|
|
|
|
|
| |
Also unbreak after an upgrade of a dependency port net/libzmq4
Notes:
svn path=/head/; revision=461571
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=454121
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
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
|