Commit Graph

6919 Commits

Author SHA1 Message Date
Alexander Karatarakis
0c5b3ae225
Merge pull request #4180 from Voskrese/patch-1
[libraw] fix linux
2018-08-28 18:26:37 -07:00
Alexander Karatarakis
c44392c35b
Merge pull request #4161 from atkawa7/libmodbus
libmodbus init closes #283
2018-08-28 18:22:49 -07:00
Alexander Karatarakis
62406885f6
Merge pull request #4174 from fcharlie/update_nghttp2
[nghttp2] update to 1.32.1
2018-08-28 18:18:09 -07:00
myd7349
61b80ce22a [nanomsg] Update to 1.1.4 (#4158) 2018-08-28 14:19:50 -07:00
Robert Schumacher
1f7231fede [libmodbus] Avoid check_include_file on Windows. Move inclues to root. 2018-08-28 14:16:42 -07:00
Frederik Carlier
f37ca93ce2 Update HEAD_REF for libimobiledevice-win32 projects (#4162) 2018-08-28 14:05:16 -07:00
Robert Schumacher
711034e583 [icu] Bump package version 2018-08-28 14:04:04 -07:00
atkawa7
fe47a3975c intelrdfpmathlib init (#4168) 2018-08-28 13:55:06 -07:00
Robert Schumacher
94c644c6d3 [libraw] Replace WIN32 with VCPKG_CMAKE_SYSTEM_NAME 2018-08-28 13:48:03 -07:00
iyanging
46095a63e5 [monkeys-audio] Fix x64-installation "file INSTALL cannot find" (#4159)
* Fix x64 "file INSTALL cannot find"

* [monkeys-audio] Use vcpkg_install_msbuild()
2018-08-28 13:42:46 -07:00
Voskrese
306d019ea6
fix linux
error

```
CMake Error at ports/libraw/portfile.cmake:53 (file):
  file RENAME failed to rename
    /opt/vcpkg/packages/libraw_x64-linux/lib/raw_r.lib
  to
    /opt/vcpkg/packages/libraw_x64-linux/lib/raw.lib
  because: No such file or directory
Call Stack (most recent call first):
  scripts/ports.cmake:71 (include)
```

```
Include files should not be duplicated into the /debug/include directory. If this cannot be disabled in the project cmake, use
    file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
/debug/share should not exist. Please reorganize any important files, then use
    file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share)
Found 2 error(s). Please correct the portfile:
    /opt/vcpkg/ports/libraw/portfile.cmake
-- Performing post-build validation done
```
2018-08-29 03:10:26 +08:00
Force Charlie
1092ff94a2 [nghttp2] update to 1.32.1 2018-08-28 11:00:55 +08:00
Robert Schumacher
6b049c9d5a [docs] Add documentation for VCPKG_VISUAL_STUDIO_PATH 2018-08-27 16:50:18 -07:00
icedream2linxi
197645a0f7 [icu] Support for compiling static libraries. 2018-08-26 10:05:56 +08:00
atkawa7
bdf56f0ca7 libmodbus init closes #283 2018-08-25 20:21:46 +02:00
Sztergbaum Roman
04ba5aa07b [imgui-sfml] introduce new port for imgui with sfml development (#4106)
* [imgui-sfml] introduce new port for imgui with sfml development

* [imgui-sfml] rename the port

* [milerius-sfml-imgui] Rename from sfml-imgui. Small cleanup
2018-08-24 22:29:51 -07:00
Robert Schumacher
61253f80ad [boost-build] Update to 1.68 2018-08-24 14:20:56 -07:00
past-due
75b7dcfefa [chakracore] Fix Windows port CRT linkage (#4080)
* Fix Windows ChakraCore port CRT linkage

ChakraCore now supports both static and dynamic CRT linkage on Windows.

* [chakracore] Small cleanups
2018-08-24 14:05:07 -07:00
icedream2linxi
5fd80fa194 [lmdb] Remove non-WIN32 dependencies on ntdll.lib. Fixed #4053 (#4054)
* Remove non-WIN32 dependencies on ntdll.lib. Fixed #4053

* [lmdb] Use vcpkg_from_github

* [lmdb] Fix broken SOURCE_PATH
2018-08-24 14:03:45 -07:00
Nicolai Grodzitski
cef892ffae Update RESTinio to v.0.4.8. (#4121)
* Update RESTinio to v.0.4.8.

* [restinio] Inline single-use variable
2018-08-24 13:46:58 -07:00
Nicholas Londey
f1095cc5ae [chaiscript] 6.1.0 (#4110) 2018-08-24 13:44:58 -07:00
atkawa7
c2f4953990 [new port] wangle init (#4133)
* wangle init

* [wangle] Simplification

* [wangle] Fix finding gflags
2018-08-24 13:43:41 -07:00
Robert Schumacher
9a35830ff3 [graphite2] Update to 1.3.12. Fixes #4091. 2018-08-24 12:33:30 -07:00
Cheney Wang
bb1cc71095 [osg] Update to 3.6.2 (#4136) 2018-08-24 12:30:25 -07:00
Asterios Dimitriou
ff2c74d5ae [xlnt] update to v1.3.0 2018-08-24 14:19:36 +03:00
Alexander Karatarakis
e441811bc2 Fix typo in FAQ 2018-08-23 02:45:32 -07:00
igl42
a687f98f98 [blaze] Fix the SHA512 in the 'portfile.cmake' (#4138)
* [blaze] Fix the SHA512 in the 'portfile.cmake'

* [blaze] Use commit SHA to avoid future tag movement. Fix patches.
2018-08-22 14:38:31 -07:00
Lars Ivar Hatledal
107ed00628 Fix aquire flex and bison when not on Windows (#4120)
* use find_program to locate flex and bison when not Windows

* reset changes to thrift/portfile.cmake

* fix aquire flex and bison on non win platforms

* [vcpkg_find_acquire_program] Indentation and use CMAKE_HOST_WIN32
2018-08-22 14:04:20 -07:00
CrLF0710
57a4b8b8e3 Add graphite2 support for harfbuzz. (#4097) 2018-08-21 17:07:53 -07:00
myd7349
b509ceb48d [concurrentqueue] Add new package (#4115) 2018-08-21 16:43:23 -07:00
atkawa7
093900b225 [new port] libmaxminddb init (#4132)
* maxminddb init

* [libmaxminddb] CMake cleanup. Build static lib instead of exporting all symbols on Windows.
2018-08-21 15:57:50 -07:00
igl42
43b9d80306 Update to Blaze 3.4 (#4128) 2018-08-21 14:36:20 -07:00
Dale Stammen
7b83eb8e94 CURL: allow building of http2 option for uwp (#4131)
* allow building of http2 option for uwp

* [curl] Revert version bump since package is unchanged
2018-08-21 13:56:46 -07:00
Stanislav Ershov
a808ddb50a [nlohmann-json] Update to 3.2.0 from 3.1.2 (#4129) 2018-08-21 13:48:09 -07:00
Robert Schumacher
b3b034d33a [pcl] Support boost 1.68 2018-08-20 14:26:47 -07:00
Robert Schumacher
b901286329 [libgo] Fix boost-1.68 2018-08-20 14:26:47 -07:00
Robert Schumacher
eae02c95b3 [boost] Update to 1.68.0
[boost-vcpkg-helpers] Improve include scanner

[boost-vcpkg-helpers] Fix boost/functional/hash -> boost/container_hash dependency

[boost-context] Install replacement boost/context/all.hpp to support FindBoost.cmake

[boost] Improve port dependency qualifiers for UWP

[boost-contract] Mark as known to fail for ARM
2018-08-20 14:26:49 -07:00
Sztergbaum Roman
5e57beb401 [shiva] update dependancies (#4105) 2018-08-20 11:09:47 -07:00
Seo Sanghyeon
7dc3b44c3e [uriparser] Update to 0.8.6 2018-08-20 16:36:16 +09:00
Robert Schumacher
4a509014e1 [cpprestsdk] Update to v2.10.5 2018-08-17 09:55:05 -07:00
Robert Schumacher
28abc94084 [boost-python] Apply fix for MSVC /permissive- 2018-08-16 11:23:15 -07:00
Robert Schumacher
97a61f417d [cpprestsdk] 2.10.4 2018-08-16 10:24:41 -07:00
Sztergbaum Roman
f0cbb484c9 [shiva] update to 1.0 (#4088)
* [shiva] update to 0.9

* [shiva] update to 1.0
2018-08-16 09:55:17 -07:00
Jeong YunWon
702b73cb3b [readerwriterqueue] Add new package (#4096) 2018-08-16 09:32:05 -07:00
Alexander Karatarakis
c5acdcd20f [pybind11] Apply patch for alias templates 2018-08-15 18:27:01 -07:00
Cheney Wang
85c2fa9f0a [live555] Update to 2018.08.05 (#4087) 2018-08-15 11:24:36 -07:00
Robert Schumacher
ba5d624e8b [folly] Do not use -Werror 2018-08-15 11:17:40 -07:00
James Clark
f46cd9ae88 fix issue #3683 - fix ICU build on Linux (#3685)
* fix issue #3683 - fix ICU build on Linux

The following changes allow ICU to build on Linux:
- use the ICU tgz distribution rather than the zip file, to avoid CRLF
  line endings on Linux
- don't use MSYS on Linux
- fix runConfigureICU options for Linux
- fix CFLAGS, CXXFLAGS, and LDFLAGS for Linux
- don't rename the resulting libraries on Linux

* [icu] Enable VCPKG_CXX_FLAGS

* [icu] Formatting
2018-08-15 09:54:57 -07:00
Robert Schumacher
4d414cad14 [embree2][embree3] Fix license deployment location 2018-08-15 08:56:33 -07:00
Alexander Karatarakis
d1853d9cc2
Merge pull request #3907 from aybe/liblzma-uwp
[liblzma] Enabled UWP builds
2018-08-14 14:21:55 -07:00