-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[many ports] Updates 2019.05.24 (#6618)
* [many ports] Updates 2019.05.24 * Update SHA512 and resolve conflict for ebml and matroska * [avro-c]Fix build error caused by jansson upgrades. * [xxhash]Update to the next version to fix build error.(xxhash issue:#179) * Fix failures and undo asio * [libyaml, grpc, miniz, paho-mqtt, sqlitecpp] Update patches * Update REF * Undo nvtt flann itk libtins aws-sdk-cpp openvdb vlpp xmsh changes * [flann, fastcdr] Fix old patches and build error. * [flann, fastcdr] Fix build error. * Fix ensmallen uvatlas cppcms libplist failures and undo aws-c-common libopusenc arb taglib changes * [dcmtk, draco, flatbuffers, forge, ftgl, mosquitto,nmslib, ogre] Update old patches and fix build error. * fix libusbmuxd failures and undo xxhash paho-mqtt mongo-c-driver flann libffi * fix libimobiledevice and undo qhull harfbuzz lcm libbson draco flatbuffers * undo libmupdf forge kd-soap qca * [mosquitto] Fix installation of import libs * [arb][asio][aws-c-common][collada-dom][concurrentqueue][cryptopp][ebml] Revert trivial/undesired changes * [fastcdr] Minimize patch * [many ports] Revert trivial changes * [libyaml] Switch to non-dist tag * [sqlite-modern-cpp] Track master due to infrequent release * [nano-signal-slot] Revert downgrade * [openvpn3] Bump control version to account for portfile change * [sqlite-modern-cpp] Fixup wrong hash * [mosquitto] Commit missing patch
- Loading branch information
1 parent
d962dc7
commit 3fadaff
Showing
98 changed files
with
352 additions
and
401 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Source: avro-c | ||
Version: 1.8.2-1 | ||
Version: 1.8.2-2 | ||
Description: Apache Avro is a data serialization system | ||
Build-Depends: jansson, liblzma, zlib |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
diff --git a/lang/c/src/CMakeLists.txt b/lang/c/src/CMakeLists.txt | ||
index c21f1ce..accb0e3 100644 | ||
--- a/lang/c/src/CMakeLists.txt | ||
+++ b/lang/c/src/CMakeLists.txt | ||
@@ -85,13 +85,13 @@ source_group(Avro FILES ${AVRO_SRC}) | ||
string(REPLACE ":" "." LIBAVRO_DOT_VERSION ${LIBAVRO_VERSION}) | ||
|
||
add_library(avro-static STATIC ${AVRO_SRC}) | ||
-target_link_libraries(avro-static ${JANSSON_LIBRARIES} ${CODEC_LIBRARIES} ${THREADS_LIBRARIES}) | ||
+target_link_libraries(avro-static jansson::jansson ${CODEC_LIBRARIES} ${THREADS_LIBRARIES}) | ||
set_target_properties(avro-static PROPERTIES OUTPUT_NAME avro) | ||
|
||
if (NOT WIN32) | ||
# TODO: Create Windows DLLs. See http://www.cmake.org/Wiki/BuildingWinDLL | ||
add_library(avro-shared SHARED ${AVRO_SRC}) | ||
-target_link_libraries(avro-shared ${JANSSON_LIBRARIES} ${CODEC_LIBRARIES} ${THREADS_LIBRARIES}) | ||
+target_link_libraries(avro-shared jansson::jansson ${CODEC_LIBRARIES} ${THREADS_LIBRARIES}) | ||
set_target_properties(avro-shared PROPERTIES | ||
OUTPUT_NAME avro | ||
SOVERSION ${LIBAVRO_DOT_VERSION}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Source: cppcms | ||
Version: 1.1.0-2 | ||
Version: 1.2.1 | ||
Description: CppCMS is a Free High Performance Web Development Framework (not a CMS) aimed at Rapid Web Application Development | ||
Build-Depends: icu, pcre, openssl, zlib |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Source: dcmtk | ||
Version: 3.6.3-1 | ||
Version: 3.6.4 | ||
Description: This DICOM ToolKit (DCMTK) package consists of source code, documentation and installation instructions for a set of software libraries and applications implementing part of the DICOM/MEDICOM Standard. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,16 @@ | ||
diff --git "a/CMake/dcmtkPrepare.cmake" "b/CMake/dcmtkPrepare.cmake" | ||
--- a/CMake/dcmtkPrepare.cmake 2018-02-05 12:58:13.000000000 -0500 | ||
+++ b/CMake/dcmtkPrepare.cmake 2018-04-25 15:07:12.927851000 -0400 | ||
@@ -192,9 +192,9 @@ | ||
diff --git a/CMake/dcmtkPrepare.cmake b/CMake/dcmtkPrepare.cmake | ||
index e9f77b5..4f7ebe3 100644 | ||
--- a/CMake/dcmtkPrepare.cmake | ||
+++ b/CMake/dcmtkPrepare.cmake | ||
@@ -192,9 +192,9 @@ include(GNUInstallDirs) | ||
# CMake's files (DCMTKTarget.cmake, DCMTKConfigVersion.cmake and DCMTKConfig.cmake) are installed | ||
# to different installation paths under Unix- and Windows-based systems | ||
IF(UNIX) | ||
- SET(DCMTK_INSTALL_CMKDIR "${CMAKE_INSTALL_LIBDIR}/cmake/dcmtk") | ||
if(UNIX) | ||
- set(DCMTK_INSTALL_CMKDIR "${CMAKE_INSTALL_LIBDIR}/cmake/dcmtk") | ||
+ SET(DCMTK_INSTALL_CMKDIR "share/dcmtk") | ||
ELSEIF(WIN32) | ||
- SET(DCMTK_INSTALL_CMKDIR "cmake") | ||
elseif(WIN32) | ||
- set(DCMTK_INSTALL_CMKDIR "cmake") | ||
+ SET(DCMTK_INSTALL_CMKDIR "share/dcmtk") | ||
ENDIF(UNIX) | ||
endif() | ||
|
||
#----------------------------------------------------------------------------- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
Source: ensmallen | ||
Version: 1.15.0-1 | ||
Version: 1.15.1 | ||
Description: A header-only C++ library for mathematical optimization. | ||
Build-Depends: openblas (!osx), clapack (!osx), armadillo | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Source: fastcdr | ||
Version: 1.0.6-2 | ||
Version: 1.0.9-1 | ||
Description: eProsima FastCDR is a C++ library that provides two serialization mechanisms. One is the standard CDR serialization mechanism, while the other is a faster implementation that modifies the standard. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,13 @@ | ||
diff --git a/src/cpp/CMakeLists.txt b/src/cpp/CMakeLists.txt | ||
index 46d6f20..5d73ec5 100644 | ||
index 14747c9..65c3ddb 100644 | ||
--- a/src/cpp/CMakeLists.txt | ||
+++ b/src/cpp/CMakeLists.txt | ||
@@ -139,7 +139,12 @@ if(MSVC OR MSVC_IDE) | ||
set(DIR_EXTENSION "/${MSVC_ARCH}") | ||
endif() | ||
@@ -155,7 +155,7 @@ elseif(NOT EPROSIMA_INSTALLER) | ||
COMPONENT cmake | ||
) | ||
|
||
- install(TARGETS ${PROJECT_NAME} ${PROJECT_NAME}_static | ||
+ if(BUILD_SHARED_LIBS) | ||
+ set(PROJECT_TARGETS ${PROJECT_NAME}) | ||
+ else() | ||
+ set(PROJECT_TARGETS ${PROJECT_NAME}_static) | ||
+ endif() | ||
+ install(TARGETS ${PROJECT_TARGETS} | ||
EXPORT ${PROJECT_NAME}Targets | ||
RUNTIME DESTINATION ${BIN_INSTALL_DIR}${DIR_EXTENSION} | ||
LIBRARY DESTINATION ${LIB_INSTALL_DIR}${DIR_EXTENSION} | ||
@@ -147,7 +152,6 @@ if(MSVC OR MSVC_IDE) | ||
COMPONENT libraries_${MSVC_ARCH} | ||
) | ||
|
||
- export(TARGETS ${PROJECT_NAME} ${PROJECT_NAME}_static FILE ${PROJECT_BINARY_DIR}/cmake/config/${PROJECT_NAME}Targets.cmake) | ||
install(EXPORT ${PROJECT_NAME}Targets | ||
DESTINATION ${LIB_INSTALL_DIR}${DIR_EXTENSION}/${PROJECT_NAME}/cmake | ||
COMPONENT cmake | ||
- if(MSVC OR MSVC_IDE) | ||
+ if(MSVC OR MSVC_IDE AND 0) | ||
if(TARGET_TYPE STREQUAL "SHARED_LIBRARY") | ||
# Install pdb files | ||
install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/Debug/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Source: fizz | ||
Version: 2019.05.13.00 | ||
Version: 2019.05.20.00 | ||
Build-Depends: folly, openssl, libsodium, zlib | ||
Description: a TLS 1.3 implementation by Facebook |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt | ||
index 693e49f..c47ff3c 100644 | ||
--- a/src/CMakeLists.txt | ||
+++ b/src/CMakeLists.txt | ||
@@ -1,9 +1,5 @@ | ||
- | ||
- | ||
- | ||
INCLUDE_DIRECTORIES(${PROJECT_SOURCE_DIR}/cmake) | ||
|
||
- | ||
ADD_DEFINITIONS(-DPACKAGE_VERSION="${VERSION_SERIES}.${VERSION_MAJOR}.${VERSION_MINOR}") | ||
|
||
IF(WIN32) | ||
@@ -26,7 +22,7 @@ SET(libftgl_la_SOURCES | ||
FTGlyphContainer.h | ||
FTInternals.h | ||
FTLibrary.cpp | ||
- FTLibrary.h | ||
+ FTGL/FTLibrary.h | ||
FTList.h | ||
FTPoint.cpp | ||
FTSize.cpp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Source: gherkin-c | ||
Version: c-libs-e63e83104b | ||
Version: 4.1.2 | ||
Description: Gherkin parser/compiler in C |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
diff --git a/src/core/lib/transport/transport.cc b/src/core/lib/transport/transport.cc | ||
index 09306110c6..eb0ad96a7a 100644 | ||
--- a/src/core/lib/transport/transport.cc | ||
+++ b/src/core/lib/transport/transport.cc | ||
@@ -134,6 +134,8 @@ void grpc_stream_ref_init(grpc_stream_refcount* refcount, int initial_refs, | ||
refcount->slice_refcount.sub_refcount = &refcount->slice_refcount; | ||
} | ||
|
||
+#undef move64 | ||
+ | ||
static void move64(uint64_t* from, uint64_t* to) { | ||
*to += *from; | ||
*from = 0; | ||
diff --git a/src/core/lib/transport/transport.cc b/src/core/lib/transport/transport.cc | ||
index 29c1e56..29de9d8 100644 | ||
--- a/src/core/lib/transport/transport.cc | ||
+++ b/src/core/lib/transport/transport.cc | ||
@@ -96,6 +96,8 @@ void grpc_stream_ref_init(grpc_stream_refcount* refcount, int initial_refs, | ||
refcount, &refcount->slice_refcount); | ||
} | ||
|
||
+#undef move64 | ||
+ | ||
static void move64(uint64_t* from, uint64_t* to) { | ||
*to += *from; | ||
*from = 0; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Source: grpc | ||
Version: 1.20.1-1 | ||
Version: 1.21.1 | ||
Build-Depends: zlib, openssl, protobuf, c-ares (!uwp) | ||
Description: An RPC library and framework |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Source: inih | ||
Version: 43 | ||
Version: 44 | ||
Description: Simple .INI file parser |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Source: ismrmrd | ||
Version: 1.4 | ||
Version: 1.4.0 | ||
Description: ISMRM Raw Data Format | ||
Build-Depends: pugixml, hdf5 |
Oops, something went wrong.