The port databases/xtrabackup8 upgraded to version 8.0.35-30 and renamed to databases/xtrabackup80 in preparation for upcoming incompatible branch databases/xtrabackup81, to avoid confusion. Drop unused dependency on libncurses. The update based on maintainer's submittion. PR: 277088 Tested by: Eugene M. Zheganin (maintainer) Approved by: Eugene M. Zheganin (maintainer)
23 lines
484 B
Plaintext
23 lines
484 B
Plaintext
--- CMakeLists.txt.orig 2023-11-24 17:33:10.000000000 +0700
|
|
+++ CMakeLists.txt 2024-02-17 02:31:46.069754000 +0700
|
|
@@ -2078,8 +2078,6 @@
|
|
ENDIF()
|
|
ENDIF()
|
|
|
|
-ADD_SUBDIRECTORY(extra/libkmip)
|
|
-
|
|
#
|
|
# Setup maintainer mode options by the end. Platform checks are
|
|
# not run with the warning options as to not perturb fragile checks
|
|
@@ -2322,10 +2320,6 @@
|
|
|
|
IF(ENABLE_GCOV)
|
|
INCLUDE(fastcov)
|
|
-ENDIF()
|
|
-
|
|
-IF(UNIX)
|
|
- ADD_SUBDIRECTORY(man)
|
|
ENDIF()
|
|
|
|
IF(LINUX AND NOT WITHOUT_SERVER)
|