head 1.2; access; symbols pkgsrc-2026Q1:1.2.0.4 pkgsrc-2026Q1-base:1.2 pkgsrc-2025Q4:1.2.0.2 pkgsrc-2025Q4-base:1.2 pkgsrc-2025Q3:1.1.0.18 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.16 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.14 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.12 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.10 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.8 pkgsrc-2024Q2-base:1.1 pkgsrc-2024Q1:1.1.0.6 pkgsrc-2024Q1-base:1.1 pkgsrc-2023Q4:1.1.0.4 pkgsrc-2023Q4-base:1.1 pkgsrc-2023Q3:1.1.0.2 pkgsrc-2023Q3-base:1.1; locks; strict; comment @# @; 1.2 date 2025.10.27.20.48.59; author nia; state Exp; branches; next 1.1; commitid 9sSTr7B7xx8dzfgG; 1.1 date 2023.07.10.22.55.49; author nia; state Exp; branches; next ; commitid zZly68CZaYmJgjwE; desc @@ 1.2 log @mariadb1011-client: Update to 10.11.14 The usual bundle of reliability fixes. @ text @$NetBSD: patch-scripts_CMakeLists.txt,v 1.1 2024/08/21 21:08:34 nia Exp $ Allow building a server-only configuration. --- scripts/CMakeLists.txt.orig 2025-07-28 19:35:05.000000000 +0000 +++ scripts/CMakeLists.txt @@@@ -343,6 +343,19 @@@@ ELSE() mariadbd-safe ${SYSTEMD_SCRIPTS} ) + ELSE() + SET(CLIENT_SCRIPTS + msql2mysql + mariadb-setpermission + mariadb-secure-installation + mariadb-access + mariadb-convert-table-format + mariadb-find-rows + mariadb-dumpslow + mysql_config + mytop + mariadb-hotcopy + ) ENDIF() # Configure this one, for testing, but do not install it. CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/mysql_config.pl.in @@@@ -351,16 +364,7 @@@@ ELSE() ${CMAKE_CURRENT_BINARY_DIR}/print_ddl_recovery_log.pl ESCAPE_QUOTES @@ONLY) # On Unix, most of the files end up in the bin directory SET(BIN_SCRIPTS - msql2mysql - mariadb-setpermission - mariadb-secure-installation - mariadb-access - mariadb-convert-table-format - mariadb-find-rows - mariadb-dumpslow - mysql_config - mytop - mariadb-hotcopy + ${CLIENT_SCRIPTS} ${SERVER_SCRIPTS} ${WSREP_SCRIPTS} ) @ 1.1 log @Import mariadb-10.11, the most recent LTS branch. @ text @d1 1 a1 1 $NetBSD: patch-scripts_CMakeLists.txt,v 1.2 2021/11/27 23:40:28 nia Exp $ d5 1 a5 1 --- scripts/CMakeLists.txt.orig 2021-11-05 20:03:30.000000000 +0000 d7 1 a7 1 @@@@ -324,22 +324,26 @@@@ ELSE() d11 1 a11 1 + ELSE() d27 2 a28 1 ${CMAKE_CURRENT_BINARY_DIR}/mysql_config.pl ESCAPE_QUOTES @@ONLY) @