From owner-svn-ports-head@FreeBSD.ORG Thu May 15 19:55:13 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5DBAEA6B; Thu, 15 May 2014 19:55:13 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4A8712D51; Thu, 15 May 2014 19:55:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4FJtD5E073557; Thu, 15 May 2014 19:55:13 GMT (envelope-from thierry@svn.freebsd.org) Received: (from thierry@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4FJtD1k073556; Thu, 15 May 2014 19:55:13 GMT (envelope-from thierry@svn.freebsd.org) Message-Id: <201405151955.s4FJtD1k073556@svn.freebsd.org> From: Thierry Thomas Date: Thu, 15 May 2014 19:55:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354172 - head/cad/opencascade/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 May 2014 19:55:13 -0000 Author: thierry Date: Thu May 15 19:55:12 2014 New Revision: 354172 URL: http://svnweb.freebsd.org/changeset/ports/354172 QAT: https://qat.redports.org/buildarchive/r354172/ Log: There is no xlocale in 8.4. Reported by: pkg-fallout Modified: head/cad/opencascade/files/patch-inc_Standard_CLocaleSentry.hxx Modified: head/cad/opencascade/files/patch-inc_Standard_CLocaleSentry.hxx ============================================================================== --- head/cad/opencascade/files/patch-inc_Standard_CLocaleSentry.hxx Thu May 15 19:37:46 2014 (r354171) +++ head/cad/opencascade/files/patch-inc_Standard_CLocaleSentry.hxx Thu May 15 19:55:12 2014 (r354172) @@ -1,11 +1,11 @@ ---- ./inc/Standard_CLocaleSentry.hxx.orig 2014-04-29 11:40:41.000000000 +0200 -+++ ./inc/Standard_CLocaleSentry.hxx 2014-05-04 14:42:56.000000000 +0200 +--- inc/Standard_CLocaleSentry.hxx.orig 2014-04-29 11:40:41.000000000 +0200 ++++ inc/Standard_CLocaleSentry.hxx 2014-05-15 21:33:15.000000000 +0200 @@ -25,7 +25,7 @@ //! Notice that this is impossible to test (_POSIX_C_SOURCE >= 200809L) //! since POSIX didn't declared such identifier. //! We check _GNU_SOURCE for glibc extensions here and it is always defined by g++ compiler. -#if defined(__APPLE__) || defined(_GNU_SOURCE) || defined(HAVE_XLOCALE_H) -+#if defined(__APPLE__) || defined(_GNU_SOURCE) || defined(__FreeBSD__) || defined(HAVE_XLOCALE_H) ++#if defined(__APPLE__) || defined(_GNU_SOURCE) || (defined(__FreeBSD__) && (__FreeBSD_version < 910000)) || defined(HAVE_XLOCALE_H) #include #ifndef HAVE_XLOCALE_H #define HAVE_XLOCALE_H