Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ncurses] Add conan 2.0 compatibility #17805

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions recipes/ncurses/all/conandata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,38 +17,56 @@ sources:
patches:
"6.2":
- patch_file: "patches/6.2.0-0001-Look-for-pcre2posix-instead-of-pcre2-posix.h.patch"
patch_description: "Look for pcre2posix instead of pcre2-posix.h"
patch_type: "portability"
- patch_file: "patches/6.2.0-0002-Optionally-include-sys-time.h.patch"
patch_description: "Optionally include sys/time.h"
patch_type: "portability"
- patch_file: "patches/6.2.0-0003-Do-not-redeclare-exit.patch"
patch_description: "Do not redeclare exit"
patch_type: "portability"
- patch_file: "patches/6.2.0-0004-fix-win32con.patch"
patch_description: "fix win32con"
patch_type: "portability"
- patch_file: "patches/6.2.0-0005-api-must-be-placed-next-to-variable-name.patch"
patch_description: "api must be placed next to variable name"
patch_type: "portability"
- patch_file: "patches/6.2.0-0006-Add-potentially-missing-STDOUT_FILENO.patch"
patch_description: "Add potentially missing STDOUT_FILENO"
patch_type: "portability"
- patch_file: "patches/6.2.0-0007-No-import-export-declaration-on-class-members.patch"
patch_description: "No import/export declaration on class members"
patch_type: "portability"
- patch_file: "patches/6.2.0-0008-Add-include-file-to-add-export-annotation.patch"
patch_description: "Add include file to add export annotation"
patch_type: "portability"
- patch_file: "patches/6.2.0-0010-Pass-BUILDING_XXX-compile-definition-while-building-.patch"
patch_description: "Pass BUILDING_XXX compile definition while building"
patch_type: "portability"
- patch_file: "patches/6.2.0-0011-Let-each-sublibrary-do-its-own-import-exporting.patch"
patch_description: "Let each sublibrary do its own import exporting"
patch_type: "portability"
- patch_file: "patches/6.2.0-0012-Learn-configure-about-msvc.patch"
patch_description: "Learn configure about msvc"
patch_type: "portability"
- patch_file: "patches/6.2.0-0013-Fix-lib_gen.c.patch"
patch_description: "Fix lib_gen.c"
patch_type: "portability"
- patch_file: "patches/6.2.0-0014-avoid-macro-expansion-in-args-by-defining-NCURSES_NO.patch"
patch_description: "avoid macro expansion in args by defining"
patch_type: "portability"
- patch_file: "patches/6.2.0-0015-MSVC-access-does-not-support-X_OK.patch"
patch_description: "MSVC access does not support X_OK"
patch_type: "portability"
- patch_file: "patches/6.2.0-0016-msvc-has-wchar-support.patch"
patch_description: "msvc has wchar support"
patch_type: "portability"
- patch_file: "patches/6.2.0-0017-msvc-fix-tests.patch"
patch_description: "msvc fix tests"
patch_type: "portability"
- patch_file: "patches/6.2.0-0018-missing-functions-c-linkage.patch"
patch_description: "missing functions c-linkage"
patch_type: "portability"
- patch_file: "patches/6.2.0-0019-Run-autoreconf.patch"
patch_description: "Run autoreconf"
patch_type: "portability"
Loading