Commit Graph

30 Commits

Author SHA1 Message Date
Osyotr
edf3441180
[pcre] Fix x64-linux-dynamic build (#25671)
Co-authored-by: Osyotr <8740768+Osyotr@users.noreply.github.com>
2022-07-11 16:25:36 -07:00
Jamlys Lee
0e4f9d4d1d
[pcre] Fix build failure for loongarch64 cpu (#25617)
* Fix build failure for loongarch64 cpu.

* update port version database.

Co-authored-by: Jamlys Lee <jamlys_lee@163.com>
2022-07-07 14:10:14 -07:00
tqcq
f27af0410e
[pcre] fix build pcre undeclared identifier strtoq on arm-android (#24757)
* [pcre] fix build pcre undeclared identifier strtoq on arm-android
* replace CHECK_FUNCTION_EXISTS by CHECK_SYMBOL_EXISTS

* Update version database
2022-05-19 00:22:40 -07:00
autoantwort
d6bd10b9af
[pcre] no absolute paths (#21664) 2021-11-26 01:19:38 -08:00
Wolfgang Stöggl
61b3046e51
[pcre] Remove download from ftp.pcre.org (#21225)
The former ftp.pcre.org FTP site is no longer available [1].
- Use sourceforge only for download
- Fixes #21201
- Remove deprecated functions from portfile
  vcpkg_install_cmake -> vcpkg_cmake_install
  vcpkg_configure_cmake -> vcpkg_cmake_configure (remove PREFER_NINJA)
  vcpkg_fixup_cmake_targets -> vcpkg_cmake_config_fixup
- Add double quotes to files

[1] https://www.pcre.org/
2021-11-08 21:02:22 -08:00
Wolfgang Stöggl
9f20dbd9a0
[pcre] Update to 8.45 (#18550)
- New upstream version 8.45
  This is the final release of PCRE1
- Update patches:
  export-cmake-targets.patch
  pcre-8.45_suppress_cmake_and_compiler_warnings-errors.patch
- Add patch:
  pcre-8.45_fix_postfix_for_debug_Windows_builds.patch
- Remove deprecated SYSTEM_LIBRARIES from vcpkg_fixup_pkgconfig()
- Switch from CONTROL to vcpkg.json
    .\vcpkg format-manifest .\ports\pcre\CONTROL
2021-06-24 13:20:52 -07:00
Phoebe
d0695f6709
[pcre] Export cmake targets (#13539) 2020-10-26 17:44:56 -07:00
Jack·Boos·Yu
94c657dbb5
[pcre] Fix installation when only building release (#12629)
* [pcre] Fix installation when only building debug

* improve portfile.cmake

* Improve portfile.cmake

* Improve portfile.cmake

* Update ports/pcre/portfile.cmake
2020-08-05 14:16:37 -07:00
Alexander Neumann
458c20e94b
[vcpkg/scripts/pkgconfig] rewrite pkg-config check for libraries (#11550)
* [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 26269e9e77.

* [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-07-24 11:39:21 -07:00
Billy O'Neal
2a233a21b9
[pcre] Use vcpkg_from_sourceforge as a fallback (#12252)
* [pcre] Use vcpkg_from_sourceforge as a fallback

* Update ports/pcre/CONTROL

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2020-07-06 11:28:04 -07:00
Jack·Boos·Yu
21b56d9929
[vcpkg_from_sourceforge] Add retry mirror function (2/2) (#12018) 2020-07-03 09:36:40 -07:00
Jack·Boos·Yu
a0e0c57f86
[vcpkg] Add vcpkg_from_sourceforge (1/2) (#11899) 2020-06-26 15:06:30 -07:00
Wolfgang Stöggl
b800df0e3b
[pcre] Add pkgconfig files (#11564)
* [pcre] Add pkgconfig files

* [pcre] Install *.pc files on all platforms
2020-06-05 12:24:03 -07:00
Wolfgang Stöggl
5951e0b425
[pcre] Update to v8.44 (#10335)
- Drop patches (fixed upstream):
  fix-option-2.patch
  fix-arm64-config-define.patch
  fix-arm-config-define.patch
- Add patch
  pcre-8.44_suppress_cmake_and_compiler_warnings-errors.patch
2020-03-11 09:28:19 -07:00
Stefano Sinigardi
726c111481 [vcpkg] fatal_error when patch fails to apply (#8087)
vcpkg will now fail on failure to apply patches except when using `--head`.
2019-10-07 10:35:13 -07:00
Phoebe
33f15e40e8 modernize many ports (#7986)
* modernize many ports

* Update the code to handle copyright

* Retriger to build qt5-gamepad
2019-09-05 10:43:09 -07:00
Wolfgang Stöggl
d143827ae8 [pcre] Update download URL (#7666)
* [pcre] Update download URL

- ftp.csx.cam.ac.uk is no longer available.
  Use https://ftp.pcre.org/pub/pcre/ instead

* [pcre] Fix typo in Description of CONTROL file
2019-08-27 15:49:31 -07:00
Tony Lin
a1d48b8191 Enable pcre:arm64-windows
Update format
2019-04-10 10:01:01 +00:00
Tony Lin
9b45a7b09c Enable pcre:arm64-windows
Update sljitConfigInternal.h for ARM64, resolve error C2375: 'FlushInstructionCache': redefinition; different linkage
2019-04-10 09:55:52 +00:00
codicodi
30e4a2686f [pcre] update to 8.41 2017-07-12 17:47:19 +02:00
Robert Schumacher
e6b5e1d791 [pcre] Bump version and split fix-option.patch into two to preserve compat with previous port versions 2017-05-28 12:51:57 -07:00
Hennadii Zabula
b1104ad7e5 Fix pcre arm uwp build 2017-05-25 17:09:30 +03:00
codicodi
f6281ea002 [pcre] update to 8.40 2017-04-30 16:34:53 +02:00
Alexander Karatarakis
ff40fcaf95 [pcre] Update to 8.39. Add sourceforge mirror 2017-01-18 14:29:01 -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
Alexander Karatarakis
1808d461b0 triplet is now automatically included before portfiles.
Also remove trailing whitespaces from portfiles
2016-11-08 14:25:47 -08:00
Alexander Karatarakis
2f8ddff857 [pcre] Delete some man pages and documentation files 2016-10-26 19:25:11 -07:00
Charles Barto
16bc1590b6 added some flags to pcre 2016-10-25 14:07:57 -04:00
Charles Barto
8ad5300c75 build UTF32 and UTF8 versions 2016-10-19 20:16:08 -04:00
Charles Barto
581c8ed319 added pcre 2016-10-19 20:08:48 -04:00