head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.14 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.12 pkgsrc-2025Q4-base:1.1 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.1 date 2024.08.21.21.08.33; author nia; state Exp; branches; next ; commitid lrFoRXflimyIyJmF; desc @@ 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 @$NetBSD: patch-BUILD_compile-pentium32-gcov,v 1.1 2023/07/10 22:55:49 nia Exp $ Shell portability. --- BUILD/compile-pentium32-gcov.orig 2020-01-26 20:43:49.000000000 +0000 +++ BUILD/compile-pentium32-gcov @@@@ -22,7 +22,7 @@@@ CCACHE_GCOV_VERSION_ENABLED=0 if ccache -V > /dev/null 2>&1 then CCACHE_VER=`ccache -V | head -1 | sed s/"ccache version "//` - if test "$CCACHE_VER" == "2.4-gcov" + if test "$CCACHE_VER" = "2.4-gcov" then CCACHE_GCOV_VERSION_ENABLED=1 else @