mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
mail/evolution: Update to 3.42.3
This commit is contained in:
parent
06bfa1c0f8
commit
25384b04de
3 changed files with 22 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# Created by: Ade Lovett <ade@FreeBSD.org>
|
||||
|
||||
PORTNAME= evolution
|
||||
DISTVERSION= 3.42.1
|
||||
DISTVERSION= 3.42.3
|
||||
CATEGORIES= mail gnome
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome
|
||||
|
@ -45,7 +45,7 @@ PORTSCOUT= limitw:1,even
|
|||
USES= compiler:c11 cpe desktop-file-utils cmake gettext gnome \
|
||||
iconv:wchar_t sqlite libarchive localbase pathfix pkgconfig \
|
||||
tar:xz xorg
|
||||
USE_GNOME= cairo evolutiondataserver3 gnomedesktop3 intltool
|
||||
USE_GNOME= cairo evolutiondataserver3 glib20 gnomedesktop3 intltool
|
||||
GNU_CONFIGURE= yes
|
||||
USE_XORG= x11
|
||||
USE_LDCONFIG= yes
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1636133293
|
||||
SHA256 (gnome/evolution-3.42.1.tar.xz) = 46532ae3a13a6885771ad12234b94141167aec74723a7eed13ddbdddaefaee45
|
||||
SIZE (gnome/evolution-3.42.1.tar.xz) = 12274632
|
||||
TIMESTAMP = 1642621483
|
||||
SHA256 (gnome/evolution-3.42.3.tar.xz) = 44629e6a02288ec100a66fd59413a068b6b9cd624bed3255aa29a166ea26d0b6
|
||||
SIZE (gnome/evolution-3.42.3.tar.xz) = 12280864
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
--- CMakeLists.txt.orig 2021-04-23 14:06:10 UTC
|
||||
--- CMakeLists.txt.orig 2022-01-19 19:56:07 UTC
|
||||
+++ CMakeLists.txt
|
||||
@@ -356,6 +356,7 @@ endif(WITH_HELP)
|
||||
# ******************************
|
||||
|
@ -8,3 +8,19 @@
|
|||
CHECK_C_SOURCE_COMPILES("#include <iconv.h>
|
||||
#include <stdlib.h>
|
||||
int main(void) { iconv_t cd; cd = iconv_open (\"UTF-8\", \"ISO-8859-1\"); return 0; }" HAVE_LIBICONV)
|
||||
@@ -709,7 +710,6 @@ endif(WITH_GLADE_CATALOG)
|
||||
# news-to-appdata
|
||||
# ******************************
|
||||
|
||||
-set(CMAKE_REQUIRED_FLAGS ${GNOME_PLATFORM_CFLAGS})
|
||||
set(CMAKE_REQUIRED_INCLUDES ${GNOME_PLATFORM_INCLUDE_DIRS})
|
||||
set(CMAKE_REQUIRED_LIBRARIES ${GNOME_PLATFORM_LDFLAGS})
|
||||
file(TO_NATIVE_PATH "${CMAKE_BINARY_DIR}/appdata-releases.txt" _output_filename)
|
||||
@@ -724,7 +724,6 @@ unset(_news_filename)
|
||||
unset(_output_filename)
|
||||
unset(CMAKE_REQUIRED_LIBRARIES)
|
||||
unset(CMAKE_REQUIRED_INCLUDES)
|
||||
-unset(CMAKE_REQUIRED_FLAGS)
|
||||
|
||||
if(NOT "${_news_to_appdata_result}" EQUAL "1")
|
||||
message(FATAL_ERROR "Failed to run news-to-appdata")
|
||||
|
|
Loading…
Add table
Reference in a new issue