Commit Graph

6901 Commits

Author SHA1 Message Date
kiwixz
2c4db1a7d8 [lodepng] fix build on windows 2018-08-10 04:46:59 +02:00
Alexander Karatarakis
08f5d7b65c
Merge pull request #4046 from dacap/patch-1
Remove invalid URL to bzip.org site
2018-08-09 15:53:56 -07:00
Alexander Karatarakis
6466655e68 Remove redshell since it is no longer available 2018-08-09 13:10:28 -07:00
David Capello
3d87ec6b9f
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.
2018-08-09 16:15:31 -03:00
Johnny Willemsen
3511626c62
Upgrade to ACE 6.5.1
* ports/ace/CONTROL:
    * ports/ace/portfile.cmake:
2018-08-09 11:29:32 +02:00
guest512
6545887045 Updated tesseract to 3.05.02 2018-08-09 12:09:16 +03:00
Lars Ivar Hatledal
9186f0d824 add fmilib port 2018-08-09 10:02:12 +02:00
Alexander Karatarakis
7baf25786d
Merge pull request #3999 from TheAifam5/python2
Add python2 port
2018-08-08 14:19:31 -07:00
Aybe
6182077751 Merge branch 'master' into liblzma-uwp 2018-08-08 21:15:47 +02:00
Robert Schumacher
13e19f10ea
[README.md] Remove outdated VSTS badge 2018-08-08 11:06:08 -07:00
Robert Schumacher
dbef253962 [assimp] Fix release/debug library issue. Fixes #4026. 2018-08-08 10:11:51 -07:00
Robert Schumacher
1cb142d62e [bzip2] Add mirror 2018-08-08 09:32:20 -07:00
Robert Schumacher
219011ce92 [.gitignore] Remove scripts/buildsystems from .gitignore. Fixes #4032 2018-08-08 09:15:22 -07:00
Romain Pokrzywka
961cd9effd breakpad: Enable building the libbreakpad_client library (#4008)
* 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.
2018-08-08 06:02:30 -07:00
Robert Schumacher
cfc7f61b61 [docs] Fix GITLAB_INSTANCE-> GITLAB_URL 2018-08-08 05:25:20 -07:00
Robert Schumacher
0a25644821 [docs] Add docs for vcpkg_from_gitlab() 2018-08-08 04:16:15 -07:00
Frederik Carlier
cc00cf05fb New packages: libimobiledevice, getopt, readline (#3504)
* 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
2018-08-08 04:15:13 -07:00
Robert Schumacher
c70e9d895f [thor][sfgui] Fix outdated FindSFML.cmake files 2018-08-08 04:00:50 -07:00
Robert Schumacher
67da15682a [sfml] Fix using release freetype in debug mode 2018-08-08 04:00:50 -07:00
Gabriel
ad2bcd9dad opusfile: Add feature for disabling the openssl dependency (#3527)
* opusfile: Add feature for disabling the openssl dependency

* [opusfile] Rename feature openssl -> opusurl to better describe this library's interface
2018-08-08 03:04:44 -07:00
Gabriel
72d7c3d3a9 libsndfile: Add feature to make additional libraries optional (#3528)
* libsndfile: Add feature to make additional libraries optional

* [libsndfile] Make external-libs a default feature

* [libsndfile] Fix typo
2018-08-08 03:02:42 -07:00
Sarthak Pati
5bf05da69a Added DCMTK port (#3491)
* added dcmtk port

* [dcmtk] Cleanup and use vcpkg_from_github()
2018-08-08 02:59:08 -07:00
trylle
b286cd50dd Freeimage/libraw/lcms debug build fixes (#3643)
* 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
2018-08-07 22:50:51 -07:00
Force.Charlie-I
6d4223fedf [libgit2] update to 0.27.4 (#4021)
* [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
2018-08-07 22:47:52 -07:00
Alexander Karatarakis
03bdf7c205 Fix CMAKE_EXECUTABLE_SUFFIX not available under cmake -P 2018-08-07 17:49:46 -07:00
Alexander Karatarakis
a37eb3ce57
Merge pull request #4000 from TheAifam5/protobuf
[protobuf] Update to 3.6.1
2018-08-07 12:08:29 -07:00
Robert Schumacher
ff5d6eb3c8 [fastrtps][forest][octomap][sol2] Update hashes 2018-08-06 19:51:31 -07:00
Robert Schumacher
f6998add29 [liblzma] Bump CONTROL version 2018-08-06 01:34:37 -07:00
scttgs0
97bbb64b52 [plib] new contribution (#4018)
* [plib] new contribution

* [plib] Note that only static linkage is supported.

* [plib] Rename libraries to avoid conflicts from excessively general names
2018-08-06 01:31:31 -07:00
Christophe Guébert
b641590c91 [spdlog] update to 1.0.0 (#4025)
* [spdlog] update to 1.0.0

* [spdlog] Fix cmake targets
2018-08-06 01:08:30 -07:00
Sztergbaum Roman
954aa35e6e [shiva] update shiva to 0.7.2 with proper plugins installation (#4014) 2018-08-03 21:34:14 -07:00
Cory Mickelson
2c69e82f59 Update to 0.9.6 (#4015)
* Update to 0.9.6

* [podofo] Use https and avoid downloaded archive conflicts
2018-08-03 21:32:30 -07:00
Marcus Asteborg
7ed58da3ae [Live555] Add missing symbols due to missing C files and copy paste bug (#4002)
* Add missing symbols due to missing C files and copy paste bug

* [live555] Bump control version to include package change
2018-08-03 00:17:36 -07:00
Hiroshi Miura
3eeaf564d1 [libgeotiff] support linux build (#3843)
* [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
2018-08-03 00:14:51 -07:00
Bill Avery
09ccd053db Add a port for https://github.com/graphql/libgraphqlparser (#3953)
* 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)
2018-08-03 00:11:55 -07:00
Robert Schumacher
c3d34e7d8e Upgrades 2018.06.31 2018-08-03 00:09:21 -07:00
Sztergbaum Roman
1f64d24a81 Update CONTROL (#4013) 2018-08-02 23:54:28 -07:00
Simon R
e22e862b21 add libcheck port (#3998)
* add check port

* [check] Use vcpkg_from_github() and vcpkg_fixup_cmake_targets()
2018-08-02 19:47:57 -07:00
Sztergbaum Roman
a1159ed354 Shiva sfml port (#4011)
* [shiva] update to 0.7

* [shiva] shiva-sfml plugins

* [shiva] update hash

* Update CONTROL
2018-08-02 18:44:48 -07:00
Robert Schumacher
e9ff3b80b3 [cpprestsdk] Update to 2.10.3 2018-08-02 18:33:27 -07:00
Alexander Karatarakis
7dba50c8e4
Merge branch 'master' into protobuf 2018-08-02 15:43:48 -07:00
Alexander Karatarakis
49466af2ea
Merge pull request #3995 from coryan/update-protobuf-to-3.6.1
Upgrade protobuf to 3.6.1.
2018-08-01 15:27:06 -07:00
TheAifam5
e3dc99e22b [protobuf] Update to 3.6.1 2018-08-02 00:10:52 +02:00
TheAifam5
1265bd4c3f Add python2 port 2018-08-01 23:20:00 +02:00
Ofek
2815c4fb66 Initial addition of native visualizer, to improve debugging experience. (#3906) 2018-08-01 10:58:25 -07:00
Carlos O'Ryan
7158879d18 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).
2018-08-01 17:52:03 +00:00
Jason Beverage
5a04ee0290 Add laszip (#3978)
* 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
2018-08-01 10:40:32 -07:00
MikeGitb
caa9f2e3d5 [cxxopts] Install via cmake (#3985) 2018-08-01 10:39:01 -07:00
Johan Runsten
3dea60d2e9 Update Boost DI to 1.0.2 (#3988) 2018-08-01 10:37:21 -07:00
Frederik Carlier
8f20694eb5 Update liblzma to version 5.2.4 2018-08-01 11:20:18 +02:00