| Age | Commit message (Collapse) | Author |
|
Remove invalid URL to bzip.org site
|
|
|
|
We cannot download http://www.bzip.org/1.0.6/bzip2-1.0.6.tar.gz
It looks like the bzip.org domain is not registered anymore.
|
|
* ports/ace/CONTROL:
* ports/ace/portfile.cmake:
|
|
|
|
|
|
Add python2 port
|
|
|
|
|
|
|
|
|
|
|
|
* breakpad: Enable building the libbreakpad_client library
That's the library that allows creating and uploading .dmp files
when a program crashes.
Use the same flags and setup as for libbreakpad, just note that
this commit changes the installation folder for headers which
was previously incorrect:
The libbreakpad headers were installed in include/google_breakpad,
but the correct path is include/breakpad/google_breakpad,
and client headers go into include/breakpad/client/windows.
* [breakpad] Install headers one directory higher
* [breakpad] Switch to only build static libraries. Disable libbreakpad_client on non-windows due to additional work required.
|
|
|
|
|
|
* Add libplist
* Add libusbmuxd
* Fix typos
* Add getopt
* Add libimobiledevice
* Fix typos
* Add libideviceactivation
* Add ideviceinstaller
* Include utilities
* Install usbmuxd
* Add readline
* Fix readline on 64-bit windows
* Add libirecovery
* libideviceactivation: include tools
* Bump versions to fix build issues
* Bump versions
* Add idevicerestore
* [getopt][getopt-win32] Rename to getopt-win32 and only install on Windows Desktop
* [readline][readline-win32] Rename to readline-win32 and only install for Windows Desktop
* [vcpkg_from_github][vcpkg_apply_patches] Make PATCHES relative to the current port directory
* [vcpkg_install_msbuild][vcpkg_check_linkage] Introduce vcpkg_install_msbuild() and vcpkg_check_linkage().
* [libimobiledevice et al] Use vcpkg_from_github() and vcpkg_install_msbuild()
* [readline] Fix static builds
|
|
|
|
|
|
* opusfile: Add feature for disabling the openssl dependency
* [opusfile] Rename feature openssl -> opusurl to better describe this library's interface
|
|
* libsndfile: Add feature to make additional libraries optional
* [libsndfile] Make external-libs a default feature
* [libsndfile] Fix typo
|
|
* added dcmtk port
* [dcmtk] Cleanup and use vcpkg_from_github()
|
|
* Patch libraw-local FindLCMS2.cmake to handle debug postfix
* Remove library statement from def as name is incorrect for debug builds
https://msdn.microsoft.com/en-us/library/d91k01sh.aspx claims it is
required, but works fine (better) without.
* Patch FindLibRaw.cmake to handle debug postfix
* [lcms] Use vcpkg_from_github()'s PATCHES parameter
|
|
* [libgit2] update to 0.27.3
* [libgit2] Allow vcpkg_configure_cmake() to control BUILD_SHARED_LIBS
* [libgit2] update 0.27.4 see: https://github.com/libgit2/libgit2/releases/tag/v0.27.4
* [libgit2] Depend on openssl on non-windows platforms
|
|
|
|
[protobuf] Update to 3.6.1
|
|
|
|
|
|
|
|
* [plib] new contribution
* [plib] Note that only static linkage is supported.
* [plib] Rename libraries to avoid conflicts from excessively general names
|
|
* [spdlog] update to 1.0.0
* [spdlog] Fix cmake targets
|
|
|
|
* Update to 0.9.6
* [podofo] Use https and avoid downloaded archive conflicts
|
|
* Add missing symbols due to missing C files and copy paste bug
* [live555] Bump control version to include package change
|
|
* [libgeotiff] fix compile on linux
Fix cmake libtiff functions detetion failure
caused by finding no functions in libm.
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
* [libgeotiff] fix utility binary handling in linux
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
* [tiff] Fix static transitive dependencies
* [libgeotiff] Fix .dll and .exe manipulation
* [leptonica] Find dependencies in installed cmake config file
* [tiff] Do not add cmake targets to TIFF_LIBRARIES
* [tiff] Link consumers against m on unix platforms
|
|
* Add support for libgraphqlparser in Windows and Linux
* Make the vcpkg_find_acquire_package calls run only for WIN32
* Switch to a SHARED library on Windows (DLL)
|
|
|
|
|
|
* add check port
* [check] Use vcpkg_from_github() and vcpkg_fixup_cmake_targets()
|
|
* [shiva] update to 0.7
* [shiva] shiva-sfml plugins
* [shiva] update hash
* Update CONTROL
|
|
|
|
|
|
Upgrade protobuf to 3.6.1.
|
|
|
|
|
|
|
|
|
|
The 3.6.0.1 version of protobuf did not work correctly on Windows,
the 3.6.1 version allegedly does (and my tests pass).
|
|
* Added laszip package
* Added laszip dependency to pdal
* Cleanup laszip port file
* [laszip] Use LASZIP_BUILD_STATIC
* [pdal] Bump version to include new dependency laszip
|
|
|
|
|