1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

net-mgmt/centreon-clib: Update version 19.04.0=>19.10.0

This commit is contained in:
Muhammad Moinur Rahman 2019-10-27 08:24:15 +00:00
parent 39e7097441
commit 7edcc36a7c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=515757
4 changed files with 16 additions and 7 deletions

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= centreon-clib
PORTVERSION= 19.04.0
PORTREVISION= 1
PORTVERSION= 19.10.0
CATEGORIES= net-mgmt
MAINTAINER= bofh@FreeBSD.org
@ -17,7 +16,6 @@ USES= cmake compiler:c++11-lang
USE_GITHUB= yes
GH_ACCOUNT= centreon
CMAKE_SOURCE_PATH= ${WRKSRC}/build
CMAKE_ARGS= -DWITH_PREFIX=${PREFIX} \
-DWITH_PREFIX_INC=${PREFIX}/include/centreon \
-DWITH_PKGCONFIG_DIR=${PREFIX}/libdata/pkgconfig

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1556306551
SHA256 (centreon-centreon-clib-19.04.0_GH0.tar.gz) = 5abd8c3358ac6f4b2a183d82725145cc489978a009b8a7ce87384157a216dbb4
SIZE (centreon-centreon-clib-19.04.0_GH0.tar.gz) = 93158
TIMESTAMP = 1572019706
SHA256 (centreon-centreon-clib-19.10.0_GH0.tar.gz) = 33d1173a20b8507d4eb904e77d57ced258b68ddec2adc78183d90b18e3727ecc
SIZE (centreon-centreon-clib-19.10.0_GH0.tar.gz) = 93254

View File

@ -0,0 +1,12 @@
--- src/process_manager_posix.cc.orig 2019-10-25 18:23:17 UTC
+++ src/process_manager_posix.cc
@@ -22,6 +22,9 @@
#include <sys/types.h>
#include <sys/wait.h>
#include <unistd.h>
+#if defined(__FreeBSD__) || defined (__DragonFly__)
+#include <signal.h>
+#endif
#include "com/centreon/concurrency/locker.hh"
#include "com/centreon/exceptions/basic.hh"
#include "com/centreon/logging/logger.hh"

View File

@ -18,7 +18,6 @@ include/centreon/com/centreon/process_manager_posix.hh
include/centreon/com/centreon/process_manager_win32.hh
include/centreon/com/centreon/process_posix.hh
include/centreon/com/centreon/process_win32.hh
include/centreon/com/centreon/shared_ptr.hh
include/centreon/com/centreon/task.hh
include/centreon/com/centreon/task_manager.hh
include/centreon/com/centreon/timestamp.hh