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.10 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.8 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.6 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.4 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.2 pkgsrc-2024Q3-base:1.1; locks; strict; comment @# @; 1.2 date 2025.10.27.20.53.45; author nia; state Exp; branches; next 1.1; commitid xUJSWsKQAxLKAfgG; 1.1 date 2024.08.21.21.08.34; author nia; state Exp; branches; next ; commitid lrFoRXflimyIyJmF; desc @@ 1.2 log @mariadb114: Update to 11.4.8 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 @databases: Import MariaDB 11.4, the most recent LTS release. MariaDB Server is one of the most popular open source relational databases. It's made by the original developers of MySQL. MariaDB turns data into structured information in a wide array of applications, ranging from banking to websites. It is an enhanced, drop-in replacement for MySQL. MariaDB is used because it is fast, scalable and robust, with a rich ecosystem of storage engines, plugins and many other tools make it very versatile for a wide variety of use cases. MariaDB is developed as open source software and as a relational database it provides an SQL interface for accessing data. The latest versions of MariaDB also include GIS and JSON features. @ text @d1 1 a1 1 $NetBSD: patch-scripts_CMakeLists.txt,v 1.1 2023/07/10 22:55:49 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) @