Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Feb 2012 22:43:58 GMT
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        churanov.port.maintainer@gmail.com
Subject:   ports/165567: [PATCH] devel/boost-libs: fix use with clang
Message-ID:  <201202292243.q1TMhw2N092130@freefall.freebsd.org>
Resent-Message-ID: <201202292250.q1TMoC9D092892@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         165567
>Category:       ports
>Synopsis:       [PATCH] devel/boost-libs: fix use with clang
>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:   Wed Feb 29 22:50:12 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Baptiste Daroussin
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD azathoth.lan 10.0-CURRENT FreeBSD 10.0-CURRENT #8 r227964M: Thu Dec  1 23:52:49
>Description:
This fixes uses with clang, see https://svn.boost.org/trac/boost/ticket/6636
this is necessary for libreoffice 3.5

Added file(s):
- files/patch-boost__config__compiler__clang.hpp

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_2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/boost-libs/Makefile,v
retrieving revision 1.10
diff -u -u -r1.10 Makefile
--- Makefile	16 Jul 2011 05:20:15 -0000	1.10
+++ Makefile	29 Feb 2012 22:42:54 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	boost-libs
-PORTREVISION=	1
+PORTREVISION=	2
 COMMENT=	Free portable C++ libraries (without Boost.Python)
 USE_BZIP2=	yes
 
Index: files/patch-boost__config__compiler__clang.hpp
===================================================================
RCS file: files/patch-boost__config__compiler__clang.hpp
diff -N files/patch-boost__config__compiler__clang.hpp
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-boost__config__compiler__clang.hpp	29 Feb 2012 22:42:54 -0000
@@ -0,0 +1,8 @@
+--- ./boost/config/compiler/clang.hpp.orig	2010-10-01 11:19:44.000000000 +0200
++++ ./boost/config/compiler/clang.hpp	2012-02-29 15:20:25.157457434 +0100
+@@ -60,4 +60,4 @@
+ 
+ // Macro used to identify the Clang compiler.
+ #define BOOST_CLANG 1
+-
++#define BOOST_HAS_LONG_LONG 1
--- boost-libs-1.45.0_2.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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