aboutsummaryrefslogtreecommitdiff
path: root/ports/bzip2
AgeCommit message (Collapse)Author
2021-07-01[bzip2] Update repository (#18705)NancyLi1013
* [bzip2] Update repository * Update version files
2020-09-01[bzip2] Add SHA512 hash check (#13242)General Jack O'Neill
2020-08-28[bzip2] Update to 1.0.8. (#13178)Matthew Oliver
Fixes #12960
2020-08-13[bzip2] fixes for building release-only (#12880)Alexander Neumann
* [bzip2] fixes for building release-only * [vcpkg_fixup_pkgconfig] fix spacing in messages * Update ports/bzip2/portfile.cmake Co-authored-by: ras0219 <533828+ras0219@users.noreply.github.com> * Update portfile.cmake * back out changes to vcpkg_fixup_pkgconfig Co-authored-by: Stefano Sinigardi <stesinigardi@hotmail.com> Co-authored-by: ras0219 <533828+ras0219@users.noreply.github.com> Co-authored-by: Lily <47812810+LilyWangL@users.noreply.github.com> Co-authored-by: wangli28 <wangli28@beyondsoft.com>
2020-07-24[vcpkg/scripts/pkgconfig] rewrite pkg-config check for libraries (#11550)Alexander Neumann
* [vcpkg/scripts/pkgconfig] rewrite pkgconfig check for libraries. * [vcpkg/scripts/pkgconfig] fix more details. * [vcpkg/scripts/pkgconfig] smaller improvements * ws change to check functionallity of script for testing. * [vcpkg/scripts/pkgconfig] update to latest test version * Revert "ws change to check functionallity of script for testing." This reverts commit 26269e9e776009230777d9390465715f2ebac465. * [nettle] bump control for vcpkg_fixup_pkgconfig test * [gmp] rerun CI to create new *.pc files * [gmp/nettle] enable port debug * [vcpkg/script/pkgconfig] fix path conversion regex for CI * [CI|OSX] install pkg-config on osx * [gmp/nettle] disable port debug * [vcpkg/scripts/pkgconfig] update to latest version of x windows pr * [zlib] add pkgconfig file * [zstd] add fixup pkgconfig * [libpng] add pc file installation * [bzip2] install pc file and leave a TODO for somebody else ;) * [bzip2] bump control * [vcpkg/scripts/pkgconfig] skip checks if pkgconfig cannot be found. - small bugfix in ignore flags regex * retry zstd and zlib * [libpng] retry by adding dl and m to system libraries for osx * [libpng] add missing vcpkg_fixup_pkgconfig() * [vcpkg/scripts/pkgconfig] unset var if found. fixes checks for other configurations which will be always succesful otherwise * [libpng] bump control * [libpng] enable port debug to debug osx regression * ws change to retrigger osx ci and hopeing that it works * fix typo * [libpng] remove -lm flag on apple platforms * ws change to rerun some ports in ci for good measure after the merge with master * Re-trigger CI test * [zstd] add pkgconfig * [zstd] correct debug link * [vcpkg/script/pkgconfig] - add more search suffixes for static libs - add additional debug messages for debuging - fix unsetting of cache variables hiding issues with debug libraries - fixed pkgconfig fix in the debug case * [pcre] add pthread dependency to pcre * [protobuf] fix pkgconfig * include quotes around the prefix in the case the prefix path was quoted (fixes some regressions) add option NOT_STATIC_PKGCONFIG to run pkg-config without the --static argument * [ignition-msgs5] get rid of a dev warning * [apr] fix apr regression * [protobuf] fix protobuf regression * [sdl1] fix regression due to variable expansion of pkg-config. Use similar regex to the library removal for ignored flags. * [ignition] fix regression * remove changes of zlib portfile. * reset changes in osx ci pipeline * add DISABLE_PARALLEL_CONFIGURE Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com> Co-authored-by: Billy Robert O'Neal <bion@microsoft.com>
2020-02-11[many ports] Support building with MinGW toolchain (#8940)Todor Prokopov
* Some package fixes necessary to build with MinGW toolchain * [libraqm] Fix build error caused by trying to write to source directory * [tmxparser] Fix build failure when tmx port is intalled before tmxparser port System include path was added first on compiler command line. This leads to build failure when there is a tmx.h header file in system include path. * [qt5-base][angle] Trigger CI rebuild * [kd-soap] Fix build error * Update ci.baseline Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2019-06-15[WIP] Add a Homepage URL entry for vcpkg ports (#2933)pravic
* [vcpkg] Add "Homepage" field to the CONTROL files.
2019-01-29[BZip2] Fix Unix Dynamic Builds (#5184)LRFLEW
* [BZip2] Fix Unix Dynamic Builds * [bzip2] Bump control version * [libgta] Only build one flavor * [vcpkg_configure_cmake] Resolve #2375 since we now use CMake >= 3.11
2018-11-08[bzip2] Fix tools install directory (#4682)Tsukasa Sugiura
* [bzip2] Fix tools install directory Change to install tools in port name directory. (vcpkg/installed/<triplet>/tools/bzip2) * [bzip2] Modernize and bump control version
2018-08-30[vcpkg] post-build cmake test (#3431)Hiroshi Miura
* [vcpkg] post-build cmake test - test for applications with cmake build system - Add a test feature to vcpkg core, make progress for #72 - Tests for zlib, bzip2, libiconv and openssl for example - Test for curl will be failed, because of a bug #3053 It can detect a this type of problems * [vcpkg_test_cmake] Add MODULE parameter to explicitly specify which type of integration to test. * [bzip2] Fix casing of cmake module name
2018-08-09Remove invalid URL to bzip.org siteDavid Capello
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.
2018-08-08[bzip2] Add mirrorRobert Schumacher
2017-11-16[vcpkg] Support \share\<port>\usage to handle libraries which are found ↵Robert Schumacher
through built-in Find Modules.
2017-09-09vcpkg_configure_cmake (and _meson) now embed debug symbols within static ↵Alexander Karatarakis
libs (/Z7)
2017-05-10Fix typoAlexander Karatarakis
2017-05-10[bzip2] add debug suffixcodicodi
2017-05-05Force LF line endings for patch filesMartin Müller
2017-01-30uwp builds need _CRT_SECURE_NO_WARNINGS and others definedDale Stammen
2017-01-02[bzip2] fix indentationcodicodi
2017-01-02add bzip2codicodi