#34684: ld64-128.2.tar.gz not in distfiles, breaking mirrors -------------------------------------+-------------------------------------- Reporter: GregoryEAllen@… | Owner: wsiegrist@… Type: defect | Status: new Priority: Normal | Milestone: Component: server/hosting | Version: Keywords: | Port: -------------------------------------+-------------------------------------- Changes (by ryandesign@…): * cc: ryandesign@… (added) * owner: macports-tickets@… => wsiegrist@… * version: 2.1.1 => * component: ports => server/hosting Comment: Files will only automatically get to the distfiles mirror if it fetches them. The distfiles mirror runs Snow Leopard right now so it won't fetch any files that are conditional on other OS versions. The ld64 port uses different files for Lion and up; Snow Leopard and Leopard; and Tiger. William, could you put these two files there manually? {{{ $ port distfiles ld64 os.major=8 | sed -n '1,/^ /s/^ //p' http://opensource.apple.com/tarballs/ld64/ld64-97.17.tar.gz $ port distfiles ld64 os.major=11 | sed -n '1,/^ /s/^ //p' http://opensource.apple.com/tarballs/ld64/ld64-128.2.tar.gz }}} I know the distfiles fetching script already loops through all variants when fetching. Could it also loop through all values of os.major? -- Ticket URL: <https://trac.macports.org/ticket/34684#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS