aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-11-05Revert "[opencv3] Upgrade to version 3.4.8 (#8623)" (#8911)Victor Romero
This reverts commit df266bd06716f1599d13eaf6e306c8de85fbaca9.
2019-11-04Update README.md (#8894)dan-shaw
2019-11-04[boost-modular-build-helper] Update to 1.71. (#8606)quatmax
2019-11-04[opencv3] Upgrade to version 3.4.8 (#8623)Lily
2019-11-03[pango] Add missing link library (#8745)Michał Janiszewski
Gdi32 is used by pango, but not linked to. This works on x86, but not on ARM.
2019-11-01[hiredis] Add new port (#8843)NancyLi1013
2019-11-01[jsonnet]Upgrade to 0.14.0. (#8848)JackBoosY
2019-11-01Add October changelog (#8853)Griffin Downs
* Add October changelog * Add tick highlighting to make and nmake * Add tick highlighting to CONTROL
2019-11-01[sqlpp11] fixed ddl2cpp path (#8837)lex-96
* [sqlpp11] fixed ddl2cpp path * Incremented sqlpp11 CONTROL version to 0.58-3
2019-11-01openvpn3: bump version (#8851)Lev Stipakov
This bumps openvpn3 version to latest stable release and adds missing libraries. Signed-off-by: Lev Stipakov <lev@openvpn.net>
2019-11-01[ogre-next] Add new port (#8677)zi-m
* ogre-next * add rename_config_cmake.patch * add fix_find_package_sdl2.patch * Update ports/ogre-next/portfile.cmake Co-Authored-By: Victor Romero <romerosanchezv@gmail.com> * Use vcpkg_check_features to simplify the portfile a little bit (thanks to @vicroms) * add features in CONTROL file * add "Building steps for ogre-next[d3d9]"
2019-11-01tbb: Fix compilation on OSX (#8744)tarcila
* tbb: Fix compilation on OSX Make sure CMake detected sysroot is correctly forwarded to TBB build system so system headers files will be found later on. * tbb: Version bump
2019-10-31[wxwidgets] Upgrade to 3.1.3 (#8808)cnbatch
* [wxwidgets] Upgrade to 3.1.3 * [wxwidgets] Upgrade to 3.1.3
2019-10-31[wordnet]add a new port (#8816)2019.10Chao
* [wordnet]add a new port * [wordnet]fix-uwp
2019-10-31[arb]Upgrade to 2.17.0 (#8831)JackBoosY
2019-10-30[sol2] Use the single header release (#8776)Rémy Tassoux
* [sol2] Use the single header release Using the single header release of the library is easier, faster to 'build', and is recommended by the documentation. It also fix the duplicated include folder issue of the previous port : <sol/sol/sol.hpp> can now be replaced with <sol/sol.hpp> as it should be. Is there any drawback about using the single header release that I am not seing? * [sol2] Re-enable cmake config files export * [sol2] Fix duplicated line
2019-10-30[libdivide] Add new port (#8320)NancyLi1013
* [libdivide] Add new port * Update to v3.0
2019-10-30[netcdf-c] Add usage (#8398)Phoebe
* [netcdf-c] Add usage * Update changes
2019-10-30Added OIS port (#8507)Vinny
* Added OIS port * Portfile deletes bin/ and debug/bin/ when library is static * Replaced configure_file() call with file(INSTALL) call * Added fail on ARM or UWP * Moved early failure to top of file
2019-10-30[Arrow] Update to Arrow 0.15.1 (#8815)Phil Felton
* Arrow 0.15.0 * Arrow 0.15.1
2019-10-29[fftwpp]Add header-only port. (#8625)JackBoosY
2019-10-29[pcre2]Fix uwp build failure. (#8620)JackBoosY
2019-10-29Export paho-mqtt cmake targets, fix paho-mqttpp3 dependency. (#8492)JackBoosY
2019-10-29[libxslt]Using vcpkg_install_nmake in Windows, support unix. (#8589)JackBoosY
* [libxslt]Using vcpkg_install_nmake in Windows, support unix. * support PRERUN_SHELL/PRERUN_SHELL_DEBUG/PRERUN_SHELL_RELEASE * Re-trigger CI.
2019-10-29[glib]Fix linux build. (#8653)JackBoosY
2019-10-29[openscap]Add new port. (#8654)JackBoosY
* [openscap]Add new port. * [openscap]Add dependency port zlib. * [openscap]Re-make patch. * [openscap]Add dependency port getopt-win32 in Windows. * [openscap]Add dependency library to util.
2019-10-29[opencensus-cpp]Add new port. (#8740)JackBoosY
* [opencensus-cpp]Add new port. * [opencensus-cpp]Update SHA512. * [opencensus-cpp]Add patch.
2019-10-29[upb]Add new port. (#8681)JackBoosY
* [upb]Add new port. * [upb]Re-generate patch.
2019-10-29[pthreads]Add usage. (#8651)JackBoosY
* [pthreads]Add usage. * [pthreads]Update usage: using namespace. * [pthreads]separate namespace. * [pthreads]Remove target_include_directories. * [pthreads]Increase version.
2019-10-29[libmesh]Add new port. (#8592)JackBoosY
* [libmesh]Add new port. * [libmesh]Fix foreach. * [libmesh]Fix foreach. * [libmesh]Fix issues with POST_CHECK.
2019-10-29[libigl]Add port libigl, add features. (#8607)JackBoosY
* [libigl]Add port libigl, add features. * [libigl]Re-generate patch. * Trigger CI. * [libigl]Correct homepage.
2019-10-29[slikenet]Add new port. (#8693)JackBoosY
2019-10-29[llvm]Add features. (#8771)JackBoosY
* [llvm]Add features. * [llvm]Add ${FEATURE_OPTIONS}, set feature util to default feature.
2019-10-29[libyuv]Build corresponding type library according to BUILD_SHARED_LIBS. (#8769)JackBoosY
* [libyuv]Build corresponding type library according to BUILD_SHARED_LIBS. * [libyuv]Always use static build.
2019-10-29[qt5-location] Modify clipper library name to avoid conflicts with vxl (#8777)Robert Schumacher
* [qt5-location] Modify clipper library name to avoid conflicts with vxl * update the patch
2019-10-28update FLTK to v1.3.5 (#8457)Neil McNeight
* Update to fltk-1.3.5 * Update to fltk-1.3.5 * Update ports/fltk/portfile.cmake Co-Authored-By: Victor Romero <romerosanchezv@gmail.com>
2019-10-28[jxrlib] Update port (#8525)Phoebe
2019-10-28mesonbuild - Update to 0.52.0 (#8639)Wolfgang Stöggl
* mesonbuild - Update to 0.52.0 * [tool-meson] Add package to represent dependency on Meson build-system
2019-10-28[polyhook2] Add new port (#8719)NancyLi1013
* [polyhook2] Add new port * Add feature and update
2019-10-28[libsrt]Add new port. (#8712)JackBoosY
* [libsrt]Add new port. * [libsrt]Add patch. * [libsrt]Does not support uwp. * [libsrt]Remove usless blank line.
2019-10-28[google-cloud-cpp-common] initial port (#8735)Carlos O'Ryan
* [google-cloud-cpp-common] initial port Add a new port for the Google Cloud C++ common components. * No need to build the tests. * Forgot to disable the tests when I removed the gtest dep.
2019-10-28Fix sdl2 build if there is space in the path (#8760)Krisztián Csordás
* Fix sdl2 build if there is space in the path * [sdl2] Bump control version to account for new patch
2019-10-28[wangle]Fix config.cmake (#8764)JackBoosY
2019-10-28[duktape] fix pip and pyyaml install issue (#8767)Phoebe
2019-10-28so5extra updated to 1.3.1.1 (#8770)eao197
2019-10-26[log4cpp] Fix link static library (#8741)Lily
* [log4cpp] Fix link static library * [log4cpp] Unneeded removal of /bin in static mode
2019-10-26[grpc]Fix build failure in Linux: duplicate function gettid. (#8737)JackBoosY
2019-10-25[string-theory] Update library to 2.3 (#8734)Michael Hansen
2019-10-25[xmlsec] Update to 1.2.29 (#8721)SvenPStarFinanz
2019-10-25Fix repository name case (#8695)NN
* Fix repository name case * [detours] Match GitHub URL exactly