Commit graph

4 commits

Author SHA1 Message Date
Piotr Kubaj
ddfde0b706 net-mgmt/openbmp: fix build with GCC architectures
Building with GCC requires include sys/types.h in Server/src/Logger.h.

/wrkdirs/usr/ports/net-mgmt/openbmp/work/openbmp-0.14.0/Server/src/Logger.h:99:27: error: 'u_char' has not been declared
     void setWidthFunction(u_char width);

PR:		239329
Approved by:	pizzamig (maintainer), linimon (mentor)
Differential Revision:	https://reviews.freebsd.org/D21026
2019-07-30 12:16:23 +00:00
Luca Pizzamiglio
41cd751407 net-mgmt/openbmp: Fix the build with librdkafka 1.0.0
Adding zstd support to librdkafka broke this port.
Fix it.

Reported by:	antoine@
Sponsored by:	trivago N.V.
2019-04-07 11:08:32 +00:00
Luca Pizzamiglio
bfcfb5a913 net-mgmt/openbmp: Update to 0.14.0
Release notes: https://github.com/OpenBMP/openbmp/releases/tag/v0.14.0
Sponsored by:	trivago N.V.
2018-03-07 12:41:33 +00:00
Luca Pizzamiglio
45a3a02fad net-mgmt/openbmp: new port
Adding openBMP, a BGP Monitor Protocol collector

Approved by:	olivier (mentor)
Sponsored by:	trivago N.V.
Differential Revision:	https://reviews.freebsd.org/D12378
2017-09-15 14:17:03 +00:00