1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00

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.
This commit is contained in:
Luca Pizzamiglio 2018-03-07 12:41:33 +00:00
parent f891ba4ddb
commit bfcfb5a913
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=463790
4 changed files with 7 additions and 8 deletions

View File

@ -3,8 +3,7 @@
PORTNAME= openbmp
DISTVERSIONPREFIX= v
DISTVERSION= 0.13.0
PORTREVISION= 1
DISTVERSION= 0.14.0
CATEGORIES= net-mgmt
MAINTAINER= pizzamig@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1505339149
SHA256 (OpenBMP-openbmp-v0.13.0_GH0.tar.gz) = 5eb3cc72553e1be86e47e298da441cdc1d4be9a4c67bd0d02f14fc903a01c307
SIZE (OpenBMP-openbmp-v0.13.0_GH0.tar.gz) = 3016241
TIMESTAMP = 1520416437
SHA256 (OpenBMP-openbmp-v0.14.0_GH0.tar.gz) = 21367c4d9a552e7147b013fd62f5334d005513c63cd8f4f2653e31d42f1fc60c
SIZE (OpenBMP-openbmp-v0.14.0_GH0.tar.gz) = 3019126

View File

@ -27,7 +27,7 @@
endif()
# Set the libs to link
-set (LIBS pthread ${LIBYAML_CPP_LIBRARY} ${LIBRDKAFKA_CPP_LIBRARY} ${LIBRDKAFKA_LIBRARY} z ${SSL_LIBS})
-set (LIBS pthread ${LIBYAML_CPP_LIBRARY} ${LIBRDKAFKA_CPP_LIBRARY} ${LIBRDKAFKA_LIBRARY} z ${SSL_LIBS} dl)
+set (LIBS pthread ${LIBYAML_CPP_LIBRARY} ${LIBRDKAFKA_CPP_LIBRARY} ${LIBRDKAFKA_LIBRARY} z lz4 ${SSL_LIBS})
# Set the binary

View File

@ -1,9 +1,9 @@
--- Server/src/client_thread.cpp.orig 2017-09-14 09:34:45 UTC
+++ Server/src/client_thread.cpp
@@ -227,7 +227,7 @@ void *ClientThread(void *arg) {
@@ -242,7 +242,7 @@ void *ClientThread(void *arg) {
LOG_INFO("%s: %s - Thread for sock [%d] ended", cInfo.client->c_ip, str, cInfo.client->c_sock);
close(sock_fds[0]);
close(sock_fds[1]);
-#ifndef __APPLE__
+#if !defined(__APPLE__) and !defined(__FreeBSD__)
} catch (abi::__forced_unwind&) {