pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/sqlite3



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Feb 20 07:28:31 UTC 2023

Modified Files:
        pkgsrc/databases/sqlite3: options.mk

Log Message:
sqlite3: remove rtree option, this has been turned-on by default for some time


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/databases/sqlite3/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/sqlite3/options.mk
diff -u pkgsrc/databases/sqlite3/options.mk:1.6 pkgsrc/databases/sqlite3/options.mk:1.7
--- pkgsrc/databases/sqlite3/options.mk:1.6     Mon Mar 23 19:37:54 2020
+++ pkgsrc/databases/sqlite3/options.mk Mon Feb 20 07:28:31 2023
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.6 2020/03/23 19:37:54 rmind Exp $
+# $NetBSD: options.mk,v 1.7 2023/02/20 07:28:31 wiz Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.sqlite3
-PKG_SUPPORTED_OPTIONS=         fts icu rtree deserialize
+PKG_SUPPORTED_OPTIONS=         fts icu deserialize
 PKG_SUGGESTED_OPTIONS=         fts # enabled in NetBSD builtin version
 
 .include "../../mk/bsd.options.mk"
@@ -16,10 +16,6 @@ LDFLAGS+=    -licui18n -licuuc -licudata
 .include "../../textproc/icu/buildlink3.mk"
 .endif
 
-.if !empty(PKG_OPTIONS:Mrtree)
-CFLAGS+=       -DSQLITE_ENABLE_RTREE=1
-.endif
-
 .if !empty(PKG_OPTIONS:Mdeserialize)
 CFLAGS+=       -DSQLITE_ENABLE_DESERIALIZE=1
 .endif



Home | Main Index | Thread Index | Old Index