Skip to content
Merged
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
6 changes: 6 additions & 0 deletions ports/ace/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@ if("ssl" IN_LIST FEATURES)
else()
list(APPEND ACE_FEATURE_LIST "ssl=0")
endif()
if("xml-utils" IN_LIST FEATURES)
list(APPEND ACE_FEATURE_LIST "xerces3=1")
set(ENV{XERCESCROOT} ${CURRENT_INSTALLED_DIR})
else()
list(APPEND ACE_FEATURE_LIST "xerces3=0")
endif()
list(JOIN ACE_FEATURE_LIST "," ACE_FEATURES)

if (VCPKG_LIBRARY_LINKAGE STREQUAL static)
Expand Down
12 changes: 12 additions & 0 deletions ports/ace/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "ace",
"version": "7.0.5",
"port-version": 1,
"maintainers": "Johnny Willemsen <jwillemsen@remedy.nl>",
"description": "The ADAPTIVE Communication Environment",
"homepage": "https://www.dre.vanderbilt.edu/~schmidt/ACE.html",
Expand All @@ -20,6 +21,17 @@
"xml": {
"description": "Enable XML features in ACE"
},
"xml-utils": {
"description": "Include the ACE_XML_Utils library",
"dependencies": [
{
"name": "xerces-c",
"features": [
"xmlch-wchar"
]
}
]
},
"zlib": {
"description": "Enable zlib support",
"dependencies": [
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/ace.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "036533c7b1153d148040334e7195557ce41265e9",
"version": "7.0.5",
"port-version": 1
},
{
"git-tree": "bcc74bda3a7d8c6a93ff6ff5866de20612661fc3",
"version": "7.0.5",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"ace": {
"baseline": "7.0.5",
"port-version": 0
"port-version": 1
},
"activemq-cpp": {
"baseline": "3.9.5",
Expand Down