svn commit: r426693 - head/devel/liblas
Jan Beich
jbeich at FreeBSD.org
Mon Nov 21 06:52:28 UTC 2016
Author: jbeich
Date: Mon Nov 21 06:52:26 2016
New Revision: 426693
URL: https://svnweb.freebsd.org/changeset/ports/426693
Log:
devel/liblas: unbreak build with boost 1.62 on 9.x
In file included from /usr/local/include/boost/atomic/capabilities.hpp:19,
from /usr/local/include/boost/atomic/atomic.hpp:19,
from /usr/local/include/boost/atomic.hpp:12,
from /usr/local/include/boost/thread/pthread/once_atomic.hpp:20,
from /usr/local/include/boost/thread/once.hpp:20,
from src/../include/liblas/detail/singleton.hpp:49,
from src/../include/liblas/header.hpp:54,
from src/../include/liblas/reader.hpp:46,
from src/../include/liblas/index.hpp:45,
from src/../include/liblas/detail/index/indexoutput.hpp:46,
from src/detail/index/indexoutput.cpp:43:
/usr/local/include/boost/atomic/detail/int_sizes.hpp:137:2: error: #error Boost.Atomic: Failed to determine builtin integer sizes, the target platform is not supported. Please, report to the developers.
/usr/local/include/boost/atomic/detail/bitwise_cast.hpp: In function 'To boost::atomics::detail::bitwise_cast(const From&) [with To = long unsigned int, From = void*]':
/usr/local/include/boost/atomic/detail/atomic_template.hpp:556: instantiated from here
/usr/local/include/boost/atomic/detail/bitwise_cast.hpp:39: warning: missing initializer for member 'boost::atomics::detail::bitwise_cast(const From&) [with To = long unsigned int, From = void*]::<anonymous struct>::to'
/usr/local/include/boost/atomic/detail/bitwise_cast.hpp: In function 'To boost::atomics::detail::bitwise_cast(const From&) [with To = void*, From = long unsigned int]':
/usr/local/include/boost/atomic/detail/atomic_template.hpp:574: instantiated from here
/usr/local/include/boost/atomic/detail/bitwise_cast.hpp:39: warning: missing initializer for member 'boost::atomics::detail::bitwise_cast(const From&) [with To = void*, From = long unsigned int]::<anonymous struct>::to'
PR: 199601
Reported by: antoine (via exp-run)
Approved by: portmgr blanket
Modified:
head/devel/liblas/Makefile (contents, props changed)
Modified: head/devel/liblas/Makefile
==============================================================================
--- head/devel/liblas/Makefile Mon Nov 21 06:42:03 2016 (r426692)
+++ head/devel/liblas/Makefile Mon Nov 21 06:52:26 2016 (r426693)
@@ -3,6 +3,7 @@
PORTNAME= liblas
PORTVERSION= 1.8.1
+PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= wen at FreeBSD.org
@@ -15,7 +16,7 @@ LIB_DEPENDS= libboost_thread.so:devel/bo
CONFLICTS= liblas12-1.2*
-USES= cmake libtool
+USES= cmake compiler:c++11-lang libtool
LDFLAGS+= -lpthread
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
More information about the svn-ports-all
mailing list