diff --git a/ports/directx-dxc/portfile.cmake b/ports/directx-dxc/portfile.cmake index e5d18854699538..8e77e3a9baddae 100644 --- a/ports/directx-dxc/portfile.cmake +++ b/ports/directx-dxc/portfile.cmake @@ -56,7 +56,11 @@ if (VCPKG_TARGET_IS_LINUX) file(INSTALL "${PACKAGE_PATH}/bin/dxc" - DESTINATION "${CURRENT_PACKAGES_DIR}/tools/${PORT}/") + DESTINATION "${CURRENT_PACKAGES_DIR}/tools/${PORT}/" + FILE_PERMISSIONS + OWNER_READ OWNER_WRITE OWNER_EXECUTE + GROUP_READ GROUP_EXECUTE + WORLD_READ WORLD_EXECUTE) set(dll_name_dxc "libdxcompiler.so") set(dll_name_dxil "libdxil.so") diff --git a/ports/directx-dxc/vcpkg.json b/ports/directx-dxc/vcpkg.json index 54df7a590547e1..8fc4150e7d47fd 100644 --- a/ports/directx-dxc/vcpkg.json +++ b/ports/directx-dxc/vcpkg.json @@ -1,6 +1,7 @@ { "name": "directx-dxc", "version-date": "2025-02-20", + "port-version": 1, "description": "DirectX Shader Compiler (LLVM/Clang)", "homepage": "https://github.com/microsoft/DirectXShaderCompiler", "documentation": "https://github.com/microsoft/DirectXShaderCompiler/wiki", diff --git a/versions/baseline.json b/versions/baseline.json index 49ac1161c681a0..15ac9a4e8ad724 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2302,7 +2302,7 @@ }, "directx-dxc": { "baseline": "2025-02-20", - "port-version": 0 + "port-version": 1 }, "directx-headers": { "baseline": "1.615.0", diff --git a/versions/d-/directx-dxc.json b/versions/d-/directx-dxc.json index 6479d5a6fc1123..f1997141b533b4 100644 --- a/versions/d-/directx-dxc.json +++ b/versions/d-/directx-dxc.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "fd43c79a0555d6af9a92d55eaeb3d6aaf2b0b4f9", + "version-date": "2025-02-20", + "port-version": 1 + }, { "git-tree": "04df7510384611086c77478290dd717f511a9f94", "version-date": "2025-02-20",