pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/grafana
Module Name: pkgsrc
Committed By: leot
Date: Fri Aug 21 21:47:37 UTC 2026
Modified Files:
pkgsrc/www/grafana: options.mk
Log Message:
grafana: Enable sqlite3 option on NetBSD/amd64
modernc.org/sqlite v1.53.0 and newer supports NetBSD/amd64 again.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/grafana/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/www/grafana/options.mk
diff -u pkgsrc/www/grafana/options.mk:1.1 pkgsrc/www/grafana/options.mk:1.2
--- pkgsrc/www/grafana/options.mk:1.1 Fri Aug 21 18:04:05 2026
+++ pkgsrc/www/grafana/options.mk Fri Aug 21 21:47:37 2026
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2026/08/21 18:04:05 tnn Exp $
+# $NetBSD: options.mk,v 1.2 2026/08/21 21:47:37 leot Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.sqlite3
PKG_SUPPORTED_OPTIONS= sqlite3
@@ -8,6 +8,7 @@ PKG_SUPPORTED_OPTIONS= sqlite3
# Please compile-test before adding platforms.
.if \
${MACHINE_PLATFORM:MLinux-*-x86_64} || \
+ ${MACHINE_PLATFORM:MNetBSD-*-x86_64} || \
${MACHINE_PLATFORM:MDarwin-*-aarch64}
PKG_SUGGESTED_OPTIONS= sqlite3
.endif
Home |
Main Index |
Thread Index |
Old Index