[ace] no absolute paths (#28621)

This commit is contained in:
autoantwort 2022-12-30 08:53:07 +01:00 committed by GitHub
parent 4bd5fe6c0f
commit 58070b6805
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 2 deletions

View File

@ -417,6 +417,7 @@ elseif(VCPKG_TARGET_IS_LINUX OR VCPKG_TARGET_IS_OSX)
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/share/ace/bin/MakeProjectCreator") file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/share/ace/bin/MakeProjectCreator")
file(REMOVE "${CURRENT_PACKAGES_DIR}/share/ace/ace-devel.sh") file(REMOVE "${CURRENT_PACKAGES_DIR}/share/ace/ace-devel.sh")
file(REMOVE "${CURRENT_PACKAGES_DIR}/share/tao/tao-devel.sh")
endif() endif()
vcpkg_fixup_pkgconfig() vcpkg_fixup_pkgconfig()

View File

@ -1,7 +1,7 @@
{ {
"name": "ace", "name": "ace",
"version": "7.0.11", "version": "7.0.11",
"port-version": 1, "port-version": 2,
"maintainers": "Johnny Willemsen <jwillemsen@remedy.nl>", "maintainers": "Johnny Willemsen <jwillemsen@remedy.nl>",
"description": "The ADAPTIVE Communication Environment", "description": "The ADAPTIVE Communication Environment",
"homepage": "https://github.com/DOCGroup/ACE_TAO", "homepage": "https://github.com/DOCGroup/ACE_TAO",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "25ea14090fceba8ae684e0c6ab047a719250ef56",
"version": "7.0.11",
"port-version": 2
},
{ {
"git-tree": "055cdc76b023b781dec64b9b93bbeb8e807c9fda", "git-tree": "055cdc76b023b781dec64b9b93bbeb8e807c9fda",
"version": "7.0.11", "version": "7.0.11",

View File

@ -22,7 +22,7 @@
}, },
"ace": { "ace": {
"baseline": "7.0.11", "baseline": "7.0.11",
"port-version": 1 "port-version": 2
}, },
"activemq-cpp": { "activemq-cpp": {
"baseline": "3.9.5", "baseline": "3.9.5",