head 1.3; access; symbols pkgsrc-2026Q1:1.3.0.36 pkgsrc-2026Q1-base:1.3 pkgsrc-2025Q4:1.3.0.34 pkgsrc-2025Q4-base:1.3 pkgsrc-2025Q3:1.3.0.32 pkgsrc-2025Q3-base:1.3 pkgsrc-2025Q2:1.3.0.30 pkgsrc-2025Q2-base:1.3 pkgsrc-2025Q1:1.3.0.28 pkgsrc-2025Q1-base:1.3 pkgsrc-2024Q4:1.3.0.26 pkgsrc-2024Q4-base:1.3 pkgsrc-2024Q3:1.3.0.24 pkgsrc-2024Q3-base:1.3 pkgsrc-2024Q2:1.3.0.22 pkgsrc-2024Q2-base:1.3 pkgsrc-2024Q1:1.3.0.20 pkgsrc-2024Q1-base:1.3 pkgsrc-2023Q4:1.3.0.18 pkgsrc-2023Q4-base:1.3 pkgsrc-2023Q3:1.3.0.16 pkgsrc-2023Q3-base:1.3 pkgsrc-2023Q2:1.3.0.14 pkgsrc-2023Q2-base:1.3 pkgsrc-2023Q1:1.3.0.12 pkgsrc-2023Q1-base:1.3 pkgsrc-2022Q4:1.3.0.10 pkgsrc-2022Q4-base:1.3 pkgsrc-2022Q3:1.3.0.8 pkgsrc-2022Q3-base:1.3 pkgsrc-2022Q2:1.3.0.6 pkgsrc-2022Q2-base:1.3 pkgsrc-2022Q1:1.3.0.4 pkgsrc-2022Q1-base:1.3 pkgsrc-2021Q4:1.3.0.2 pkgsrc-2021Q4-base:1.3 pkgsrc-2021Q3:1.2.0.2 pkgsrc-2021Q3-base:1.2 pkgsrc-2021Q2:1.1.0.2 pkgsrc-2021Q2-base:1.1; locks; strict; comment @# @; 1.3 date 2021.11.27.22.52.15; author nia; state Exp; branches; next 1.2; commitid TbHml0zhCeb5duiD; 1.2 date 2021.08.12.10.50.20; author nia; state Exp; branches 1.2.2.1; next 1.1; commitid 2lWihgzYbRpQEF4D; 1.1 date 2021.05.23.15.32.47; author nia; state Exp; branches; next ; commitid dVR0PqPR0el7PhUC; 1.2.2.1 date 2021.12.14.08.07.21; author tm; state Exp; branches; next ; commitid OqwOJwtbPzPULAkD; desc @@ 1.3 log @mariadb105*: Update to 10.5.13 Release notes: https://mariadb.com/kb/en/mariadb-10513-release-notes/ @ text @$NetBSD$ Allow building a server-only configuration. --- scripts/CMakeLists.txt.orig 2021-11-05 19:40:05.000000000 +0000 +++ scripts/CMakeLists.txt @@@@ -208,7 +208,7 @@@@ SET(pkgdata_locations "$basedir/${INSTAL # install mysql_install_db.sh at this point since it needs # different values for the above variables that will change # afterwards -IF(UNIX) +IF(UNIX AND NOT WITHOUT_SERVER) CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/mysql_install_db.sh ${CMAKE_CURRENT_BINARY_DIR}/mariadb-install-db ESCAPE_QUOTES @@ONLY) EXECUTE_PROCESS(COMMAND chmod +x ${CMAKE_CURRENT_BINARY_DIR}/mariadb-install-db) @@@@ -251,7 +251,10 @@@@ ENDIF() SET(mysql_config_COMPONENT Development) SET(msql2mysql_COMPONENT Client) +SET(mariadb-setpermission_COMPONENT Client) +SET(mariadb-secure-installation_COMPONENT Client) SET(mariadb-access_COMPONENT Client) +SET(mariadb-convert-table-format_COMPONENT Client) SET(mariadb-find-rows_COMPONENT Client) SET(mytop_COMPONENT Client) @@@@ -314,21 +317,24 @@@@ ELSE() mariadbd-safe mariadb-dumpslow ) + ELSE() + SET(CLIENT_SCRIPTS + msql2mysql + mariadb-setpermission + mariadb-secure-installation + mariadb-access + mariadb-convert-table-format + mariadb-find-rows + 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 ${CMAKE_CURRENT_BINARY_DIR}/mysql_config.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 - mysql_config - mytop - mariadb-hotcopy + ${CLIENT_SCRIPTS} ${SERVER_SCRIPTS} ${WSREP_SCRIPTS} ${SYSTEMD_SCRIPTS} @ 1.2 log @mariadb105-client: install missing scripts, PR pkg/56317 Matches later MariaDB versions. @ text @d1 1 a1 1 $NetBSD: patch-scripts_CMakeLists.txt,v 1.1 2021/05/23 15:32:47 nia Exp $ d5 1 a5 1 --- scripts/CMakeLists.txt.orig 2021-08-03 08:29:08.000000000 +0000 d25 1 a25 1 SET(mytop_COMPONENT Mytop) d27 1 a27 1 @@@@ -314,21 +317,21 @@@@ ELSE() d41 1 a41 2 + mariadb-hotcopy + ) d43 4 a46 4 - # Configure this one, for testing, but do not install it. - CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/mysql_config.pl.in - ${CMAKE_CURRENT_BINARY_DIR}/mysql_config.pl ESCAPE_QUOTES @@ONLY) - # On Unix, most of the files end up in the bin directory @ 1.2.2.1 log @Pullup ticket #6549 - requested by nia databases/mariadb105: security fix Revisions pulled up: - databases/mariadb105-client/Makefile 1.8 - databases/mariadb105-client/Makefile.common 1.14 - databases/mariadb105-client/PLIST 1.3 - databases/mariadb105-client/distinfo 1.10 - databases/mariadb105-client/patches/patch-plugin_auth__pam_CMakeLists.txt deleted - databases/mariadb105-client/patches/patch-scripts_CMakeLists.txt 1.3 - databases/mariadb105-server/Makefile 1.18 - databases/mariadb105-server/PLIST 1.8 --- Module Name: pkgsrc Committed By: nia Date: Sat Nov 27 22:52:15 UTC 2021 Modified Files: pkgsrc/databases/mariadb105-client: Makefile Makefile.common PLIST distinfo pkgsrc/databases/mariadb105-client/patches: patch-scripts_CMakeLists.txt pkgsrc/databases/mariadb105-server: Makefile PLIST Removed Files: pkgsrc/databases/mariadb105-client/patches: patch-plugin_auth__pam_CMakeLists.txt Log Message: mariadb105*: Update to 10.5.13 Release notes: https://mariadb.com/kb/en/mariadb-10513-release-notes/ @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 --- scripts/CMakeLists.txt.orig 2021-11-05 19:40:05.000000000 +0000 d25 1 a25 1 SET(mytop_COMPONENT Client) d27 1 a27 1 @@@@ -314,21 +317,24 @@@@ ELSE() d41 2 a42 1 + mariadb-hotcopy) d44 4 a47 4 # Configure this one, for testing, but do not install it. CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/mysql_config.pl.in ${CMAKE_CURRENT_BINARY_DIR}/mysql_config.pl ESCAPE_QUOTES @@ONLY) # On Unix, most of the files end up in the bin directory @ 1.1 log @mariadb105[-client,-server]: import mariadb 10.5 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$ d5 1 a5 1 --- scripts/CMakeLists.txt.orig 2021-05-05 21:00:19.000000000 +0000 d16 12 a27 1 @@@@ -314,21 +314,21 @@@@ ELSE() @