sysutils/bareos20-*: Update to 20.0.8

ChangeLog at:	https://github.com/bareos/bareos/blob/Release/20.0.8/CHANGELOG.md
This commit is contained in:
Jose Alonso Cardenas Marquez 2022-11-18 00:30:50 -05:00
parent 06f0779612
commit 5f6f92b7e5
5 changed files with 21 additions and 23 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= bareos
DISTVERSIONPREFIX= Release/
DISTVERSION= 20.0.7
DISTVERSION= 20.0.8
PORTREVISION?= 0
CATEGORIES?= sysutils
PKGNAMEPREFIX?= #

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1667250604
SHA256 (bareos-bareos-Release-20.0.7_GH0.tar.gz) = b92e46750883e53ef763d426626cc0dea5ea80442dae647a983f348c8b9aeb38
SIZE (bareos-bareos-Release-20.0.7_GH0.tar.gz) = 13429660
TIMESTAMP = 1668638535
SHA256 (bareos-bareos-Release-20.0.8_GH0.tar.gz) = b8408d6a1a966fa97d02d727b1f92bb7ed40c7a34d5b66f118f1a09b1a8edaa3
SIZE (bareos-bareos-Release-20.0.8_GH0.tar.gz) = 13429247

View File

@ -1,30 +1,28 @@
--- core/CMakeLists.txt 2020-12-16 02:46:16.000000000 -0500
+++ core/CMakeLists.txt 2020-12-26 21:28:44.141734000 -0500
--- core/CMakeLists.txt 2022-11-09 05:57:28.000000000 -0500
+++ core/CMakeLists.txt 2022-11-18 00:05:47.668001000 -0500
@@ -256,7 +256,9 @@
set(PSCMD "ps -ax -o pid,command")
include_directories(/usr/local/include)
link_directories(/usr/local/lib)
- link_libraries(intl)
+ IF(nls)
+ if(nls)
+ link_libraries(intl)
+ ENDIF()
endif()
if(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
@@ -323,8 +325,11 @@
+ endif()
check_cxx_compiler_flag(
-Wunused-but-set-variable compiler_will_warn_of_unused_but_set_variable
)
@@ -326,7 +328,9 @@
add_definitions("-D_FILE_OFFSET_BITS=64")
endif()
-include(FindIntl)
+if(nls)
+ include(FindIntl)
+endif()
+IF(nls)
+ INCLUDE(FindIntl)
+ENDIF()
+
if(developer)
add_definitions("-DDEVELOPER=1")
endif()
@@ -347,7 +352,7 @@
@@ -350,7 +354,7 @@
if(NOT client-only)
# droplet does not build on solaris because of sys/cdefs.h: No such file or
# directory
@ -33,7 +31,7 @@
if(NOT EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/src/droplet/CMakeLists.txt)
message(
FATAL_ERROR
@@ -771,7 +776,6 @@
@@ -774,7 +778,6 @@
add_subdirectory(scripts)
add_subdirectory(manpages)

View File

@ -1,6 +1,6 @@
PORTNAME= bareos
DISTVERSIONPREFIX= Release/
DISTVERSION= 20.0.7
DISTVERSION= 20.0.8
CATEGORIES?= www sysutils
PKGNAMESUFFIX= 20-webui

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1667253033
SHA256 (bareos-bareos-Release-20.0.7_GH0.tar.gz) = b92e46750883e53ef763d426626cc0dea5ea80442dae647a983f348c8b9aeb38
SIZE (bareos-bareos-Release-20.0.7_GH0.tar.gz) = 13429660
TIMESTAMP = 1668748829
SHA256 (bareos-bareos-Release-20.0.8_GH0.tar.gz) = b8408d6a1a966fa97d02d727b1f92bb7ed40c7a34d5b66f118f1a09b1a8edaa3
SIZE (bareos-bareos-Release-20.0.8_GH0.tar.gz) = 13429247