ports/165567: [PATCH] devel/boost-libs: fix use with clang

Baptiste Daroussin bapt at FreeBSD.org
Wed Feb 29 22:50:13 UTC 2012


>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 at 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:



More information about the freebsd-ports-bugs mailing list