head 1.2; access; symbols pkgsrc-2026Q1:1.2.0.8 pkgsrc-2026Q1-base:1.2 pkgsrc-2025Q4:1.2.0.6 pkgsrc-2025Q4-base:1.2 pkgsrc-2025Q3:1.2.0.4 pkgsrc-2025Q3-base:1.2 pkgsrc-2025Q2:1.2.0.2 pkgsrc-2025Q2-base:1.2; locks; strict; comment @# @; 1.2 date 2025.05.08.04.57.14; author adam; state Exp; branches; next 1.1; commitid uMN1azTzVD0nP3UF; 1.1 date 2025.05.01.18.03.41; author schmonz; state Exp; branches; next ; commitid WDXe3J5QF4jgpeTF; desc @@ 1.2 log @sqlite3: updated to 3.49.2 3.49.2 (2025-05-07): Fix a bug in the NOT NULL optimization of version 3.40.0 (item 3c in the version 3.40.0 change log) that can lead to a memory error if abused. Fix the count-of-view optimization so that it does not give an incorrect answer for a DISTINCT query. Fix a possible incorrect answer that can result if a UNIQUE constraint of a table contains the PRIMARY KEY column and that UNIQUE constraint is used by an IN operator. Fix obscure problems with the generate_series() extension function. Incremental improvements to the configure/make. @ text @$NetBSD: patch-autosetup_proj.tcl,v 1.1 2025/05/01 18:03:41 schmonz Exp $ Avoid -rpath on macOS: not needed on Sequoia and breaks linking on Tiger. --- autosetup/proj.tcl.orig 2025-05-07 11:06:31.000000000 +0000 +++ autosetup/proj.tcl @@@@ -976,6 +976,12 @@@@ proc proj-check-rpath {} { } define LDFLAGS_RPATH $wl } + switch -glob -- [get-define host] { + *-*-darwin* { + define LDFLAGS_RPATH "" + set rc 0 + } + } } expr {"" ne [get-define LDFLAGS_RPATH]} } @ 1.1 log @sqlite3: fix Tiger build. Sequoia and NetBSD still package. @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 --- autosetup/proj.tcl.orig 2025-05-01 17:49:03.458544462 +0000 d7 3 a9 3 @@@@ -947,6 +947,12 @@@@ proc proj-check-rpath {} { define LDFLAGS_RPATH "" set rc 0 d18 1 a18 1 return $rc @