* update to latest commit
* remove demo feature
* update to latest
* fix pkgconfig
* speed up copy tools
* update mapnik
* update sha
* remove debug messages
* update version
* add coretext to harfbuzz for osx
* version
* [skip actions] Trigger CI
* fix issue on macos
* version database
* apply ras0219-msft suggestions
* remove core
* version
* version
* [skip actions] Trigger CI
* test latest commit
* v
* update to latest
* version
* update to latest master
* version
* revert portfile.cmake format
* update version
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
* [openssl] fix cross compilation with mingw
When cross compiling openssl on Linux, e.g.
./vcpkg install openssl:x64-mingw-dynamic
failed, because 'windres' was not found. The call to
openssl's Configure was missing the WINDRES environment
variable, which is needed in case it is prefixed. On
Ubuntu the binutils-mingw-w64-x86-64 package installed
it as /usr/bin/x86_64-w64-mingw32-windres.
Since mingw uses openssl-unix to build, it's worth mentioning
that the WINDRES env has no impact for non-mingw and is ignored
there.
* Handle conflicts
* Update version files
* Update ports/openssl/unix/CMakeLists.txt
* Update versions/o-/openssl.json
* Update versions/o-/openssl.json
Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com>
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* added missing 'xml' feature implementation
* updated versions
* Update version database
* small fixes and update version database
* merged changes
* Update version database
* add version-port
* update version
* fixed [tao] feature
* updated version database
* forgot to merge this
* update version
* another small change
* update version database
* pass the same ACE features to ACEXML as well
* update version
* fixed zlib feature
* update version
* fixed x64-windows-static triplet
* update version
* incorporated requested changes after review
* update version
* updated "version" string
* updated version
* use current_install_dir
* update version
Co-authored-by: Erik Sohns <erik.sohns@posteo.de>
Co-authored-by: Jonliu1993 <13720414433@163.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
* Remove 001-install-libraries.patch (all changes are in upstream)
* Change REF from 0c8905e84 (old master) to 59f15da55 (v8.2.0-20211013)
* Remove -Dbuild_tests=OFF which is default one
* Kill spaces at EOLn in portfile.cmake
* Update version, reset port-version
* [libigl] Update to 2.3.0
* remove the change in fix-config.patch
* restore to the original state
Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
* Revise tiff cmake wrapper
* x-add-version
* Use variables from vcpkg_check_features
* x-add-version
* Set CMP0012 to allow 'if(ON)'
* x-add-version
* Restore early call to _find_package
* Move wrapper vars to z_vcpkg namespace
* Use more common conditional dependency configuration
* Don't touch TIFF_LIBRARY
* Pass on QUIET option
* Update versions
* V8Config-shared compatibility issue fixed for VS generator
* Version updated
* port version fix
* update version
* adjust first entry
* update version
* Use version rather than version-string.
* Picking V8 snapshot via cmake generator expression
* version fix
Co-authored-by: Jonliu1993 <13720414433@163.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
* Add graphviz
* Address bot feedback
* Add python3 dep and fix pkgconf var
* Acquire python3 program
* Specify python3 executable
* Move bison earlier in path
* Add bison executable as var
* Add other deps as var
* Fix formatting
* Apply suggestions from code review
Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
* Update to 2.49.1
Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
* Fixup mingw lib names on windows
* Update versions
* Bump boost-modular-build-helper port-version.
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
* ports: sentry-native: Add CMakeFindDependencyMacro for find_dependency
find_dependency requires CMakeFindDependencyMacro to be included,
otherwise there is a CMake error when using find_package(sentry).
* versions: update sentry-native port-version to 2
* [boost-gil] remove dependency boost-filesystem
This dependency is optional and only used to build and run tests and examples.
See https://github.com/boostorg/gil#requirements
However, there is also BOOST_GIL_IO_ADD_FS_PATH_SUPPORT which enables
boost::filesystem::path support for IO functions, but since users have to define
it manually, they must install the dependency manually, too.
* fix spacing
* fix generate-ports.ps1
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>