pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/mongo-c-driver
Module Name: pkgsrc
Committed By: wiz
Date: Sat Dec 7 18:03:53 UTC 2024
Modified Files:
pkgsrc/databases/mongo-c-driver: PLIST options.mk
Log Message:
mongo-c-driver: fix PLIST for (default-off) sasl option
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/databases/mongo-c-driver/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/databases/mongo-c-driver/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/mongo-c-driver/PLIST
diff -u pkgsrc/databases/mongo-c-driver/PLIST:1.22 pkgsrc/databases/mongo-c-driver/PLIST:1.23
--- pkgsrc/databases/mongo-c-driver/PLIST:1.22 Thu Feb 22 17:33:04 2024
+++ pkgsrc/databases/mongo-c-driver/PLIST Sat Dec 7 18:03:53 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.22 2024/02/22 17:33:04 adam Exp $
+@comment $NetBSD: PLIST,v 1.23 2024/12/07 18:03:53 wiz Exp $
include/libbson-1.0/bson.h
include/libbson-1.0/bson/bcon.h
include/libbson-1.0/bson/bson-atomic.h
@@ -95,6 +95,7 @@ lib/cmake/libmongoc-1.0/libmongoc-1.0-co
lib/cmake/libmongoc-1.0/libmongoc-1.0-config.cmake
lib/cmake/libmongoc-static-1.0/libmongoc-static-1.0-config-version.cmake
lib/cmake/libmongoc-static-1.0/libmongoc-static-1.0-config.cmake
+${PLIST.sasl}lib/cmake/mongoc-1.0/3rdParty/FindSASL2.cmake
lib/cmake/mongoc-1.0/mongoc-1.0-config-version.cmake
lib/cmake/mongoc-1.0/mongoc-1.0-config.cmake
lib/cmake/mongoc-1.0/mongoc-targets-relwithdebinfo.cmake
Index: pkgsrc/databases/mongo-c-driver/options.mk
diff -u pkgsrc/databases/mongo-c-driver/options.mk:1.3 pkgsrc/databases/mongo-c-driver/options.mk:1.4
--- pkgsrc/databases/mongo-c-driver/options.mk:1.3 Sun Aug 25 06:18:30 2024
+++ pkgsrc/databases/mongo-c-driver/options.mk Sat Dec 7 18:03:53 2024
@@ -1,10 +1,10 @@
-# $NetBSD: options.mk,v 1.3 2024/08/25 06:18:30 wiz Exp $
+# $NetBSD: options.mk,v 1.4 2024/12/07 18:03:53 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.mongo-c-driver
PKG_SUPPORTED_OPTIONS= sasl ssl
PKG_SUGGESTED_OPTIONS= ssl
-PLIST_VARS+= ssl
+PLIST_VARS+= sasl ssl
.include "../../mk/bsd.options.mk"
@@ -12,6 +12,7 @@ PLIST_VARS+= ssl
.if !empty(PKG_OPTIONS:Msasl)
. include "../../security/cyrus-sasl/buildlink3.mk"
CMAKE_CONFIGURE_ARGS+= -DENABLE_SASL=CYRUS
+PLIST.sasl= yes
.else
CMAKE_CONFIGURE_ARGS+= -DENABLE_SASL=OFF
.endif
Home |
Main Index |
Thread Index |
Old Index