From b9c564032ff25910f04a6f9d29ce8b4d5358c9a4 Mon Sep 17 00:00:00 2001 From: Alison Date: Tue, 4 Jul 2017 19:36:44 -0700 Subject: [PATCH] Change binary site Changed the binary site from "http://src.macosforge.org/Roots/10A432/" to "http://src.macosforge.org/Roots/10A432". When installing roots on newer versions of macOS Darwinbuild will be unable to download any of the root packages from the repository when a strike is present at the end of the URL. This causes the binary site link in xref.db to go from "http://src/macosforge.org/Roots/10A432/files.root.tar.gz" to "http://src.macosforge.org/Roots/10A432//files.root.tar.gz" (A non-existent URL that results in 404, and subsequent build failure.) --- plists/10A432.plist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plists/10A432.plist b/plists/10A432.plist index 9f30fba..59c8107 100644 --- a/plists/10A432.plist +++ b/plists/10A432.plist @@ -1,7 +1,7 @@ // !$*UTF8*$! { binary_sites = ( - "http://src.macosforge.org/Roots/10A432/", + "http://src.macosforge.org/Roots/10A432", ); build = 10A432; darwin = "Darwin 10.0";