diff options
author | madpilot <madpilot@FreeBSD.org> | 2018-02-17 18:12:29 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2018-02-17 18:12:29 +0800 |
commit | 221df844c8fd9b1b51cc89c05116c1ce0c9404af (patch) | |
tree | ce990b663247aaf5c52c38f0115f1fc1b7ce5da3 /net-mgmt | |
parent | 2950c728aa1b0b723784bb7775c9643832e6335c (diff) | |
download | freebsd-ports-gnome-221df844c8fd9b1b51cc89c05116c1ce0c9404af.tar.gz freebsd-ports-gnome-221df844c8fd9b1b51cc89c05116c1ce0c9404af.tar.zst freebsd-ports-gnome-221df844c8fd9b1b51cc89c05116c1ce0c9404af.zip |
- Update devel/yaml-cpp to 0.6.1
- This new version drops dependency on boost-libs
- Fix openxcom to build with this new version [1]
- Add explicit dependency on boost to net-mgmt/openbmp, now that
yamp-cpp does not pull that in for it [2]
Approved by: pizzamig [2],
Maintainer timeout [1]
Differential Revision: https://reviews.freebsd.org/D14155
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/openbmp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-mgmt/openbmp/Makefile b/net-mgmt/openbmp/Makefile index 254a001e0d81..7a441b7fdd91 100644 --- a/net-mgmt/openbmp/Makefile +++ b/net-mgmt/openbmp/Makefile @@ -4,6 +4,7 @@ PORTNAME= openbmp DISTVERSIONPREFIX= v DISTVERSION= 0.13.0 +PORTREVISION= 1 CATEGORIES= net-mgmt MAINTAINER= pizzamig@FreeBSD.org @@ -12,6 +13,7 @@ COMMENT= OpenBMP Server Collector LICENSE= EPL LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${LOCALBASE}/include/boost/exception/all.hpp:devel/boost-libs LIB_DEPENDS= librdkafka.so:net/librdkafka \ libsasl2.so:security/cyrus-sasl2 \ libyaml-cpp.so:devel/yaml-cpp |