mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
sqlite: bump to 3.47.0 (#10971)
* bump to 3.47.0 --------- Co-authored-by: Begasus <begasus@gmail.com>
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
From d41788dc0b25b4a17bcb49a7a88ab819228b1c08 Mon Sep 17 00:00:00 2001
|
||||
From 306b219666e44668a897334dbfbc33162fb4f7e0 Mon Sep 17 00:00:00 2001
|
||||
From: Chris Roberts <cpr420@gmail.com>
|
||||
Date: Thu, 23 May 2024 21:25:52 -0600
|
||||
Subject: quick fix to enable libedit
|
||||
|
||||
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index cfe8e57..1032d9b 100644
|
||||
index 2aa9b13..02e7b54 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -57,9 +57,9 @@ AS_IF([ test x"$enable_editline" != xno ],[
|
||||
@@ -21,5 +21,5 @@ index cfe8e57..1032d9b 100644
|
||||
LIBS=$sLIBS
|
||||
])
|
||||
--
|
||||
2.43.2
|
||||
2.45.2
|
||||
|
||||
@@ -6,15 +6,15 @@ SQLite is in the public domain."
|
||||
HOMEPAGE="https://www.sqlite.org/"
|
||||
COPYRIGHT="Public Domain"
|
||||
LICENSE="SQLite"
|
||||
REVISION="2"
|
||||
REVISION="1"
|
||||
sqliteVersion=$(echo $portVersion | sed -e 's/\.\([0-9]\>\)/0\1/g' -e 's/\.//g')
|
||||
SOURCE_URI="https://www.sqlite.org/2023/sqlite-autoconf-$sqliteVersion.tar.gz"
|
||||
CHECKSUM_SHA256="1c6719a148bc41cf0f2bbbe3926d7ce3f5ca09d878f1246fcc20767b175bb407"
|
||||
SOURCE_URI="https://www.sqlite.org/2024/sqlite-autoconf-$sqliteVersion.tar.gz"
|
||||
CHECKSUM_SHA256="83eb21a6f6a649f506df8bd3aab85a08f7556ceed5dbd8dea743ea003fc3a957"
|
||||
SOURCE_DIR="sqlite-autoconf-$sqliteVersion"
|
||||
PATCHES="sqlite-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="all"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
libVersion="0.8.6"
|
||||
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||
Reference in New Issue
Block a user