Commit Graph

27 Commits

Author SHA1 Message Date
angelmixu
d808514c9d
[poco] bin and debug/bin directories should also be removed on macOS (#9798)
* [poco] bin and debug/bin directories should also be removed on macOS

* white space for rebuild

* updated platform comparison
2020-02-04 14:49:41 -08:00
Kai Blaschke
563166f21a [poco] Always remove bin and debug/bin directories on Linux (#8152) 2019-09-12 16:16:06 -07:00
JackBoosY
34c65d521d [poco]Fix conflicts with libharu. (#7892) 2019-08-27 14:23:02 -07:00
JackBoosY
6f13a587c0 [poco]Upgrade version to 1.9.2 release. 2019-08-15 00:19:37 -07:00
Phoebe
832f431527 [Poco] Add foundation library missing ipjlpapi.lib (#7169) 2019-07-07 00:26:12 -07:00
Stefano Sinigardi
47d206e149 [many ports] improvements for linux/wsl (#6730)
* [many ports] improve compatibility with WSL and mixed case filesystems

* [treehopper] express dependency on libusb, which was not working on non-win32 platforms and is still broken there

* [libharu] add compatibility with non-win32 platforms

* [geogram] fix openblas on linux
[clapack] better integration with linux environment
[visit-struct] put cmake config file in the expected folder
[geogram] remove trailing underscore to enable compatibility with OpenBLAS

* [openblas] playing with underscore, without success

* [openblas/lapack] fix library integration

* [clapack] improve target handling in cmake module

* [openblas] promote self-generated config to default cmake module, otherwise internal ones thinks wrongly that openblas can also solve lapack libs

* [clapack,openblas] improve libraries integration

* [many ports] fix cmake unnecessary target paths, wrong config paths, empty default dependencies, unnecessary [core] tags

* [suitesparse] improve integration with new lapack/openblas mechanism

* [suitesparse] add no underscore postfix also for linux

* [ceres] fix integration with newer openblas/lapack configs

* [aws-c-event-stream] fix regression

* [systemc] fix regression

* [libwebp,geogram] trigger rebuild

* [libwebp,pthread4w] fix regressions

* [glbinding] fix cmake module installation

* [globjects] disentangle unnecessary dependency from qt5

* [jasper] remove broken and unnecessary patches

* [libwebp] fix regression

* [many ports] avoid using BUILD_SHARED_LIBS which is uninitialized in port files

* [clapack] correctly find dlls

* [clapack] use a generic blas as dependency

* [fizz,g2o] restore expected version

* fix mistake

* [many ports] remove WIN32, APPLE and UNIX (again, they keep creeping in) from ports since they are broken and usually break non-win32 ports

* [libressl,openssl] do not try to build one if the other is already installed

* [itk] update ref and patch to avoid regression

* [libressl,openssl] implement full strategy to fix CI

* [libwebp] disable components that are broken on macOS

* [ogre] enable macOS build

* [freeimage,jxrlib,ogre,openexr,protobuf] port patches from #5169

* [ogre] add missing install command

* [ffmpeg] enable wrapper for cmake module

* [ffmpeg] add avresample module finder

* [ffmpeg] improve module detection and exported symbols

* [ffmpeg] add variables to cache

* [thrift] remove unnecessary build option

* [allegro5] fix shared/static inversion

* [protobuf] cleanup

* [libressl] cleanup

* [moos-core] cleanup

* commented features must not be separated from other features, otherwise vcpkg complains

* [itk] fix regression

* [shogun,itk] fix regressions

* [ogre] fix regression

* [opusfile] add compatibility with non-win32

* [itk] fix regression

* [sndfile,libsndfile] remove duplicate, redirect sndfile to libsndfile

* add missing dependencies

* [ismrmrd] fix regression

* [ffmpeg] trigger rebuild

* [clapack,openblas,libogg] fix regressions on macOS

* [libtins] fix regression

* force rebuild windows regressions, unable to reproduce locally

* [mosquitto] enable non-win32 builds

* [json-dto] force rebuild, unable to reproduce regression locally

* [many ports] uniform naming and path length requests

* fix regression

* fix regression

* [ffmpeg] fixes for downstream projects

* clean up - thanks to reviewers

* trigger rebuild of regressions on macOS

* trigger rebuild of regressions on macOS - part2

* Add core back

* Use VCPKG_CONCURRENCY

* Add core back to suitesparse

* Add core back to curl

* Add core back to magnum

* Add core back to magnum

* Add core back to magnum

* Add core back to cgal
2019-06-20 19:11:54 -07:00
Tony Lin
d0075b376d [poco] Enable arm64-windows (#6182) 2019-04-23 14:01:23 -07:00
Jocelyn GENNESSEAUX
e16cf98a5b [poco] pre 2.0.0 (#5503)
* [poco] pre 2.0.0
- Updated to the latest compiling commit
- Added SQLite support
- Added PDF support
- Added MariaDB support
- Added PostgreSQL support

* Additional include files not part of any libraries

* DataException is no more part of Poco::Data

* [3fd] Patch 3fd to comply with poco-2.0.0pre
2019-03-08 16:18:22 -08:00
Jonathan Hale
aba5a4abec [corrade/magnum/-extras/-integration/-plugins] Update to 2018.10 (#4556)
Signed-off-by: Squareys <squareys@googlemail.com>
2018-10-25 15:26:05 -07:00
Robert Schumacher
c5d6967f5b [poco] Use PATCHES argument. Avoid WIN32 because it is not defined in portfiles. 2018-09-04 18:21:12 -07:00
Ruurd Adema
522d8d1061 Change poco to Poco as linux seems to be case-sensitive in this case 2018-09-04 17:04:34 +02:00
Ruurd Adema
3a964dca81 Fix poco build on osx and linux 2018-09-04 15:49:13 +02:00
Robert Schumacher
6bff657152 [poco] Upgrade to version 1.9.0 2018-05-02 01:17:33 -07:00
Robert Schumacher
39d38f5aea [poco] Suffix binaries with mt when building against static CRT 2018-05-01 01:41:44 -07:00
Robert Schumacher
ce93af9972 [poco] Fix embedded copy of pcre in static linking mode. Fixes #2685. 2018-01-31 14:50:25 -08:00
Robert Schumacher
b7b61e917f [poco] Update to 1.8.1 2018-01-19 15:34:43 -08:00
Robert Schumacher
26f12d20bb [many ports] Updates to latest 2017-11-30 12:27:56 -08:00
James Chang
4ff90ec430 [poco] build with MySQL support (#2088)
* [poco] build with MySQL support

Set proper variables to enable MySQL support if libmysql port is installed

* [poco] Move Mysql support to a feature. Enable CMake config files.
2017-11-01 01:27:12 -07:00
James Chang
95049cec34 upgrade poco to version 1.7.8 2017-04-21 18:16:01 +08:00
Robert Schumacher
6e44495b2f [vcpkg-configure-cmake] Centralize application of CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP 2017-03-06 10:46:45 -08:00
codicodi
2825c305e3 [poco & openjpeg] Prevent installation of CRT redistributables 2017-03-05 12:52:49 +01:00
Robert Schumacher
1bfd72480d [poco] Fix #475 by adding include path to public interface. 2017-02-06 15:52:48 -08:00
sdcb
f3cb18292c Fix poco-pcre debug link issue
Should fix: https://github.com/Microsoft/vcpkg/issues/302
2016-11-18 13:46:18 +08:00
Robert Schumacher
039cee1352 [poco] Revert removal of POCO_STATIC, I misread it as PCRE_STATIC :) 2016-11-17 00:35:33 -08:00
Robert Schumacher
22108321c0 [pcre] [poco] Hardcode value of PCRE_STATIC into the pcre headers. Switch poco to use unbundled libs. 2016-11-17 00:28:54 -08:00
sdcb
857f76b6b9 [poco] Remove useless depends, Add 7zip, drop POCO_MT. 2016-11-16 17:40:45 +08:00
sdcb
aff26af2f4 Add poco. 2016-11-16 15:10:40 +08:00