Commit Graph

6987 Commits

Author SHA1 Message Date
Robert Schumacher
bdb1ae9907 [tiff] Use lzma on linux 2018-10-25 10:28:08 -07:00
Robert Schumacher
2b555061ce [hunspell] Avoid building tools when targetting UWP 2018-10-25 10:28:08 -07:00
Robert Schumacher
7b0ca5d022 [flann] Fix parallel configure 2018-10-25 10:28:08 -07:00
Robert Schumacher
9cb0f3c8ae [rapidjson] Fix #error on arm64 2018-10-25 10:28:08 -07:00
Robert Schumacher
854a1e474e [fastcdr] Fix installed cmake files 2018-10-25 10:28:08 -07:00
Robert Schumacher
9b7d93425f [entityx] Fix parallel configure 2018-10-25 10:28:08 -07:00
Robert Schumacher
e80548e13d [openimageio] Improve robustness 2018-10-25 10:27:26 -07:00
Robert Schumacher
9c62c6a37a Upgrades 2018.10.11 2018-10-25 10:27:26 -07:00
Robert Schumacher
949c038143 [cpprestsdk] Improve websockets feature 2018-10-25 10:21:25 -07:00
Roger Leigh
6f2bc84506 [xerces-c] Update to 3.2.2 (#4246)
* [xerces-c] Update to 3.2.2

* [xalan-c] Build against xerces-c 3.2.2 and include extra patches

* [xalan-c] Use new vcpkg_extract_source_archive_ex()

* [xerces-c] Use vcpkg_fixup_cmake_targets

* [xerces-c] Disable vcpkg_test_cmake due to misbehavior in x64

* [xerces-c] Remove bin directory when building static

* [xalan-c] Modernize
2018-10-24 12:50:57 -07:00
Danny Angelo Carminati Grein
be7cd68773 Correctly configure GTK3 to reflect recomended stable release settings (#4211)
* Correctly configure GTK3 to reflect recomended release settings

GTK/Glib packaging guidelines recomends a release build to use debugging
facilities set to level 'minimum'. Disabling this is officially not
recomended for stable releases. For more info read the following link,
the section `--enable-debug`.

https://developer.gnome.org/glib/stable/glib-building.html#extra-configuration-options

* [gtk] Bump control version
2018-10-24 12:45:09 -07:00
Robert Schumacher
fed89a9625 [mpir] Fix Linux builds 2018-10-24 12:36:26 -07:00
Alexander Karatarakis
4202405411 [vcpkg ci] Add --purge-tombstones flag 2018-10-23 20:44:47 -07:00
Alexander Karatarakis
c6552cba45
Merge pull request #4449 from Cheney-W/UpdateLiblinearSHA512
[Liblinear]Update the SHA512
2018-10-23 17:00:01 -07:00
LRFLEW
16e7f4187b Create macOS configuration variables for triplets (#4477)
* Create macOS configuration variables for triplets

* Add new macOS configuration variables to documentation

* [vcpkg-configure-cmake] Fix typo
2018-10-23 16:49:48 -07:00
ryanfitzsimon
c99f891b30 [libusb] Update to 1.0.22 (#4508)
* [libusb] Update to 1.0.22

* Update version to v1.0.22 tag instead of non-release commit hash.

* Remove libusb-usbdk output library.

The two Windows backends have been unified. The UsbDk backend is
selectable at runtime using the function libusb_set_option().

* Remove libfreenect2 patch (changes integrated upstream).

* Tidy up portfile.

* [libusb] Use vcpkg_install_msbuild()

* [libfreenect2] Add missing libjpeg-turbo dependency
2018-10-23 16:48:32 -07:00
Stefan Wurzinger
55f53c385e [portaudio] fix wasapi support (#4236) (#4517)
* [portaudio] fix wasapi support (#4236)

* [portaudio] Bump control version; prefer vcpkg_extract_source_archive_ex
2018-10-23 16:43:28 -07:00
Robert Schumacher
a1fe9544fd [qt5-base] Update qtdeploy.ps1 to generate qt.conf, qml, and qtquick. Fixes #2857. 2018-10-23 15:12:57 -07:00
Robert Schumacher
8d62a87448
[cpprestsdk] Add feature for websockets (#4530) 2018-10-23 13:05:43 -07:00
Robert Schumacher
8675caad70 [azure-storage-cpp] Upgrade to 5.2.0 2018-10-23 11:37:11 -07:00
Arkady Shapkin
2884e55e6c Update suitesparse (#4515)
* [metis] Small minor portfile improvements

* [suitesparse] Update to version 5.1.2
2018-10-23 11:03:42 -07:00
Robert Schumacher
b0e3843b0d [websocketpp] Modernize 2018-10-23 10:47:05 -07:00
ken2812221
2d13eb83e8 [berkeleydb] define unicode macro to make the api utf-8 (#4521) 2018-10-23 09:49:05 -07:00
Maciej Patro
4a11ac2d5d [trompeloeil] add new port (#4524)
* [trompeloeil] add new port

* [trompeloeil] Modernize
2018-10-23 09:47:58 -07:00
Robert Colton
473d63c4ed Qt 5.11 and static build fixes (#4164)
* fix da qt5

* fix qt config duplication

* [qt5-base] Use vcpkg_extract_source_archive_ex
[sqlite3] Enable SQLITE_ENABLE_COLUMN_METADATA

* [qt5-*] Update sub-portfiles

* qt5-base WIP

* [qt5] Fix Could not find qmlcachegen.exe

* [qt5-activeqt] Fix SHA512

* [qt5-base] Fix static builds

* [qt5-base] Bump control version

* [qt5-base] Restore removal of qmake dependencies

* [qt5-base] Partially revert #3280

* [qt5-base][vcpkg_build_qmake] Fix Qt5Bootstrap.lib issues
2018-10-22 10:49:16 -07:00
Matthias Schmieder
cba23fe693 Fix boost compile & linker flags (#3871)
* making sure there is a leading <compileflags> even if CMAKE_CXX_FLAGS do not start with a whitespace

* making sure there is a leading <compileflags> even if CMAKE_CXX_FLAGS do not start with a whitespace

* full support for CXXFLAGS, CFLAGS and LDFLAGS throughout the boost-modular-build-helper

* [boost-modular-build-helper] Bump version and use CMAKE_* macros since the VCPKG_* macros are not passed in

* [boost-type-erasure] Depend on boost-thread even in UWP
2018-10-22 09:29:54 -07:00
Tom Henoch
13e4ca6587 plustache inital port (#4261)
* plustache port

* [plustache] Prefer static linking

* [plustache] Requires boost-algorithm
2018-10-22 09:08:46 -07:00
Tom Henoch
2db456f44a Reproc initial port (#4263)
* reproc initial port

* Remove portfile debug output

* Fix Cmake files path

* [reproc] Update to v1.0.0

* [reproc] Fix hash for v1.0.0
2018-10-22 09:08:19 -07:00
Agustín Rodríguez
0720fd2463 [libtins-4.0] new port (#4495)
* added libtins port

* [libtins] Modernize

* [libtins] Add missing winpcap dependency. Build static libs.
2018-10-22 09:04:13 -07:00
Erwan BERNARD
03266cc498 [orc] add apache orc library (#4496)
* [orc] add apache orc library

* [orc] Simplify patch. Note in usage that no targets are available. Don't build tools on windows because they are not supported.

* [orc] Move tools to tools/orc/ to fix Linux build.

* [orc] fix tools ouput folder
2018-10-22 04:25:37 -07:00
Alexander Karatarakis
eb46ce1fbb Update CHANGELOG and bump version to 2018.10.20 2018-10-20 17:06:02 -07:00
Alexander Karatarakis
4f583e6a99
Merge pull request #4366 from jadedrip/llvm-7.0.0
update llvm to 7.0.0
2018-10-20 15:51:52 -07:00
Robert Schumacher
17766ecd8c [devil] Fix static builds 2018-10-20 14:00:35 -07:00
Robert Schumacher
f520aacf0e [libmariadb] Fix /MD for static libs. Fixes #4493. 2018-10-20 13:58:28 -07:00
Carlos O'Ryan
12a0a9989b Fix crc32c CMake configuration directory. (#4509)
* Fix crc32c CMake configuration directory.

The port was installing the CMake configuration files for Crc32c in
share/crc32c/Crc32c/Crc32cConfig.cmake, where find_package() cannot
find them.  They should be installed in share/crc32c/Crc32cConfig.cmake.

* [crc32] Lowercase share directory
2018-10-20 13:19:50 -07:00
Michele Caini
2e0338ce93 uvw port (#4510) 2018-10-20 13:19:05 -07:00
Michele Caini
363d924a23 updated port (#4511) 2018-10-20 13:18:41 -07:00
Ashley Davis
fb4c51f997 Add tmxparser port (#4512)
* Add tmxparser port

* [tmxparser] Keep only one flavor
2018-10-20 13:17:45 -07:00
Simon Hausmann
dac6bba3f6 Add support for response files with vcpkg (#4507)
Response files are a convenient way of specifying bulk parameters,
typically supported by compilers and linkers. For vcpkg response files
provide a convenient way of installing sets of packages from simple
newline separate list files.
2018-10-20 12:16:38 -07:00
myd7349
1e78b6e213 [mio] Add new port (#4503)
* [mio] Add new port

* [mio] Clean

* [mio] Use vcpkg_fixup_cmake_targets
2018-10-19 09:11:27 -07:00
myd7349
560ff74a5c [pegtl] Update to 2.7.1 (#4504) 2018-10-19 09:09:01 -07:00
Robert Schumacher
90ebb375f6 [vcpkg-edit] Open package folders when passed --all 2018-10-19 09:07:24 -07:00
Robert Schumacher
725cbbd47e [libssh] Update to 0.7.6. Fixes #4494. 2018-10-19 04:27:01 -07:00
Alexander Karatarakis
fe3c48d743
Merge pull request #4499 from raydelto/patch-1
Removing cases and making clearer the text
2018-10-18 13:39:03 -07:00
Raydelto Hernandez
26d431c120
Removing cases and making clearer the text
The word Privacy was capitalized for no reason. I've also added to word programming so that it's clear that the document refers to programming languages, before it referred only to language.
2018-10-18 17:37:20 -03:00
Alexander Karatarakis
f19df646a0 Survey times. Refactor Chrono stuff. All times UTC, unless explicitly mentioned
Survey is set to be every 6 months, but you also get one in the first 10 days.
2018-10-17 19:43:15 -07:00
Alexander Karatarakis
cf199dba42 Survey prompts are now shown only for intall/remove/export/update 2018-10-17 19:43:14 -07:00
myd7349
d45c9779a7 [docopt] Add new port to fix #3935 (#4343)
* [docopt] Add docopt.cpp to fix #3935

* [docopt] Cleanup

* [docopt] Disable vcpkg_test_cmake due to misbehavior on x64

* [docopt] Install only one flavor (static/shared)
2018-10-17 11:52:23 -07:00
Koby Kahane
0fe909718c [cryptopp] update to 7.0 (#4346)
* [cryptopp] update to 7.0

* [cryptopp] Fix Linux builds
2018-10-17 11:51:09 -07:00
Neil McNeight
82eb85df41 [libyaml] Add new port for libyaml v0.2.1 (#4484)
* [libyaml] Add new port for libyaml v0.2.1

* [libyaml] Cleanup
2018-10-17 11:46:46 -07:00