| Age | Commit message (Collapse) | Author |
|
* Including config file openssl.cnf in installation.
The original cmake script after the build delete the openssl.cnf files,
but if there is no config file in the environment the openssl.exe
warnings and fails in some commands.
This commit instead of deleting one of the openssl.cnf file it renames
(moves) to the installation dir tools/openssl, the same openssl.exe
final destination.
* Changing version from CONTROL file to help the vcpkg update command know to rebuild.
|
|
Since libpng depends on zlib it needs to be linked before so that the needed zlib symbols are found
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* [kcp] Add new port
* [kcp] Remove patch
|
|
* [mathgl]Fix feature glut and hdf5.
* [mathgl]Fix feature qt5 glut.
* [mathgl]Use find_library instead of find_package for feature glut.
* revert changes about opengl.
* [mathgl]Revert feature opengl dependency.
|
|
* [libffi] Add support for CMake config
* [libffi] Use vcpkg_fixup_cmake_targets()
|
|
|
|
|
|
vcpkg will now fail on failure to apply patches except when using `--head`.
|
|
* [metis] install metisConfig.cmake
* [suitesparse] add find_package(metis)
|
|
windows (#8373)
* change control file so activeqt isn't a dependency on non windows systems
* Update CONTROL
|
|
|
|
vcpkg_configure_make/vcpkg_build_make/vcpkg_install_make/vcpkg_build_nmake/vcpkg_install_nmake (#8267)
* Add function vcpkg_configure_make/vcpkg_build_make.
* Fix autoreconf command and add log.
* Add vcpkg_install_make.
* Fix call function name.
* support non-debug mode.
* Add nmake support.
* [tcl]Add new port for testing.
* [vcpkg_configure_make]Fix prefix in linux.
* restart CI systen.
* Separate vcpkg_build_nmake/vcpkg_install_nmake. Add arg PROJECT_NAME.
* fix copy source file. add samples.
* Remove uncommon options.
Add force install para to autoreconf.
* fix build error.
* fix options judgment.
* enable nmake in windows.
* fix some envs and macros. Disable NMAKE in vcpkg_configure_make currently.
* update docs.
* fix environments.
* Modify libosip2 to use vcpkg_configure_make/vcpkg_install_make.
* [tcl]Tcl separates PR.
* trigger PR-EAGER.
* [freexl]Fix options name and remove option NMAKE.
* use tool-chain instead of set environments manually.
* fix autoreconf para.
* use vcpkg_execute_build_process instead.
|
|
|
|
|
|
* Fix version number
* Bump version
|
|
|
|
|
|
|
|
* Fix false generated paths
* Change thrift version number
|
|
|
|
|
|
- Update description.
- Remove unused REPROC++_INSTALL option.
- Stop installing pkgconfig files.
- Remove explicit REPROC_INSTALL option as its enabled by default in
this scenario.
|
|
|
|
|
|
|
|
|
|
* [cpp-base64]Add new port.
* [cpp-base64]Change copyright path and name.
|
|
|
|
|
|
* correct find_library call
there was a typo.
* fix find_library call
* Update CONTROL
|
|
|
|
* support unix
* Update portfile.cmake
call vcpkg_execute_build_process instead of vcpkg_execute_required_process
|
|
|
|
|
|
ONLY_STATIC_LIBRARY (#8392)
* [libplist] Set ONLY_DYNAMIC_LIBRARY instead of ONLY_STATIC_LIBRARY
libplist appears to always build as a dynamic library and the previous
ONLY_STATIC_LIBRARY option was causing the DLLs to not be installed.
Signed-off-by: Andrew Gunnerson <andrewgunnerson@gmail.com>
* [libusbmuxd] Set ONLY_DYNAMIC_LIBRARY instead of ONLY_STATIC_LIBRARY
libusbmuxd also always builds as a dynamic library (like libplist).
Signed-off-by: Andrew Gunnerson <andrewgunnerson@gmail.com>
* [libplist] Ensure app container bit is set for UWP DLLs
Signed-off-by: Andrew Gunnerson <andrewgunnerson@gmail.com>
|
|
* [cpuinfo] Add new port
* [cpuinfo] Fix patch URL
* [cpuinfo] Fix CI failures
* [cpuinfo] Update TODO
|
|
installed alongside package openexr by vcpkg so that debug version of openexr can actually be found and linked into; (#8379)
geogram: remove /src/lib from INTERFACE_INCLUDE_DIRECTORIES in GeogramTargets.cmake, as /src/lib is not a valid include path;
openimageio: in favor of FindOpenEXR.cmake and LibRaw-config.cmake installed by vcpkg so that the debug version of openexr and libraw can actually be found and linked into;
|
|
* Update for new repo
* Update portfile.cmake
|
|
|
|
* [angle] Update to the latest commit.
* Fix build linux.
* Update CMakeList.txt and linux patch.
* update to latest
* Disable OpenGL deprecation warnings
* Update CMakeLists.txt
* include objective c files
* don't filter any files out of common (same as upstream autotools)
* drop unit tests so we don't bring in gtest
* add filter mode
* add back filter except for android
|
|
* [asynch,minimp3]Change copyright path and name.
* [asynch,minimp3]Update version.
* [winreg]Change copyright path and name,Update version.
|
|
|