Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 May 2013 14:18:14 +0000 (UTC)
From:      Alex Dupre <ale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317212 - in head/databases/mongodb: . files
Message-ID:  <201305031418.r43EIEJb090749@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ale
Date: Fri May  3 14:18:14 2013
New Revision: 317212
URL: http://svnweb.freebsd.org/changeset/ports/317212

Log:
  Really fix locale.

Deleted:
  head/databases/mongodb/files/patch-src_third_party_boost_libs_filesystem_v2_src_v2_path.cpp
Modified:
  head/databases/mongodb/Makefile
  head/databases/mongodb/files/patch-src_third_party_boost_libs_filesystem_v3_src_path.cpp

Modified: head/databases/mongodb/Makefile
==============================================================================
--- head/databases/mongodb/Makefile	Fri May  3 14:15:30 2013	(r317211)
+++ head/databases/mongodb/Makefile	Fri May  3 14:18:14 2013	(r317212)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mongodb
 PORTVERSION=	2.4.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	databases net
 MASTER_SITES=	http://downloads.mongodb.org/src/
 DISTNAME=	${PORTNAME}-src-r${PORTVERSION}

Modified: head/databases/mongodb/files/patch-src_third_party_boost_libs_filesystem_v3_src_path.cpp
==============================================================================
--- head/databases/mongodb/files/patch-src_third_party_boost_libs_filesystem_v3_src_path.cpp	Fri May  3 14:15:30 2013	(r317211)
+++ head/databases/mongodb/files/patch-src_third_party_boost_libs_filesystem_v3_src_path.cpp	Fri May  3 14:18:14 2013	(r317212)
@@ -1,5 +1,5 @@
---- src/third_party/boost/libs/filesystem/v3/src/path.cpp.orig	2013-05-01 19:03:02.000000000 +0200
-+++ src/third_party/boost/libs/filesystem/v3/src/path.cpp	2013-05-01 19:03:46.000000000 +0200
+--- src/third_party/boost/libs/filesystem/v3/src/path.cpp.orig	2013-04-22 16:48:39.000000000 +0200
++++ src/third_party/boost/libs/filesystem/v3/src/path.cpp	2013-05-03 14:46:44.000000000 +0200
 @@ -35,7 +35,7 @@
  #ifdef BOOST_WINDOWS_API
  # include "windows_file_codecvt.hpp"
@@ -18,3 +18,12 @@
  
    // "All BSD system functions expect their string parameters to be in UTF-8 encoding
    // and nothing else." See
+@@ -822,7 +822,7 @@
+   const path::codecvt_type*& path::wchar_t_codecvt_facet()
+   {
+ #   if defined(BOOST_POSIX_API) && \
+-      !(defined(macintosh) || defined(__APPLE__) || defined(__APPLE_CC__))
++      !(defined(macintosh) || defined(__APPLE__) || defined(__APPLE_CC__) || defined(__FreeBSD__))
+       // A local static initialized by calling path::imbue ensures that std::locale(""),
+       // which may throw, is called only if path_locale and condecvt_facet will actually
+       // be used. Thus misconfigured environmental variables will only cause an



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305031418.r43EIEJb090749>