From 4a546ee471b6ffcf59079d5a8e105b2e0e8aeca7 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Sun, 31 Mar 2019 13:43:43 +0200 Subject: [PATCH] sqlite: bump version. --- dev-db/sqlite/sqlite-3.25.3.0.recipe | 97 ------------------- dev-db/sqlite/sqlite-3.26.0.0.recipe | 97 ------------------- ...3.24.0.0.recipe => sqlite-3.27.2.0.recipe} | 4 +- 3 files changed, 2 insertions(+), 196 deletions(-) delete mode 100644 dev-db/sqlite/sqlite-3.25.3.0.recipe delete mode 100644 dev-db/sqlite/sqlite-3.26.0.0.recipe rename dev-db/sqlite/{sqlite-3.24.0.0.recipe => sqlite-3.27.2.0.recipe} (93%) diff --git a/dev-db/sqlite/sqlite-3.25.3.0.recipe b/dev-db/sqlite/sqlite-3.25.3.0.recipe deleted file mode 100644 index 4fb43fb69..000000000 --- a/dev-db/sqlite/sqlite-3.25.3.0.recipe +++ /dev/null @@ -1,97 +0,0 @@ -SUMMARY="An SQL Database Engine in a C library" -DESCRIPTION="SQLite is a software library that implements a self-contained, \ -serverless, zero-configuration, transactional SQL database engine. SQLite is \ -the most widely deployed SQL database engine in the world. The source code for \ -SQLite is in the public domain." -HOMEPAGE="https://www.sqlite.org/" -COPYRIGHT="Public Domain" -LICENSE="SQLite" -REVISION="1" -sqliteVersion=$(echo $portVersion | sed -e 's/\.\([0-9]\>\)/0\1/g' -e 's/\.//g') -SOURCE_URI="https://www.sqlite.org/2018/sqlite-autoconf-$sqliteVersion.tar.gz" -CHECKSUM_SHA256="00ebf97be13928941940cc71de3d67e9f852698233cd98ce2d178fd08092f3dd" -SOURCE_DIR="sqlite-autoconf-$sqliteVersion" - -ARCHITECTURES="x86_gcc2 x86 x86_64" -SECONDARY_ARCHITECTURES="x86_gcc2 x86" - -libVersion="0.8.6" -libVersionCompat="$libVersion compat >= ${libVersion%%.*}" -portVersionCompat="$portVersion compat >= 3" - -PROVIDES=" - sqlite$secondaryArchSuffix = $portVersionCompat - lib:libsqlite3$secondaryArchSuffix = $libVersionCompat - " -if [ -z "$secondaryArchSuffix" ]; then -PROVIDES="$PROVIDES - cmd:sqlite3 = $portVersionCompat - " -fi - -REQUIRES=" - haiku$secondaryArchSuffix - " - -PROVIDES_devel=" - sqlite${secondaryArchSuffix}_devel = $portVersion - devel:libsqlite3$secondaryArchSuffix = $libVersionCompat - " -REQUIRES_devel=" - sqlite$secondaryArchSuffix == $portVersion base - " - -BUILD_REQUIRES=" - haiku${secondaryArchSuffix}_devel - " -BUILD_PREREQUIRES=" - cmd:aclocal - cmd:autoconf - cmd:automake - cmd:gcc$secondaryArchSuffix - cmd:ld$secondaryArchSuffix - cmd:libtoolize$secondaryArchSuffix - cmd:make - " - -defineDebugInfoPackage sqlite$secondaryArchSuffix \ - "$libDir"/libsqlite3.so.$libVersion - -BUILD() -{ - autoreconf -fi - export CPPFLAGS="$CPPFLAGS \ - -DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY \ - -DSQLITE_ENABLE_DBSTAT_VTAB -DSQLITE_SECURE_DELETE=1 \ - -DSQLITE_ENABLE_FTS3=1 -DSQLITE_ENABLE_FTS3_PARENTHESIS \ - -DSQLITE_ENABLE_FTS5 -DSQLITE_ENABLE_RTREE" - runConfigure ./configure - # Not using "make $jobArgs" because parallel builds are not supported. - make -} - -INSTALL() -{ - make install - - # remove libtool file - rm $libDir/libsqlite3.la - - prepareInstalledDevelLib libsqlite3 - fixPkgconfig - - # devel package - packageEntries devel \ - $developDir - - # Remove stuff we don't need in the secondary architecture base package. - if [ -n "$secondaryArchSuffix" ]; then - rm -rf $binDir - rm -rf $documentationDir - fi -} - -TEST() -{ - make check -} diff --git a/dev-db/sqlite/sqlite-3.26.0.0.recipe b/dev-db/sqlite/sqlite-3.26.0.0.recipe deleted file mode 100644 index cd5cd74c3..000000000 --- a/dev-db/sqlite/sqlite-3.26.0.0.recipe +++ /dev/null @@ -1,97 +0,0 @@ -SUMMARY="An SQL Database Engine in a C library" -DESCRIPTION="SQLite is a software library that implements a self-contained, \ -serverless, zero-configuration, transactional SQL database engine. SQLite is \ -the most widely deployed SQL database engine in the world. The source code for \ -SQLite is in the public domain." -HOMEPAGE="https://www.sqlite.org/" -COPYRIGHT="Public Domain" -LICENSE="SQLite" -REVISION="1" -sqliteVersion=$(echo $portVersion | sed -e 's/\.\([0-9]\>\)/0\1/g' -e 's/\.//g') -SOURCE_URI="https://www.sqlite.org/2018/sqlite-autoconf-$sqliteVersion.tar.gz" -CHECKSUM_SHA256="5daa6a3fb7d1e8c767cd59c4ded8da6e4b00c61d3b466d0685e35c4dd6d7bf5d" -SOURCE_DIR="sqlite-autoconf-$sqliteVersion" - -ARCHITECTURES="x86_gcc2 x86 x86_64" -SECONDARY_ARCHITECTURES="x86_gcc2 x86" - -libVersion="0.8.6" -libVersionCompat="$libVersion compat >= ${libVersion%%.*}" -portVersionCompat="$portVersion compat >= 3" - -PROVIDES=" - sqlite$secondaryArchSuffix = $portVersionCompat - lib:libsqlite3$secondaryArchSuffix = $libVersionCompat - " -if [ -z "$secondaryArchSuffix" ]; then -PROVIDES="$PROVIDES - cmd:sqlite3 = $portVersionCompat - " -fi - -REQUIRES=" - haiku$secondaryArchSuffix - " - -PROVIDES_devel=" - sqlite${secondaryArchSuffix}_devel = $portVersion - devel:libsqlite3$secondaryArchSuffix = $libVersionCompat - " -REQUIRES_devel=" - sqlite$secondaryArchSuffix == $portVersion base - " - -BUILD_REQUIRES=" - haiku${secondaryArchSuffix}_devel - " -BUILD_PREREQUIRES=" - cmd:aclocal - cmd:autoconf - cmd:automake - cmd:gcc$secondaryArchSuffix - cmd:ld$secondaryArchSuffix - cmd:libtoolize$secondaryArchSuffix - cmd:make - " - -defineDebugInfoPackage sqlite$secondaryArchSuffix \ - "$libDir"/libsqlite3.so.$libVersion - -BUILD() -{ - autoreconf -fi - export CPPFLAGS="$CPPFLAGS \ - -DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY \ - -DSQLITE_ENABLE_DBSTAT_VTAB -DSQLITE_SECURE_DELETE=1 \ - -DSQLITE_ENABLE_FTS3=1 -DSQLITE_ENABLE_FTS3_PARENTHESIS \ - -DSQLITE_ENABLE_FTS5 -DSQLITE_ENABLE_RTREE" - runConfigure ./configure - # Not using "make $jobArgs" because parallel builds are not supported. - make -} - -INSTALL() -{ - make install - - # remove libtool file - rm $libDir/libsqlite3.la - - prepareInstalledDevelLib libsqlite3 - fixPkgconfig - - # devel package - packageEntries devel \ - $developDir - - # Remove stuff we don't need in the secondary architecture base package. - if [ -n "$secondaryArchSuffix" ]; then - rm -rf $binDir - rm -rf $documentationDir - fi -} - -TEST() -{ - make check -} diff --git a/dev-db/sqlite/sqlite-3.24.0.0.recipe b/dev-db/sqlite/sqlite-3.27.2.0.recipe similarity index 93% rename from dev-db/sqlite/sqlite-3.24.0.0.recipe rename to dev-db/sqlite/sqlite-3.27.2.0.recipe index 52952cdf3..b1dbfbfec 100644 --- a/dev-db/sqlite/sqlite-3.24.0.0.recipe +++ b/dev-db/sqlite/sqlite-3.27.2.0.recipe @@ -8,8 +8,8 @@ COPYRIGHT="Public Domain" LICENSE="SQLite" REVISION="1" sqliteVersion=$(echo $portVersion | sed -e 's/\.\([0-9]\>\)/0\1/g' -e 's/\.//g') -SOURCE_URI="https://www.sqlite.org/2018/sqlite-autoconf-$sqliteVersion.tar.gz" -CHECKSUM_SHA256="d9d14e88c6fb6d68de9ca0d1f9797477d82fc3aed613558f87ffbdbbc5ceb74a" +SOURCE_URI="https://www.sqlite.org/2019/sqlite-autoconf-$sqliteVersion.tar.gz" +CHECKSUM_SHA256="50c39e85ea28b5ecfdb3f9e860afe9ba606381e21836b2849efca6a0bfe6ef6e" SOURCE_DIR="sqlite-autoconf-$sqliteVersion" ARCHITECTURES="x86_gcc2 x86 x86_64"