From 500316594f64cf2c236e88cb62df52b01925ef08 Mon Sep 17 00:00:00 2001 From: Voskrese <10104740+Voskrese@users.noreply.github.com> Date: Sat, 11 Apr 2020 20:41:03 +0800 Subject: physfs mirror url --- ports/physfs/portfile.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/ports/physfs/portfile.cmake b/ports/physfs/portfile.cmake index 2e841ac7e..0ebef3733 100644 --- a/ports/physfs/portfile.cmake +++ b/ports/physfs/portfile.cmake @@ -3,6 +3,7 @@ set(PHYSFS_VERSION 3.0.2) vcpkg_download_distfile(ARCHIVE URLS "https://icculus.org/physfs/downloads/physfs-${PHYSFS_VERSION}.tar.bz2" + "https://hg.icculus.org/icculus/physfs/archive/release-${PHYSFS_VERSION}.tar.bz2" FILENAME "physfs-${PHYSFS_VERSION}.tar.bz2" SHA512 4024b6c3348e0b6fc1036aac330192112dfe17de3e3d14773be9f06e9a062df5a1006869f21162b4e0b584989f463788a35e64186b1913225c073fea62754472 ) -- cgit v1.2.3 From 63cc016504d26ce46c0ef87483890a99c4d25508 Mon Sep 17 00:00:00 2001 From: Voskrese <10104740+Voskrese@users.noreply.github.com> Date: Sat, 11 Apr 2020 20:51:37 +0800 Subject: physfs mirror url --- ports/physfs/CONTROL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/physfs/CONTROL b/ports/physfs/CONTROL index 037db0947..5101913a7 100644 --- a/ports/physfs/CONTROL +++ b/ports/physfs/CONTROL @@ -1,5 +1,5 @@ Source: physfs -Version: 3.0.2-1 +Version: 3.0.2-2 Homepage: https://icculus.org/physfs/ Description: a library to provide abstract access to various archives Build-Depends: zlib -- cgit v1.2.3 From b0037f4621d4fd5a434259e99ddd48893b3451e5 Mon Sep 17 00:00:00 2001 From: Voskrese <10104740+Voskrese@users.noreply.github.com> Date: Mon, 13 Apr 2020 11:40:43 +0800 Subject: fix clean --- ports/physfs/portfile.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/physfs/portfile.cmake b/ports/physfs/portfile.cmake index 0ebef3733..86d56b4fa 100644 --- a/ports/physfs/portfile.cmake +++ b/ports/physfs/portfile.cmake @@ -1,4 +1,4 @@ -include(vcpkg_common_functions) +vcpkg_fail_port_install(ON_ARCH "arm64") set(PHYSFS_VERSION 3.0.2) vcpkg_download_distfile(ARCHIVE -- cgit v1.2.3 From 36bd7c4be30f34836b48b08f892c568e4e0139ba Mon Sep 17 00:00:00 2001 From: Voskrese <10104740+Voskrese@users.noreply.github.com> Date: Mon, 13 Apr 2020 11:41:27 +0800 Subject: fix clean --- ports/physfs/CONTROL | 1 + 1 file changed, 1 insertion(+) diff --git a/ports/physfs/CONTROL b/ports/physfs/CONTROL index 5101913a7..de52b6a4c 100644 --- a/ports/physfs/CONTROL +++ b/ports/physfs/CONTROL @@ -3,3 +3,4 @@ Version: 3.0.2-2 Homepage: https://icculus.org/physfs/ Description: a library to provide abstract access to various archives Build-Depends: zlib +Supports: !arm64 -- cgit v1.2.3