Commit Graph

2174 Commits

Author SHA1 Message Date
Toby Chen
7a00b2b96e [bullet3] update to 2.86.1 2017-03-09 12:40:03 -05:00
Felix Bytow
50129fba99 Updated libpng port to version 1.6.28 2017-03-09 18:29:51 +01:00
Alexander Karatarakis
16e7982b1f Merge pull request #747 from mloskot/patch-1
Add requirement of CMake 3.8.0 or higher
2017-03-08 22:50:37 -08:00
Mateusz Łoskot
a3b86f77a7 Add requirement of CMake 3.8.0 or higher 2017-03-09 00:29:10 +01:00
Jiri Hruska
109a8b9058 [openssl] Make sure to use our own trusted copy of Perl
The build could have exhibited inconsistent behavior or simply failed if
there was another "perl" program already in path - either because it was
too old or too new, from some broken installation, or just a batch file
instead of a plain executable (which would require changing OpenSSL's
scripts to do "call perl x.pl" instead of just "perl x.pl").

This change resolves the ambiguity by putting the downloaded Perl first
in path, so that the same working version is used on all systems.
2017-03-08 20:28:02 +01:00
Jiri Hruska
ad30f9dbe6 [openssl] Consistently use OPENSSL_VERSION instead of just VERSION
The inner CMakeLists.txt used to reference ${VERSION} everywhere except
as the working directory for patching, where ${OPENSSL_VERSION} was used
and the patches did not get applied because of that.

This changes it to use ${OPENSSL_VERSION} everywhere instead, consistent
with the name of this variable in the parent portfile.cmake.
2017-03-08 18:53:04 +01:00
Robert Schumacher
cabf99d53f Merge pull request #743 from AlchemyGames/master
[catch] update to version 1.8.1
2017-03-07 18:25:06 -08:00
Lee Berger
7c89415a6f [catch] update to version 1.8.1 2017-03-07 21:11:25 -05:00
Robert Schumacher
4c9cad4337 Merge pull request #742 from achie-liang/master
Upgrade azure-storage-cpp to v3.0.0
2017-03-07 18:11:07 -08:00
Achie Liang
937ab708e6 Upgrade azure-storage-cpp to v3.0.0 2017-03-08 10:04:52 +08:00
Alexander Karatarakis
50162c7542 [uwebsockets] Update to v0.13.0. Resolves #738 2017-03-07 17:18:41 -08:00
Robert Schumacher
addf31613e Merge pull request #736 from nagua/portaudio
[portaudio] initial support for portaudio
2017-03-07 13:31:27 -08:00
Robert Schumacher
06272de6b4 [portaudio] Do not rename DLLs. Fix patchfile. 2017-03-07 13:30:38 -08:00
Alexander Karatarakis
49c96dee1f [ci] Print time for succeeded builds too 2017-03-07 12:10:50 -08:00
Robert Schumacher
e3d9627757 [qt5] Fix regression from dd6d1aa5. When building a static triplet, repeat the build on failure. 2017-03-06 17:52:25 -08:00
Nicolas Riebesel
459fa4b009 [portaudio] Insert version and description 2017-03-07 01:41:47 +01:00
Nicolas Riebesel
38d2bd4d5e Add portaudio to ports 2017-03-07 01:41:47 +01:00
Alexander Karatarakis
3eb0526468 Properly handle spaces in path when calling powershell script 2017-03-06 16:18:24 -08:00
Robert Schumacher
7f3153bd62 Merge pull request #735 from nagua:fftw3
[fftw3] Add fftw3 port to vcpkg
2017-03-06 12:29:52 -08:00
Robert Schumacher
c1d6454952 [fftw3] Avoid replacing CMAKE_CXX_FLAGS -- just add the definitions needed. 2017-03-06 12:29:06 -08:00
Robert Schumacher
6e44495b2f [vcpkg-configure-cmake] Centralize application of CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP 2017-03-06 10:46:45 -08:00
Robert Schumacher
1b9b19e66c Merge branch 'say-no-to-crt-dlls' of https://github.com/codicodi/vcpkg into codicodi-say-no-to-crt-dlls 2017-03-06 10:44:46 -08:00
Robert Schumacher
883b865f8e [vcpkg-configure-cmake] Alwasy set CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP to TRUE 2017-03-06 10:35:03 -08:00
Nicolas Riebesel
09794f2b24 Undef everything unneeded in config.h 2017-03-06 13:49:05 +01:00
Nicolas Riebesel
cb1cf039d8 Improve the static vs dynamic handling of fftw3 2017-03-06 09:17:07 +01:00
Nicolas Riebesel
e89d6f54a3 Make use of static and dynamic linking 2017-03-06 08:19:08 +01:00
Nicolas Riebesel
329822c210 Add initial fftw3 support 2017-03-06 08:07:14 +01:00
codicodi
2825c305e3 [poco & openjpeg] Prevent installation of CRT redistributables 2017-03-05 12:52:49 +01:00
Robert Schumacher
829e831232 [msmpi] Increase logging of msiexec extraction 2017-03-05 01:33:27 -08:00
Robert Schumacher
914664bf27 [vcpkg-ci] Display per-package timing information. 2017-03-04 06:48:59 -08:00
Robert Schumacher
19695fc832 [vcpkg] Deduplicate all timer classes. 2017-03-04 06:25:05 -08:00
Robert Schumacher
4806aaf460 [vcpkg] Remove more uses of iostreams. Force 'C' locale -- localization is TODO. 2017-03-04 06:11:24 -08:00
Robert Schumacher
c055def453 [vcpkg] Switch printing functions to use fputs and putchar directly. 2017-03-04 06:11:24 -08:00
Alexander Karatarakis
b03b578ffc Rename policy to OnlyReleaseCRT 2017-03-03 19:09:24 -08:00
Alexander Karatarakis
d7fb7b7736 [msmpi] Enable NoDebugBinaries policy. Resolves #728 2017-03-03 19:01:27 -08:00
Alexander Karatarakis
c2a368976d Add policy: NoDebugBinaries 2017-03-03 19:00:48 -08:00
Alexander Karatarakis
e44aae7210 Formatting 2017-03-03 18:42:57 -08:00
Alexander Karatarakis
6e094c0891 Enclose path in quotes 2017-03-03 14:55:33 -08:00
Alexander Karatarakis
2054f964fd Add __declspec(noreturn) in the definitions too
...to match the declarations
2017-03-02 18:52:15 -08:00
Robert Schumacher
6c26a42d54 [ffmpeg] Disable static building. 2017-03-02 10:35:27 -08:00
Robert Schumacher
782fa3000b [ffmpeg] Hotfix accounting for new flags 2017-03-02 08:26:39 -08:00
Robert Schumacher
2f8d8d8b18 [ffmpeg] Initial commit of version 3.2.4 2017-03-02 07:29:19 -08:00
Robert Schumacher
605ad4cf2f Merge pull request #724 from codicodi/bump-lua
[lua] update to 5.3.4
2017-03-02 07:17:17 -08:00
Robert Schumacher
3e0dc1e81e [lua] Expanded comment on COMPILE_AS_CPP 2017-03-02 07:16:46 -08:00
codicodi
b9b27e72d3 [lua] add comment about new option 2017-03-02 16:02:45 +01:00
codicodi
1551d9942e [lua] update to 5.3.4 2017-03-02 14:59:32 +01:00
Robert Schumacher
b11ab655e2 [boost] Hotfix for building on VS2015 2017-03-02 02:56:35 -08:00
Robert Schumacher
4139b912fc Merge branch 'dev/roschuma/boost' 2017-03-02 00:47:32 -08:00
Alexander Karatarakis
b6b4f9325f Reuse functions for finding dlls/libs 2017-03-01 16:22:06 -08:00
Alexander Karatarakis
35edd4ee4f load_all_ports() no longer aborts when a port fails 2017-03-01 13:59:19 -08:00