Commit Graph

1084 Commits

Author SHA1 Message Date
Guillaume Dumont
7bc6851638 Updated patch to fix sizeof off_t differences between UNIX and Windows 2017-02-13 12:10:29 -05:00
Robert Schumacher
e139716c8f Merge pull request #653 from codicodi/add-libepoxy
Add libepoxy
2017-02-12 23:54:52 -08:00
Robert Schumacher
a59f6dda5e [libepoxy] Disable static builds due to dllimport/export issues. 2017-02-12 23:54:05 -08:00
Iraklis Karagkiozoglou
a82a0c01b5 Remove auto generated comments 2017-02-13 05:45:28 +02:00
Iraklis Karagkiozoglou
a932e5fc20 libnice port 2017-02-13 05:35:12 +02:00
Robert Schumacher
c9bf4b6138 [sfml] Update to 2.4.2 2017-02-11 10:39:57 -08:00
sdcb
a58139adf0 [asio] upgrade to 1.10.8 2017-02-10 17:32:54 +08:00
Robert Schumacher
43665857a3 [fmt] Force headers in shared build to always have FMT_SHARED.
Fixes #331.
2017-02-09 17:23:34 -08:00
codicodi
6c380e0578 fix typo 2017-02-09 18:24:17 +01:00
codicodi
91442a634e [libepoxy] ensure python is on path 2017-02-09 18:23:21 +01:00
codicodi
6ca475a5b4 add libepoxy 2017-02-09 18:13:52 +01:00
Robert Schumacher
f19c145ab5 [openvr] Initial commit of 1.0.5 2017-02-09 00:33:02 -08:00
Robert Schumacher
678f7faf0b Merge pull request #639 from msmolens/fix-grpc-exported-targets
[grpc] Fix exported targets
2017-02-09 00:04:44 -08:00
Robert Schumacher
47109bb96a [grpc] Bump package version to match change in cmake config file output 2017-02-09 00:04:05 -08:00
Robert Schumacher
135138391e Merge pull request #634 from sdcb/sqlite-modern-cpp
add sqlite-modern-cpp
2017-02-08 23:56:27 -08:00
Robert Schumacher
ddab90208a [sqlite-modern-cpp] Avoid moving downloaded file 2017-02-08 23:55:50 -08:00
Robert Schumacher
1bd912bb3e [rapidjson] Update to 1.1.0 2017-02-08 23:51:16 -08:00
Robert Schumacher
d7607ab726 Merge pull request #648 from chwarr/bond-fetch-gbc
Upgrade Bond to 5.2.0 & download pre-compiled gbc
2017-02-08 23:47:41 -08:00
Tobias Kohlbau
6825509522 [opencv] bump to 3.2.0
Signed-off-by: Tobias Kohlbau <tobias@kohlbau.de>
2017-02-09 08:46:46 +01:00
Alexander Karatarakis
5693ce8b4d [hdf5] Enable ninja option 2017-02-08 23:15:27 -08:00
Alexander Karatarakis
08ea0a95f1 Merge branch 'hdf5' of https://github.com/albertziegenhagel/vcpkg into albertziegenhagel-hdf5 2017-02-08 22:42:22 -08:00
Alexander Karatarakis
9e6920849c Merge pull request #515 from albertziegenhagel/msmpi
msmpi
2017-02-08 22:25:49 -08:00
Christopher Warrington
cd44f88573 Install gbc.exe to tools/
This at least allows people to write their own codegen rules until Bond
includes its own.
2017-02-08 19:38:10 -08:00
Christopher Warrington
bef39cd24f Fetch a pre-compiled gbc from GitHub
The BOND_GBC_PATH environment variable is no longer consulted, and the
Haskell toolchain will _not_ be used even if it exists.

At the moment, the downloaded gbc is amd64 only.
2017-02-08 19:38:10 -08:00
Christopher Warrington
6af35363b8 Upgrade Bond to 5.2.0
* Make Bond always build as a static lib.
    * Bond's CMake currently isn't written to be able to produce DLLs.
      There's a special dllimport/dllexport dance that would need to be
      done.
* Apply patch so that Bond doesn't force Boost static libs.
* Apply patch to omit installing Bond's copy of rapidjson.
* Clean up empty bin/ directories, now that vcpkg is more strict.
2017-02-08 19:37:14 -08:00
Robert Schumacher
5f46d896d5 Merge branch 'master' of https://github.com/microsoft/vcpkg 2017-02-08 17:39:39 -08:00
Robert Schumacher
116b1b8c66 Reorder path alterations to generally append instead of prepend.
This solves the issue where some software bundles (git) provide multiple executables in the same folder, which can override other desired programs (link.exe).
2017-02-08 17:39:31 -08:00
Felix Huang
8316692e32 [libraw] update to version 0.18.0 2017-02-08 16:39:16 -08:00
Robert Schumacher
4d43330241 Merge branch 'master' into codicodi-ninja-support 2017-02-08 15:24:59 -08:00
Robert Schumacher
2e94dfe97c Merge pull request #624 from dzenanz/master
Install grpc_cpp_plugin.exe into tools folder
2017-02-08 15:16:11 -08:00
Albert Ziegenhagel
8c63209167 Updated msmpi version to 8.0 & implemented checks for installed redistributable packages 2017-02-08 11:12:18 +01:00
sdflysha
994ebec3ea [aws-sdk-cpp] bump version to 1.0.61
I created a PR here: https://github.com/Microsoft/vcpkg/pull/631 but forgot to bump the aws-sdk-cpp version, I fixed it here.
2017-02-08 10:50:01 +08:00
Alexander Karatarakis
d4fa0b34c0 Add CUDA portfile
The intention of this package is for other packages to declare a dependency on CUDA
2017-02-07 17:04:24 -08:00
Max Smolens
8c322ca613 [grpc] Fix exported targets
Fix gRPC's exported targets. Now CMake projects can do:

    find_package(gRPC CONFIG REQUIRED)

and then use the exported targets such as gRPC::grpc and gRPC::grpc++.

Additionally, install gRPC tools and protoc plugins into the 'tools'
directory. The plugins are required to generate gRPC client and server
interfaces from .proto service definitions.
2017-02-07 15:43:52 -05:00
Robert Schumacher
1bfd72480d [poco] Fix #475 by adding include path to public interface. 2017-02-06 15:52:48 -08:00
flysha
0bbae46a9c [sqlite-modern-cpp] add build-depends 2017-02-05 18:30:37 +08:00
flysha
a923738dab add sqlite-modern-cpp
https://github.com/aminroosta/sqlite_modern_cpp
2017-02-05 18:28:50 +08:00
Alexander Karatarakis
ce477bf219 Merge pull request #631 from sdcb/aws-sdk-cpp-1.0.61
[aws-sdk-cpp] upgrade to 1.0.61
2017-02-04 00:50:58 -08:00
sdcb
85cab47ea4 [aws-sdk-cpp] upgrade to 1.0.61
1. upgrade to 1.0.61
2. disable warning as error temply(fix https://github.com/Microsoft/vcpkg/issues/629 before https://github.com/aws/aws-sdk-cpp/issues/438)
3. using cmake file(append) instead of patch to define #define USE_IMPORT_EXPORT in SDKConfig.h (simplified code)
2017-02-04 11:18:04 +08:00
Robert Schumacher
20ac877b5e [wt] Apply upstream patch to fix boost 1.63 compat. Fixes #626. 2017-02-03 18:54:51 -08:00
Alexander Karatarakis
ac44d93069 [webscoketpp] Fix dependencies 2017-02-03 14:39:16 -08:00
Alexander Karatarakis
bfc7a36e92 [cpprestsdk] Use websocketpp from vcpkg instead of cpprest's copy 2017-02-03 14:38:49 -08:00
codicodi
95af9aac7c Add Ninja support 2017-02-03 17:16:13 +01:00
Alexander Karatarakis
761d56711e Add websocketpp 2017-02-02 18:49:50 -08:00
Robert Schumacher
62e7557545 [fmt] Bump version to 3.0.1-2 to correspond with binary output change in 4f5f52ff47 2017-02-02 18:45:51 -08:00
Alexander Karatarakis
5aa5f191ae [cereal] directly copy folder instead of invoking another cmake to copy 2017-02-02 18:03:32 -08:00
Robert Schumacher
1888c7294f Merge pull request #421 from Agadoul/master
lcms port
2017-02-01 19:17:11 -08:00
Robert Schumacher
7a080e7916 [libvorbis] Fixup missed commit in a2f3a4b 2017-02-01 19:05:55 -08:00
Robert Schumacher
a2f3a4bf4c [libvorbis] Move patch application outside if() to ensure it applies to previously obtained sources 2017-02-01 19:02:14 -08:00
Dženan Zukić
9ee6208e02 Install grpc_cpp_plugin.exe into tools folder 2017-02-01 12:49:09 -05:00
Dale Stammen
f02c8f9e64 added patch to add missing NO_DEPRECATE defines for UWP 2017-02-01 06:40:01 -08:00
Robert Schumacher
0b2dd9bb98 [boost] Add additional build assertions. 2017-01-31 18:14:25 -08:00
Robert Schumacher
092f56e47d Merge pull request #615 from stammen/bzip2-fix-uwp
[bzip2] Fix UWP builds
2017-01-30 20:01:01 -08:00
Robert Schumacher
846aacdfbf Merge pull request #602 from codicodi/add-atk
add atk
2017-01-30 20:00:10 -08:00
Robert Schumacher
6413900119 Merge pull request #603 from codicodi/add-pango
add pango
2017-01-30 19:59:27 -08:00
Robert Schumacher
96fbbf4b71 Merge pull request #605 from smasherprog/master
Fixed incorrect naming of files
2017-01-30 19:47:48 -08:00
Robert Schumacher
ae3f4149ed [fltk] Bump version to correspond with binary layout change 2017-01-30 19:47:14 -08:00
Robert Schumacher
e916d52345 [openssl] Update UWP/WinRT to 1.0.2k 2017-01-30 17:22:46 -08:00
Dale Stammen
90fe56b015 uwp builds need _CRT_SECURE_NO_WARNINGS and others defined 2017-01-30 14:12:08 -08:00
agadoul
4ef429dd9e implment reviews. 2017-01-30 15:22:39 +01:00
agadoul
798ae24d96 use induced library type. 2017-01-30 14:35:38 +01:00
Scott
d1595aca30 Fixed incorrect naming of files
Reverting the naming to stick with how the FLTK library naturally decided to name their files. 
There was an error in the renaming where the incorrect libraries were being renamed. Reverting this fixes build linking issues
2017-01-29 15:38:44 -08:00
codicodi
01c4540a77 add pango 2017-01-29 18:46:22 +01:00
codicodi
41942fa9b7 add atk 2017-01-29 18:32:50 +01:00
Robert Schumacher
d776322d2a Merge pull request #600 from zuntrax/libopus
[libopus] add version 1.1.4
2017-01-28 20:12:05 -08:00
Robert Schumacher
faf60f0ee3 [opus] Rename libopus to opus to match upstream project's name 2017-01-28 20:11:26 -08:00
Robert Schumacher
798297f851 Merge pull request #598 from Microsoft/boost163
[boost] Update to 1.63
2017-01-28 19:56:27 -08:00
Markus Otto
0ce85b546e [libopus] add version 1.1.4 2017-01-28 23:27:01 +01:00
Christian Ullrich
d81c9b94eb [openssl] Update to 1.0.2k 2017-01-28 17:25:17 +01:00
Robert Schumacher
049da0d839 Merge pull request #597 from codicodi/hb-gobject
[harfbuzz] add gobject support
2017-01-27 19:07:31 -08:00
Robert Schumacher
6a58bee5e4 [harfbuzz] Uses in-source builds, so we need to clean them every time. 2017-01-27 19:06:50 -08:00
Robert Schumacher
8342a7a7bd Merge pull request #596 from codicodi/bump-cairo
[cairo] update port
2017-01-27 12:44:07 -08:00
Alexander Karatarakis
5de87096b1 Rename xercesc to xerces-c and fix copyright file placement 2017-01-26 16:43:22 -08:00
Eric Mittelette
8bc3c1f062 add xercesc 2017-01-26 16:27:52 -08:00
Alexander Karatarakis
fb7cc35f30 [boost] Update to 1.63 2017-01-26 13:28:07 -08:00
codicodi
d2ef8f847e [harfbuzz] list glib as dependency 2017-01-26 12:24:17 +01:00
codicodi
95e1f378fd [harfbuzz] bump version 2017-01-26 11:59:48 +01:00
codicodi
1df57b3585 [harfbuzz] add glib support 2017-01-26 11:25:24 +01:00
codicodi
95b67ab8e9 [cairo] update port 2017-01-26 11:12:55 +01:00
Robert Schumacher
add8ef90b4 Merge pull request #586 from codicodi/fix-libarchive
[libarchive] fix build with VS2017
2017-01-25 21:15:51 -08:00
Robert Schumacher
490ddfe2f7 [libarchive] Disable libiconv support
This fixes an issue with the detection code on VS2017. Additionally, it appears that the functionality provided by libiconv is minimal on Windows due to the existance of the Win32 conversion APIs.
2017-01-25 21:14:57 -08:00
Robert Schumacher
8ff736c6a4 Merge pull request #590 from mmassing/boost_with_bzip2
[boost] Add bzip2 support
2017-01-25 17:28:50 -08:00
Robert Schumacher
7bd267bc13 [boost] Bump version to correspond with added bzip2 dependency. 2017-01-25 17:27:53 -08:00
Robert Schumacher
fe96dcab61 [gdal] Bump version to correspond with adding external libpng dependency. 2017-01-25 17:25:56 -08:00
Robert Schumacher
1924c0a139 Merge pull request #592 from sdcb/directxtk-non-win10
[directxtk] do not use win10 sdk
2017-01-25 16:43:12 -08:00
Robert Schumacher
e29dfe4b04 Merge pull request #589 from mmassing/gdal_link_external_libpng
[gdal] Link against external libpng
2017-01-25 16:40:54 -08:00
Robert Schumacher
ced9ec1fa8 Merge pull request #571 from codicodi/add-fontconfig
Add fontconfig
2017-01-25 16:30:41 -08:00
Alexander Karatarakis
8ea9781f4f [boost] Bump version 2017-01-25 12:47:19 -08:00
Alexander Karatarakis
e4b102e6ce Merge pull request #588 from mmassing/boost_fix_zlib_in_debug
[boost] Fix zlib detection in debug build
2017-01-25 12:46:37 -08:00
Olaf van der Spek
c42d3b3677 Update CONTROL 2017-01-25 16:55:36 +01:00
周杰
db9ea49377 [directxtk] rollback toolpath 2017-01-25 22:37:18 +08:00
周杰
2d4fb63bf8 [directxtk] do not use win10 sdk (can now built without win10 sdk installed) 2017-01-25 22:33:21 +08:00
Manuel Massing
44590c5c1e [boost] Add bzip2 support 2017-01-25 10:16:44 +01:00
Manuel Massing
23ac6d0c19 [gdal] Link against external libpng 2017-01-25 08:59:40 +01:00
Manuel Massing
a3aeb99092 [boost] Fix zlib detection in debug build 2017-01-25 08:56:36 +01:00
flysha
8fd59c59bc [libmariadb] rollback conflict with libmysql 2017-01-25 10:25:38 +08:00
flysha
033c7d0af6 Merge remote-tracking branch 'refs/remotes/origin/master' 2017-01-25 10:01:57 +08:00
Alexander Karatarakis
5d45b8beaa Merge branch 'mpir-static' of https://github.com/sdcb/vcpkg into sdcb-mpir-static 2017-01-24 15:44:51 -08:00
Robert Schumacher
c09e6ff69a [wt] Suppress reliance on boost autolinking
Fixes #558
2017-01-24 14:55:35 -08:00
codicodi
cf5770d264 [libarchive] bump version 2017-01-24 21:59:24 +01:00
codicodi
05b82a96ae [libarchive] apply patch 2017-01-24 21:59:05 +01:00
codicodi
6946f2d244 [libarchive] add one more patch 2017-01-24 21:57:52 +01:00
flysha
919d8ea1ec [mpir] enable static build 2017-01-23 21:49:13 +08:00
Robert Schumacher
d1122c844a Merge pull request #568 from OlafvdSpek/master
Package lzo
2017-01-20 17:04:10 -08:00
Robert Schumacher
ed8e7ca79d [lzo] Disable dynamic builds again due to library not having appropriate dllexport annotations. 2017-01-20 17:03:11 -08:00
Robert Schumacher
83dcda1e11 [lzo] Fix compiler error. Add support for non-static triplets. 2017-01-20 14:47:06 -08:00
Alexander Karatarakis
a5b381f178 [libmysql] Create bin\ and debug\bin\ directories
(also make identation consistent)
2017-01-20 14:38:14 -08:00
Alexander Karatarakis
3026c55784 Merge branch 'mysql-5.7.17' of https://github.com/sdcb/vcpkg into sdcb-mysql-5.7.17 2017-01-20 13:46:06 -08:00
codicodi
1380525e5f [fontconfig] install additional license 2017-01-20 13:38:56 +01:00
sdcb
ce9741f71b [libmariadb] upgrade to 2.3.2
1. upgrade package to 2.3.2
2. enable static build support
3. do not block with libmysql
2017-01-20 17:06:11 +08:00
sdcb
28bd54e0d0 [libmysql] upgrade to 5.7.17
1. upgraded upstream mysql version to 5.7.17
2. simplified the patch size from 12K to 2K
3. enabled static build
4. switched mysql.h file to mysql/mysql.h
2017-01-20 15:19:23 +08:00
Robert Schumacher
d6e2ea075c Merge pull request #551 from smasherprog/master
FLTK Port
2017-01-19 18:55:36 -08:00
Robert Schumacher
1c9ea008be [fltk] Avoid renaming DLLs -- they are referred to by name in LIBs. 2017-01-19 18:55:07 -08:00
Robert Schumacher
2b48e78086 Merge pull request #529 from codicodi/add-glib
Add glib
2017-01-19 14:04:09 -08:00
codicodi
882004a819 add-fontconfig 2017-01-19 18:06:42 +01:00
Olaf
083dfc4d9c Package lzo 2017-01-19 14:23:52 +01:00
Albert Ziegenhagel
9e2fd15455 Do not simply rename "license_sdk.rtf" to "copyright" 2017-01-19 06:31:42 +01:00
Alexander Karatarakis
8ab6e6dfd6 Merge pull request #564 from sdcb/dx101
[dx] upgrade to 1.0.1
2017-01-18 17:56:24 -08:00
Alexander Karatarakis
ff40fcaf95 [pcre] Update to 8.39. Add sourceforge mirror 2017-01-18 14:29:01 -08:00
Alexander Karatarakis
6470f746ff Merge pull request #538 from sdcb/UVAtlas
add UVAtlas
2017-01-18 14:16:34 -08:00
flysha
4d9a9d44fe [dx] upgrade to 1.0.1 2017-01-18 22:20:32 +08:00
Alexander Karatarakis
0d50c6704d [zlib] Add sourceforge mirror 2017-01-17 15:34:31 -08:00
Alexander Karatarakis
97a2b5a793 [zlib] Update to 1.2.11 2017-01-17 14:45:20 -08:00
Alexander Karatarakis
8bae22ca29 Merge pull request #552 from jwillemsen/master
Use ACE 6.4.2 which got released January 17th 2017
2017-01-17 11:45:09 -08:00
Christian Ullrich
bc874e3db2 Fix Boost dynamic build.
Some of the Boost libraries build differently depending on whether
BOOST_X_DYN_LINK is defined, so this symbol must be present in the
dynamic build, and removing it as part of disabling auto-link was wrong.

Reverts half of 5a3881a0.
2017-01-17 15:52:49 +01:00
Johnny Willemsen
52ca9608e0
Use ACE 6.4.2 which got released January 17th 2017
* ports/ace/CONTROL:
    * ports/ace/portfile.cmake:
2017-01-17 10:33:42 +01:00
Alexander Karatarakis
60b0eb3da4 Merge pull request #548 from mwoelk83/master
add cereal port
2017-01-16 18:57:34 -08:00
Alexander Karatarakis
08f5e2f04f Merge pull request #539 from codicodi/fix-grpc
[grpc] build statically
2017-01-16 18:38:31 -08:00
Alexander Karatarakis
4ace533ad7 [protobuf] Attempt to make build more consistent 2017-01-16 18:36:47 -08:00
sdcb
2e7f683fde [uvatlas] do not install the debug lib twice 2017-01-16 12:24:26 +08:00
Scott
8310c5af0a FLTK Port 2017-01-15 12:08:53 -08:00
Johnny Willemsen
6d42e93c17
Use ACE 6.4.1, the latest micro release
* ports/ace/portfile.cmake:
2017-01-15 19:55:34 +01:00
Marcus Wölk
23c6f5f2a7 Create portfile.cmake for cereal 2017-01-14 23:57:15 +01:00
Marcus Wölk
b2619d58c6 Create CONTROL file 2017-01-14 23:56:34 +01:00
codicodi
0600d2b842 [glib] install gdbus-codegen tool
It is required to build gtk+
2017-01-14 18:29:00 +01:00
sdcb
bae2386113 fix UVAtlas build, I dropped the uvatlas tool. 2017-01-14 11:09:21 +08:00
sdcb
beec44ae8d Merge remote-tracking branch 'refs/remotes/upstream/master' 2017-01-14 10:55:19 +08:00
codicodi
f5a0a64e44 [glib] tooools 2017-01-14 02:59:41 +01:00
codicodi
eb7ccc1223 Revert "[glib] use win_iconv and add subdir for tools"
This reverts commit ccd3e399f0.
2017-01-14 02:55:41 +01:00
codicodi
5e1c18cd56 Revert "[glib] hunt down every mention of libiconv"
This reverts commit 6a3b19b9e0.
2017-01-14 02:55:32 +01:00
codicodi
74784355e5 [grpc] build statically and preserve debug libs 2017-01-14 02:55:04 +01:00
Robert Schumacher
c5636c4692 [glew] Avoid renaming DLLs, because LIBs reference them by name. Prefer using vcpkg_copy_pdbs(). 2017-01-13 17:54:13 -08:00
Robert Schumacher
51de300681 Merge branch 'rename-glew-ouput' of https://github.com/adam4813/vcpkg into adam4813-rename-glew-ouput 2017-01-13 17:50:24 -08:00
codicodi
6a3b19b9e0 [glib] hunt down every mention of libiconv 2017-01-14 02:20:44 +01:00
codicodi
ccd3e399f0 [glib] use win_iconv and add subdir for tools 2017-01-14 02:15:34 +01:00
Robert Schumacher
45425fe6f0 Merge pull request #536 from stammen/libwebsockets-uwp
libwebsockets: added support to build uwp versions
2017-01-13 16:07:09 -08:00
Robert Schumacher
b415c13779 [libwebsockets] Bump version to correspond to source code change for uwp support. 2017-01-13 16:06:30 -08:00
Robert Schumacher
c938d56e49 Merge pull request #534 from ab-acx/http-parser-strict
On release set HTTP_PARSER_STRICT to zero.
2017-01-13 16:02:35 -08:00
Robert Schumacher
bf47d0d386 [http-parser] Bump version to reflect build change adding HTTP_PARSER_STRICT=0 2017-01-13 16:01:52 -08:00
Robert Schumacher
6f593cf3e2 Merge pull request #528 from stammen/curl-uwp
CURL: added support for building uwp versions
2017-01-13 15:38:57 -08:00