summaryrefslogtreecommitdiff
path: root/databases/mongo-c-driver/patches
diff options
context:
space:
mode:
authorfhajny <fhajny>2014-07-18 10:41:43 +0000
committerfhajny <fhajny>2014-07-18 10:41:43 +0000
commit58b8484c9cf9ee46d0a6c271ed353144bdd59329 (patch)
tree10bf13a18db26bb7fcbdc8e4b998be68732fe218 /databases/mongo-c-driver/patches
parent29fb6701321c134a4a1d77f41d3fb2e3a216f29f (diff)
downloadpkgsrc-58b8484c9cf9ee46d0a6c271ed353144bdd59329.tar.gz
Update mongo-c-driver to 0.98.0.
Changes in 0.98.0: - This release is primarily a bugfix release and stabilization effort as we approach 1.0 of the MongoDB C driver. - This release requires 0.98.0 of Libbson for improvements to the memory management system. You can now setup custom memory allocators at the start of the process. Changes in 0.96.4: - build/mci.sh script for automatically building Debian packages, RPMs, and Solaris packaging based on the host operating system. - Various libbson improvements, now depending on 0.8.4. - Alignment fixes for Solaris Studio C compiler via libbson. - Addition of mongoc_gridfs_remove_by_filename() for removing a file from gridfs by filename. - client command functions can now take a fully qualified namespace. - collections can now support names that indicate a command namespace. - Commands will no longer fail if they do not contain an "ok" field. - OP_QUERY will now set the slaveOk bit in the wire protocol if readPreferences are set to non-PRIMARY. - Various documentation and build fixes.
Diffstat (limited to 'databases/mongo-c-driver/patches')
-rw-r--r--databases/mongo-c-driver/patches/patch-configure14
1 files changed, 0 insertions, 14 deletions
diff --git a/databases/mongo-c-driver/patches/patch-configure b/databases/mongo-c-driver/patches/patch-configure
deleted file mode 100644
index cd8a54f5bdd..00000000000
--- a/databases/mongo-c-driver/patches/patch-configure
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-configure,v 1.1 2014/05/07 15:47:00 fhajny Exp $
-
-Portability.
---- configure.orig 2014-05-07 12:31:31.154464044 +0000
-+++ configure
-@@ -19156,7 +19156,7 @@ else
- ax_python_lib=no
- fi
-
-- if test x$ax_python_lib == xno; then
-+ if test x$ax_python_lib = xno; then
- as_ac_Lib=`$as_echo "ac_cv_lib_${ax_python_bin}m''_main" | $as_tr_sh`
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -l${ax_python_bin}m" >&5
- $as_echo_n "checking for main in -l${ax_python_bin}m... " >&6; }