Update to evolution-data-server-3.24.2.
This commit is contained in:
parent
798b9a1d04
commit
57682bc409
@ -1,12 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.224 2017/04/30 10:21:56 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.225 2017/05/08 18:01:02 ajacoutot Exp $
|
||||
|
||||
# XXX add libphonenumber support when a cpp release is out
|
||||
|
||||
COMMENT= unified backend for PIM programs
|
||||
|
||||
GNOME_PROJECT= evolution-data-server
|
||||
GNOME_VERSION= 3.24.1
|
||||
REVISION= 0
|
||||
GNOME_VERSION= 3.24.2
|
||||
|
||||
CATEGORIES= databases productivity
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (evolution-data-server-3.24.1.tar.xz) = Y0S4A14rzFzUBLyG5th0zfVBAqiUiqCre05xfTKIgbA=
|
||||
SIZE (evolution-data-server-3.24.1.tar.xz) = 4303896
|
||||
SHA256 (evolution-data-server-3.24.2.tar.xz) = qbu5gwj5NbrIVQg4s7WitUs4o9HdWwrZHPsIm0bymPs=
|
||||
SIZE (evolution-data-server-3.24.2.tar.xz) = 4306528
|
||||
|
@ -1,18 +0,0 @@
|
||||
$OpenBSD: patch-CMakeLists_txt,v 1.4 2017/04/30 10:21:56 ajacoutot Exp $
|
||||
|
||||
From 6379ccd03952a5fcdf8f17bd1cf3a689722fd7fd Mon Sep 17 00:00:00 2001
|
||||
From: Antoine Jacoutot <ajacoutot@gnome.org>
|
||||
Date: Wed, 19 Apr 2017 17:02:33 +0200
|
||||
Subject: Bug 781465 - Add db4_load and db_load-4 to DB_LOAD NAMES
|
||||
|
||||
--- CMakeLists.txt.orig Mon Apr 10 09:40:17 2017
|
||||
+++ CMakeLists.txt Mon Apr 17 11:29:59 2017
|
||||
@@ -305,7 +305,7 @@ endif(NOT PYTHON)
|
||||
# db_load checking, it's optional
|
||||
# ******************************
|
||||
|
||||
-find_program(DB_LOAD NAMES db_load db5_load db_load-5)
|
||||
+find_program(DB_LOAD NAMES db_load db4_load db_load-4 db5_load db_load-5)
|
||||
if(DB_LOAD)
|
||||
set(HAVE_DB_LOAD ON)
|
||||
else(DB_LOAD)
|
@ -1,21 +0,0 @@
|
||||
$OpenBSD: patch-cmake_modules_SetupBuildFlags_cmake,v 1.3 2017/04/28 08:11:51 ajacoutot Exp $
|
||||
|
||||
From 086d78f58e59c2bb838771891029e3da5f9e636a Mon Sep 17 00:00:00 2001
|
||||
From: Antoine Jacoutot <ajacoutot@gnome.org>
|
||||
Date: Fri, 28 Apr 2017 09:49:43 +0200
|
||||
Subject: Bug 781833 - Do not set '-Wl,--no-undefined' on BSD
|
||||
|
||||
--- cmake/modules/SetupBuildFlags.cmake.orig Mon Apr 10 09:40:17 2017
|
||||
+++ cmake/modules/SetupBuildFlags.cmake Thu Apr 27 14:41:09 2017
|
||||
@@ -77,9 +77,9 @@ macro(setup_build_flags _maintainer_mode)
|
||||
endforeach()
|
||||
endif(CMAKE_CXX_COMPILER_ID)
|
||||
|
||||
- if(("${CMAKE_C_COMPILER_ID}" STREQUAL "Clang") OR ("${CMAKE_C_COMPILER_ID}" STREQUAL "GNU"))
|
||||
+ if(("${CMAKE_C_COMPILER_ID}" STREQUAL "Clang") OR ("${CMAKE_C_COMPILER_ID}" STREQUAL "GNU") AND (NOT ${CMAKE_SYSTEM_NAME} MATCHES "BSD"))
|
||||
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -Wl,--no-undefined")
|
||||
set(CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined")
|
||||
set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -Wl,--no-undefined")
|
||||
- endif(("${CMAKE_C_COMPILER_ID}" STREQUAL "Clang") OR ("${CMAKE_C_COMPILER_ID}" STREQUAL "GNU"))
|
||||
+ endif(("${CMAKE_C_COMPILER_ID}" STREQUAL "Clang") OR ("${CMAKE_C_COMPILER_ID}" STREQUAL "GNU") AND (NOT ${CMAKE_SYSTEM_NAME} MATCHES "BSD"))
|
||||
endmacro()
|
Loading…
x
Reference in New Issue
Block a user