In file included from qgpgmebackend.cpp:42:0:
../../../lang/cpp/src/engineinfo.h: In constructor
'GpgME::EngineInfo::Version::Version(const string&)':
../../../lang/cpp/src/engineinfo.h:47:17: error: 'sscanf' is not a
member of 'std'
std::sscanf(version.c_str(), "%d.%d.%d", &major, &minor, &patch) != 3) {
PR: 214687
Submitted by: tcberner
The KWALLET option had been added based on early plans for KDE5. Now that the
KF5 ports are committed, correct the KWALLET option to match the new KF5 ports.
Also, convert USE_OPENSSL to USES=ssl and add missing USE_GL and USE_QT5
components identified by stage-QA.
PR: 214530
Submitted by: Matthew Rezny <matthew@reztek.cz> (maintainer)
Approved by: rakuco (mentor)
The recent move of all the KDE4 includes into ${LOCALBASE}/include/kde4 broke
the KWALLET option. This patch fixes the option by inserting the right include
path.
Also, convert USE_OPENSSL to USES=ssl.
PR: 214531
Submitted by: Matthew Rezny <matthew@reztek.cz> (maintainer)
Approved by: rakuco (mentor)
`_ZZN5boost6system15system_categoryEvE21system_category_const' referenced in section `.text' of .libs/libkea_asiolink_la-io_address.o: defined in discarded section `.bss._ZZN5boost6system15system_categoryEvE21system_category_const[_ZZN5boost6system15system_categoryEvE21system_category_const]' of .libs/libkea_asiolink_la-io_address.o
`_ZZN5boost6system16generic_categoryEvE22generic_category_const' referenced in section `.text' of .libs/libkea_asiolink_la-io_address.o: defined in discarded section `.bss._ZZN5boost6system16generic_categoryEvE22generic_category_const[_ZZN5boost6system16generic_categoryEvE22generic_category_const]' of .libs/libkea_asiolink_la-io_address.o
[...]
PR: 199601
Reported by: antoine (via exp-run)
Approved by: portmgr blanket
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
The Clipper library performs clipping and offsetting for both
lines and polygons. All four boolean clipping operations are
supported - intersection, union, difference and exclusive-or.
Polygons can be of any shape including self-intersecting polygons.
WWW: http://sourceforge.net/projects/polyclipping/
PR: 214583
Submitted by: Nikolay Korotkiy
- Changed CegoQueryHelper methods to static
- Fix for CegoBTreeManager and friends regarding small string values
( string(1) )
- Please note, that this fix invalidates btree format.
Btrees have to be recreated after this fix, databases need to
be exported and imported.
Submitted by: Bjoern Lemke <lemke@lemke-it.com>
In file included from mtasker_context.cc:27:
./mtasker_fcontext.cc:33:7: error: no member named 'make_fcontext' in namespace 'boost::context'; did you mean 'boost::context::detail::make_fcontext'?
using boost::context::make_fcontext;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from mtasker_context.cc:27:
./mtasker_fcontext.cc:64:7: error: no member named 'fcontext_t' in namespace 'boost::context'; did you mean 'boost::context::detail::fcontext_t'?
using boost::context::fcontext_t;
^~~~~~~~~~~~~~~~~~~~~~~~~~
[...]
PR: 214470
Submitted by: antoine
Obtained from: upstream
Approved by: portmgr blanket
In file included from algorithm.cpp:13:
In file included from ../../zen/guid.h:16:
In file included from /usr/local/include/boost/uuid/uuid_generators.hpp:17:
In file included from /usr/local/include/boost/uuid/random_generator.hpp:17:
In file included from /usr/local/include/boost/shared_ptr.hpp:17:
In file included from /usr/local/include/boost/smart_ptr/shared_ptr.hpp:28:
In file included from /usr/local/include/boost/smart_ptr/detail/shared_count.hpp:29:
In file included from /usr/local/include/boost/smart_ptr/detail/sp_counted_base.hpp:45:
In file included from /usr/local/include/boost/smart_ptr/detail/sp_counted_base_clang.hpp:18:
In file included from /usr/local/include/boost/detail/sp_typeinfo.hpp:20:
In file included from /usr/local/include/boost/core/typeinfo.hpp:119:
In file included from /usr/local/include/boost/core/demangle.hpp:32:
/usr/include/c++/v1/cxxabi.h:190:19: error: '__cxa_get_globals' is missing exception specification
'noexcept'
__cxa_eh_globals *__cxa_get_globals(void);
^
../../zen/scope_guard.h:31:30: note: previous declaration is here
extern "C" __cxa_eh_globals* __cxa_get_globals() noexcept;
^
PR: 214485
Reported by: antoine (via exp-run)
Fix 1: Set LDFLAGS for SSL support
Fix 2: Fix stage-QA failures in both -local and -server:
Two log files were present in these stage directories that were
not listed in the plist. One of them were registered by the
-client port so rather than remove them from the stage, add them
to the package list
Fix 3: revbump after fix 2
Approved by: SSL and general blankets
- Bump PORTREVISION for package change
====> Running Q/A tests (stage-qa)
Warning: Bad symlink '/usr/local/lib/libzookeeper_mt.so' pointing to an absolute pathname '/usr/local/lib/libzookeeper_mt.so.2'
Warning: Bad symlink '/usr/local/lib/libzookeeper_st.so' pointing to an absolute pathname '/usr/local/lib/libzookeeper_st.so.2'
Approved by: portmgr (blanket)