-
Notifications
You must be signed in to change notification settings - Fork 7.5k
[xalan-c] delist port #27401
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
[xalan-c] delist port #27401
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,40 +1 @@ | ||
| vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY) | ||
|
|
||
| vcpkg_from_github( | ||
| OUT_SOURCE_PATH SOURCE_PATH | ||
| REPO apache/xalan-c | ||
| REF 4055bb0c58e3053b04fcd0c68fdcda8f84411213 #1.12 | ||
| SHA512 0d591f5a07dbc69050c7b696189c46a32e6dd7a80a302fd38dcc82f9454688729e361c4d5c3b0aacfc3acc7df78c0981ba54eb3ce82b1ca6566a30aa19648280 | ||
| PATCHES | ||
| fix-win-deprecated-err.patch | ||
| fix-missing-dll-error.patch | ||
| fix-linux-no-bin.patch | ||
| ) | ||
|
|
||
| vcpkg_configure_cmake( | ||
| SOURCE_PATH ${SOURCE_PATH} | ||
| PREFER_NINJA | ||
| OPTIONS -DCMAKE_DISABLE_FIND_PACKAGE_ICU=ON | ||
| ) | ||
|
|
||
| vcpkg_install_cmake() | ||
| vcpkg_copy_tools(TOOL_NAMES Xalan AUTO_CLEAN) | ||
|
|
||
| if(EXISTS ${CURRENT_PACKAGES_DIR}/cmake) | ||
| vcpkg_fixup_cmake_targets(CONFIG_PATH cmake TARGET_PATH share/xalanc) | ||
| else() | ||
| vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/XalanC TARGET_PATH share/xalanc) | ||
| endif() | ||
|
|
||
| # cleanup | ||
| file(REMOVE_RECURSE | ||
| ${CURRENT_PACKAGES_DIR}/debug/include | ||
| ${CURRENT_PACKAGES_DIR}/debug/share | ||
| ) | ||
|
|
||
| # Handle copyright | ||
| file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) | ||
|
|
||
| vcpkg_copy_pdbs() | ||
|
|
||
| vcpkg_fixup_pkgconfig() | ||
| SET(VCPKG_POLICY_EMPTY_PACKAGE enabled) |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,10 +1,6 @@ | ||
| { | ||
| "name": "xalan-c", | ||
| "version": "1.12", | ||
| "port-version": 1, | ||
| "description": "Xalan is an XSLT processor for transforming XML documents into HTML, text, or other XML document types", | ||
| "homepage": "https://github.com/apache/xalan-c", | ||
| "dependencies": [ | ||
| "xerces-c" | ||
| ] | ||
| "version-string": "deprecated", | ||
| "description": "Retired port. libxslt, qt5xmlpatterns and SaxonC are alternatives to consider.", | ||
|
||
| "license": "Apache-2.0" | ||
| } | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change makes it impossible to add more patches (port versions) to 1.12.