aboutsummaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Collapse)Author
2017-03-13[uwebsockets] Fix control file. Add missing include.Robert Schumacher
2017-03-13Merge pull request #791 from codicodi/bump-pangoAlexander Karatarakis
[pango] update to 1.40.4
2017-03-14[pango] update to 1.40.4codicodi
2017-03-13Merge pull request #789 from codicodi/bump-libepoxyAlexander Karatarakis
[libepoxy] update to 1.4.1
2017-03-13Merge pull request #788 from codicodi/bump-glibAlexander Karatarakis
[glib] update to 2.50.3
2017-03-13[libepoxy] update to 1.4.1codicodi
2017-03-13Replace patch 0001 with copying filesAlexander Karatarakis
Previously the patch would create five files. Now the 5 files are checked in and we copy them over.
2017-03-13[glib] update to 2.50.3codicodi
2017-03-13Merge branch 'cairomm' of https://github.com/Mixaill/vcpkg into Mixaill-cairommAlexander Karatarakis
2017-03-13Merge pull request #776 from Mixaill/libpoptRobert Schumacher
[libpopt] add version 1.16
2017-03-13[libpopt] add version 1.16Mikhail Paulyshka
2017-03-13Merge pull request #781 from jhruby/masterAlexander Karatarakis
Beast library port
2017-03-13Merge pull request #775 from Mixaill/msvs2017-mpir-winsdkRobert Schumacher
[mpir] detect Windows SDK version (was: retarget MSVS2017 to Windows 10 SDK)
2017-03-13[mpir] Rely on default override of WinSDK.Robert Schumacher
2017-03-13[mpir] Portfile cleanup.Robert Schumacher
Always use the library copyright file (we do not build the executables). Leave copying pdbs to vcpkg_copy_pdbs(). Use the newer VCPKG_TARGET_ARCHITECTURE over TRIPLET_SYSTEM_ARCH. CMake's "MATCHES" conditional performs regex substring search, so * is not needed.
2017-03-13added beast library portJohn Hruby
2017-03-13[cairomm] add version 1.15.3 (patch v3)Mikhail Paulyshka
2017-03-13[mpg123] update to 1.24.0Mikhail Paulyshka
fix x64 builds. Resolves #674 enable static builds
2017-03-12[mpir] handle Windows SDK version properly (+1 squashed commits)Mikhail Paulyshka
Squashed commits: [a820112] [mpir] retarget MSVS2017 to Windows 10 SDK
2017-03-11Merge pull request #770 from Mixaill/mpir-msvs2017Robert Schumacher
[mpir] update to 3.0.0
2017-03-11Merge pull request #769 from Mixaill/msgpackRobert Schumacher
[msgpack] add version 2.1.1
2017-03-11Merge pull request #761 from perara/patch-1Robert Schumacher
Removed flatbuffers tools directory
2017-03-11Merge pull request #746 from yirkha/dev/jihruska/openssl-fixesRobert Schumacher
[openssl] Two build fixes
2017-03-11[mpir] update to 3.0.0. Resolves #720Mikhail Paulyshka
2017-03-11[msgpack] add version 2.1.1. Resolves #744Mikhail Paulyshka
2017-03-11[libjpeg-turbo] update to 1.5.1. Resolves #767Mikhail Paulyshka
2017-03-10[libuv] Fix usage of GITAlexander Karatarakis
2017-03-10[cppwinrt] Update to february 2017 refreshRobert Schumacher
2017-03-10Merge pull request #757 from codicodi/fix-flacRobert Schumacher
[flac] Use NASM in x86 mode
2017-03-10[zeromq] update to 4.2.2. Resolves #760Mikhail Paulyshka
2017-03-10Removed flatbuffers tools directoryPer-Arne Andersen
I propose a change in how flatbuffers flatc.exe are placed in the tools directory after installation. Currently flatc.exe is placed in a sub directory "flatbuffers" which scopes it out from PATH Tested ok on my end, however i'm not 100% sure that i did this formally correct.
2017-03-09[flac] use nasmcodicodi
2017-03-09[eigen3] Update to 3.3.3. Resolves #754Alexander Karatarakis
2017-03-09Merge pull request #751 from cyj0912/masterAlexander Karatarakis
[bullet3] update to 2.86.1
2017-03-09Updated the libpng CONTROL file for version 1.6.28Felix Bytow
2017-03-09[bullet3] update to 2.86.1Toby Chen
2017-03-09Updated libpng port to version 1.6.28Felix Bytow
2017-03-08[openssl] Make sure to use our own trusted copy of PerlJiri Hruska
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[openssl] Consistently use OPENSSL_VERSION instead of just VERSIONJiri Hruska
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-07Merge pull request #743 from AlchemyGames/masterRobert Schumacher
[catch] update to version 1.8.1
2017-03-07[catch] update to version 1.8.1Lee Berger
2017-03-07Merge pull request #742 from achie-liang/masterRobert Schumacher
Upgrade azure-storage-cpp to v3.0.0
2017-03-08Upgrade azure-storage-cpp to v3.0.0Achie Liang
2017-03-07[uwebsockets] Update to v0.13.0. Resolves #738Alexander Karatarakis
2017-03-07Merge pull request #736 from nagua/portaudioRobert Schumacher
[portaudio] initial support for portaudio
2017-03-07[portaudio] Do not rename DLLs. Fix patchfile.Robert Schumacher
2017-03-06[qt5] Fix regression from dd6d1aa5. When building a static triplet, repeat ↵Robert Schumacher
the build on failure.
2017-03-07[portaudio] Insert version and descriptionNicolas Riebesel
2017-03-07Add portaudio to portsNicolas Riebesel
2017-03-06Merge pull request #735 from nagua:fftw3Robert Schumacher
[fftw3] Add fftw3 port to vcpkg