pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/fossil



Module Name:    pkgsrc
Committed By:   js
Date:           Sat Nov  9 15:59:32 UTC 2024

Modified Files:
        pkgsrc/devel/fossil: Makefile options.mk

Log Message:
devel/fossil: Remove fossil-system-sqlite option

Fossil vendors SQLite as it frequently depends on features only available in
alpha versions of SQLite. This is because Fossil and SQLite are both from the
same author and Fossil is often used to test new SQLite features. Trying to use
the system SQLite will result in a non-working Fossil most times.


To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.92 pkgsrc/devel/fossil/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/fossil/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/devel/fossil/Makefile
diff -u pkgsrc/devel/fossil/Makefile:1.91 pkgsrc/devel/fossil/Makefile:1.92
--- pkgsrc/devel/fossil/Makefile:1.91   Fri Nov  8 00:47:43 2024
+++ pkgsrc/devel/fossil/Makefile        Sat Nov  9 15:59:32 2024
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.91 2024/11/08 00:47:43 js Exp $
+# $NetBSD: Makefile,v 1.92 2024/11/09 15:59:32 js Exp $
 
 DISTNAME=      fossil-src-2.25
 PKGNAME=       ${DISTNAME:S/-src//}
+PKGREVISION=   1
 CATEGORIES=    devel scm
 MASTER_SITES=  https://fossil-scm.org/home/tarball/version-${PKGVERSION_NOREV}/
 

Index: pkgsrc/devel/fossil/options.mk
diff -u pkgsrc/devel/fossil/options.mk:1.2 pkgsrc/devel/fossil/options.mk:1.3
--- pkgsrc/devel/fossil/options.mk:1.2  Tue Apr  2 01:09:22 2024
+++ pkgsrc/devel/fossil/options.mk      Sat Nov  9 15:59:32 2024
@@ -1,17 +1,11 @@
-# $NetBSD: options.mk,v 1.2 2024/04/02 01:09:22 js Exp $
+# $NetBSD: options.mk,v 1.3 2024/11/09 15:59:32 js Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.fossil
-PKG_SUPPORTED_OPTIONS= fossil-system-sqlite fossil-th1-hooks json openssl tcl
+PKG_SUPPORTED_OPTIONS= fossil-th1-hooks json openssl tcl
 PKG_SUGGESTED_OPTIONS= openssl
 
 .include "../../mk/bsd.options.mk"
 
-.if !empty(PKG_OPTIONS:Mfossil-system-sqlite)
-CONFIGURE_ARGS+=       --disable-internal-sqlite
-BUILDLINK_API_DEPENDS.sqlite3+=        sqlite3>=3.20.0
-.include "../../databases/sqlite3/buildlink3.mk"
-.endif
-
 .if !empty(PKG_OPTIONS:Mfossil-th1-hooks)
 CONFIGURE_ARGS+=       --with-th1-hooks
 .endif



Home | Main Index | Thread Index | Old Index