diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2025-02-07 00:31:38 +0300 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2025-02-07 00:31:38 +0300 |
commit | 6ffd18ecefc73a041332a8c824a2009f2bf88016 (patch) | |
tree | 014d355090d80c0b95807d9d1695de5654c6b971 /editors/libreoffice/files/patch-configure | |
parent | security/vuxml: add entry for net-mgmt/cacti < 1.2.29 (diff) |
editors/libreoffice: update to 25.2.0 release (+)
New big update! LibreOffice 25.2 is here, with:
->️Better change tracking
-> More versatile comments
-> Extra theme support
...plus compatibility improvements, extra privacy options, and more.
Release Notes: https://blog.documentfoundation.org/blog/2025/02/06/libreoffice-25-2/
Changelog: https://wiki.documentfoundation.org/ReleaseNotes/25.2
Sponsored by: Future Crew, LLC
Diffstat (limited to 'editors/libreoffice/files/patch-configure')
-rw-r--r-- | editors/libreoffice/files/patch-configure | 26 |
1 files changed, 22 insertions, 4 deletions
diff --git a/editors/libreoffice/files/patch-configure b/editors/libreoffice/files/patch-configure index 3643a0e4352d..95b691ef807b 100644 --- a/editors/libreoffice/files/patch-configure +++ b/editors/libreoffice/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig 2022-12-22 00:21:43 UTC +--- configure.orig 2024-11-22 20:15:41 UTC +++ configure -@@ -14720,6 +14720,11 @@ freebsd*) +@@ -15372,6 +15372,11 @@ freebsd*) RTL_ARCH=PowerPC_64 PLATFORMID=freebsd_powerpc64 ;; @@ -12,7 +12,7 @@ powerpc|powerpcspe) CPUNAME=POWERPC RTL_ARCH=PowerPC -@@ -37429,7 +37434,7 @@ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu +@@ -39457,7 +39462,7 @@ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu save_CXXFLAGS=$CXXFLAGS save_IFS=$IFS IFS=$P_SEP @@ -21,7 +21,25 @@ IFS=$save_IFS if test -z "$i"; then continue -@@ -45541,7 +45546,7 @@ if test -z "$SHA256SUM"; then +@@ -44422,7 +44427,7 @@ printf "%s\n" "no (oss-fuzz)" >&6; } + elif test "$enable_fuzzers" = "yes"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no (oss-fuzz)" >&5 + printf "%s\n" "no (oss-fuzz)" >&6; } +-elif test \( \( "$_os" = "Linux" -o "$_os" = "Darwin" \) -a "$ENABLE_NSS" = TRUE \) -o "$_os" = "WINNT" ; then ++elif test \( \( "$_os" = "FreeBSD" -o "$_os" = "Linux" -o "$_os" = "Darwin" \) -a "$ENABLE_NSS" = TRUE \) -o "$_os" = "WINNT" ; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 + printf "%s\n" "yes" >&6; } + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking which gpgmepp to use" >&5 +@@ -44436,7 +44441,7 @@ then : + ac_fn_c_check_header_compile "$LINENO" "gpgme++/gpgmepp_version.h" "ac_cv_header_gpgmepp_gpgmepp_version_h" "$ac_includes_default" + if test "x$ac_cv_header_gpgmepp_gpgmepp_version_h" = xyes + then : +- GPGMEPP_CFLAGS=-I/usr/include/gpgme++ ++ GPGMEPP_CFLAGS=-I/usr/local/include/gpgme++ + else $as_nop + as_fn_error $? "gpgmepp headers not found, install gpgmepp >= 1.14 development package" "$LINENO" 5 + fi +@@ -48095,7 +48100,7 @@ if test -z "$SHA256SUM"; then done if test -z "$SHA256SUM"; then |