head 1.2; access; symbols pkgsrc-2026Q1:1.2.0.38 pkgsrc-2026Q1-base:1.2 pkgsrc-2025Q4:1.2.0.36 pkgsrc-2025Q4-base:1.2 pkgsrc-2025Q3:1.2.0.34 pkgsrc-2025Q3-base:1.2 pkgsrc-2025Q2:1.2.0.32 pkgsrc-2025Q2-base:1.2 pkgsrc-2025Q1:1.2.0.30 pkgsrc-2025Q1-base:1.2 pkgsrc-2024Q4:1.2.0.28 pkgsrc-2024Q4-base:1.2 pkgsrc-2024Q3:1.2.0.26 pkgsrc-2024Q3-base:1.2 pkgsrc-2024Q2:1.2.0.24 pkgsrc-2024Q2-base:1.2 pkgsrc-2024Q1:1.2.0.22 pkgsrc-2024Q1-base:1.2 pkgsrc-2023Q4:1.2.0.20 pkgsrc-2023Q4-base:1.2 pkgsrc-2023Q3:1.2.0.18 pkgsrc-2023Q3-base:1.2 pkgsrc-2023Q2:1.2.0.16 pkgsrc-2023Q2-base:1.2 pkgsrc-2023Q1:1.2.0.14 pkgsrc-2023Q1-base:1.2 pkgsrc-2022Q4:1.2.0.12 pkgsrc-2022Q4-base:1.2 pkgsrc-2022Q3:1.2.0.10 pkgsrc-2022Q3-base:1.2 pkgsrc-2022Q2:1.2.0.8 pkgsrc-2022Q2-base:1.2 pkgsrc-2022Q1:1.2.0.6 pkgsrc-2022Q1-base:1.2 pkgsrc-2021Q4:1.2.0.4 pkgsrc-2021Q4-base:1.2 pkgsrc-2021Q3:1.2.0.2 pkgsrc-2021Q3-base:1.2 pkgsrc-2021Q2:1.1.0.28 pkgsrc-2021Q2-base:1.1 pkgsrc-2021Q1:1.1.0.26 pkgsrc-2021Q1-base:1.1 pkgsrc-2020Q4:1.1.0.24 pkgsrc-2020Q4-base:1.1 pkgsrc-2020Q3:1.1.0.22 pkgsrc-2020Q3-base:1.1 pkgsrc-2020Q2:1.1.0.20 pkgsrc-2020Q2-base:1.1 pkgsrc-2020Q1:1.1.0.16 pkgsrc-2020Q1-base:1.1 pkgsrc-2019Q4:1.1.0.18 pkgsrc-2019Q4-base:1.1 pkgsrc-2019Q3:1.1.0.14 pkgsrc-2019Q3-base:1.1 pkgsrc-2019Q2:1.1.0.12 pkgsrc-2019Q2-base:1.1 pkgsrc-2019Q1:1.1.0.10 pkgsrc-2019Q1-base:1.1 pkgsrc-2018Q4:1.1.0.8 pkgsrc-2018Q4-base:1.1 pkgsrc-2018Q3:1.1.0.6 pkgsrc-2018Q3-base:1.1 pkgsrc-2018Q2:1.1.0.4 pkgsrc-2018Q2-base:1.1 pkgsrc-2018Q1:1.1.0.2 pkgsrc-2018Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2021.08.22.02.41.50; author ryoon; state Exp; branches; next 1.1; commitid YTNg5t7BkbxoDU5D; 1.1 date 2018.02.03.00.39.50; author ryoon; state Exp; branches; next ; commitid iIFQSN0Mmy7kClpA; desc @@ 1.2 log @libreoffice: Update to 7.2.0.4 Changelog: GENERAL Popup list to search for menu commands Scrollable style picker in the NotebookBar Fontwork panel in the Sidebar New list view for the templates dialog Built-in "Xray"-like UNO object inspector WRITER Background fills can cover whole pages, beyond margins Page styles can now have a gutter margin Mail merge shows a warning about nonexistent data sources RDF metadata in Style Inspector Custom color metadata field shadings CALC Calc now can filter by color in AutoFilter HTML tables listed in the External Data dialogue now show captions "Fat cross" cursor available in the options Type can be selected in "Moving Average" trend lines IMPRESS & DRAW New templates: Candy, Freshes, Grey Elegant, Growing Liberty, Yellow Idea Multiple columns now available in text boxes Direct access to the scaling factor via the status bar @ text @$NetBSD: patch-external_mariadb-connector-c_netbsd.patch,v 1.1 2018/02/03 00:39:50 ryoon Exp $ --- external/mariadb-connector-c/netbsd.patch.orig 2018-02-01 04:59:29.711564554 +0000 +++ external/mariadb-connector-c/netbsd.patch @@@@ -0,0 +1,11 @@@@ +--- mariadb/include/ma_global.h.orig 2014-04-04 10:21:01.000000000 +0000 ++++ mariadb/include/ma_global.h +@@@@ -190,7 +190,7 @@@@ double my_ulonglong2double(unsigned long + #ifdef HAVE_UNISTD_H + #include + #endif +-#if defined(__cplusplus) && defined(NO_CPLUSPLUS_ALLOCA) ++#if (defined(__cplusplus) && defined(NO_CPLUSPLUS_ALLOCA)) || defined(__NetBSD__) + #undef HAVE_ALLOCA + #undef HAVE_ALLOCA_H + #endif @ 1.1 log @Update to 6.0.0.3 Changelog: Many improvements including: In Writer: * Improved input fields * Support images rotation * As mail merge source * New table styles * "Grammar by" spell checking In Calc: * Improvement of pivot table * Export cell range to PNG or JPEG * Pasting unformatted text * Protection of cells and sheets * Some new spreadsheet functions In Impress and Draw * Add new Impress templates * New layers in draw operations @ text @d1 1 a1 1 $NetBSD$ d6 2 a7 2 +--- mariadb/include/my_global.h.orig 2014-04-04 10:21:01.000000000 +0000 ++++ mariadb/include/my_global.h @