From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 30 19:30:13 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0FC93106566C for ; Thu, 30 Dec 2010 19:30:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C108E8FC1A for ; Thu, 30 Dec 2010 19:30:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oBUJUCaa095070 for ; Thu, 30 Dec 2010 19:30:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oBUJUCsm095067; Thu, 30 Dec 2010 19:30:12 GMT (envelope-from gnats) Resent-Date: Thu, 30 Dec 2010 19:30:12 GMT Resent-Message-Id: <201012301930.oBUJUCsm095067@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mirko Zinn Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DF003106564A for ; Thu, 30 Dec 2010 19:25:07 +0000 (UTC) (envelope-from zinn@kaspar.aliensatemymum.com) Received: from oops.0xC0DE.de (oops.0xC0DE.de [78.46.70.3]) by mx1.freebsd.org (Postfix) with ESMTP id 857BC8FC0C for ; Thu, 30 Dec 2010 19:25:06 +0000 (UTC) Received: from oops.0xC0DE.de (localhost.0xC0DE.de [127.0.0.1]) by oops.0xC0DE.de (Postfix) with ESMTP id C210B39811C; Thu, 30 Dec 2010 20:25:05 +0100 (CET) Received: from oops.0xC0DE.de ([127.0.0.1]) by oops.0xC0DE.de (oops.0xC0DE.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fCnAN-VJsRl1; Thu, 30 Dec 2010 20:24:55 +0100 (CET) Received: from kaspar.aliensatemymum.com (unknown [89.204.137.213]) (Authenticated sender: info@derzinn.de) by oops.0xC0DE.de (Postfix) with ESMTPA id E8B2B398102; Thu, 30 Dec 2010 20:24:54 +0100 (CET) Received: by kaspar.aliensatemymum.com (Postfix, from userid 1001) id 3E6C0361BC26; Thu, 30 Dec 2010 20:24:51 +0100 (CET) Message-Id: <20101230192451.3E6C0361BC26@kaspar.aliensatemymum.com> Date: Thu, 30 Dec 2010 20:24:51 +0100 (CET) From: Mirko Zinn To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: churanov.port.maintainer@gmail.com Subject: ports/153561: [PATCH] devel/boost-libs: [SUMMARIZE CHANGES] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2010 19:30:13 -0000 >Number: 153561 >Category: ports >Synopsis: [PATCH] devel/boost-libs: [SUMMARIZE CHANGES] >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Dec 30 19:30:11 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Mirko Zinn >Release: FreeBSD 8.1-RELEASE amd64 >Organization: >Environment: System: FreeBSD kaspar 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:36:49 UTC 2010 >Description: the patch fixed an locale issue that could crash programs on startup (e.g. mongodb) with an failure described here: https://svn.boost.org/trac/boost/ticket/4688 Added file(s): - files/patch-libs_filesystem__v2__src__v2_path.cpp - files/patch-libs_filesystem__v3__src__path.cpp Port maintainer (churanov.port.maintainer@gmail.com) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- boost-libs-1.45.0_1.patch begins here --- diff -ruN --exclude=CVS /usr/home/zinn/ports/boost-libs.orig/Makefile /usr/home/zinn/ports/boost-libs/Makefile --- /usr/home/zinn/ports/boost-libs.orig/Makefile 2010-12-27 21:53:10.000000000 +0100 +++ /usr/home/zinn/ports/boost-libs/Makefile 2010-12-29 19:07:48.000000000 +0100 @@ -6,6 +6,7 @@ # PORTNAME= boost-libs +PORTREVISION= 1 COMMENT= Free portable C++ libraries (without Boost.Python) USE_BZIP2= yes diff -ruN --exclude=CVS /usr/home/zinn/ports/boost-libs.orig/files/patch-libs_filesystem__v2__src__v2_path.cpp /usr/home/zinn/ports/boost-libs/files/patch-libs_filesystem__v2__src__v2_path.cpp --- /usr/home/zinn/ports/boost-libs.orig/files/patch-libs_filesystem__v2__src__v2_path.cpp 1970-01-01 01:00:00.000000000 +0100 +++ /usr/home/zinn/ports/boost-libs/files/patch-libs_filesystem__v2__src__v2_path.cpp 2010-12-29 19:59:37.000000000 +0100 @@ -0,0 +1,11 @@ +--- libs/filesystem/v2/src/v2_path.cpp.orig 2010-12-29 19:23:18.000000000 +0100 ++++ libs/filesystem/v2/src/v2_path.cpp 2010-12-29 19:23:54.000000000 +0100 +@@ -45,7 +45,7 @@ + { + #if !defined(macintosh) && !defined(__APPLE__) && !defined(__APPLE_CC__) + // ISO C calls this "the locale-specific native environment": +- static std::locale lc(""); ++ static std::locale lc; + #else // Mac OS + // "All BSD system functions expect their string parameters to be in UTF-8 encoding + // and nothing else." \ No newline at end of file diff -ruN --exclude=CVS /usr/home/zinn/ports/boost-libs.orig/files/patch-libs_filesystem__v3__src__path.cpp /usr/home/zinn/ports/boost-libs/files/patch-libs_filesystem__v3__src__path.cpp --- /usr/home/zinn/ports/boost-libs.orig/files/patch-libs_filesystem__v3__src__path.cpp 1970-01-01 01:00:00.000000000 +0100 +++ /usr/home/zinn/ports/boost-libs/files/patch-libs_filesystem__v3__src__path.cpp 2010-12-29 19:59:59.000000000 +0100 @@ -0,0 +1,11 @@ +--- libs/filesystem/v3/src/path.cpp.orig 2010-12-29 19:30:47.000000000 +0100 ++++ libs/filesystem/v3/src/path.cpp 2010-12-29 19:31:36.000000000 +0100 +@@ -760,7 +760,7 @@ + + # else + // ISO C calls this "the locale-specific native environment": +- return std::locale(""); ++ return std::locale(); + + # endif + } --- boost-libs-1.45.0_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: