From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-io1-f50.google.com ([209.85.166.50]) by ewsd; Fri Sep 7 12:03:25 EDT 2018 Received: by mail-io1-f50.google.com with SMTP id q4-v6so1925359iob.8 for <9front@9front.org>; Fri, 07 Sep 2018 09:03:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=to:from:subject:message-id:date:user-agent:mime-version :content-language:content-transfer-encoding; bh=5eiUtlRU9gtdt9BCoeDa5V8GhckJm4LIY/GY9XxDWUo=; b=SVqkOeMuIyv9jps98s7gvNFLn2uQdP0segopikglMF2XNclF/mYtbvoPohXUwlt/r6 c3V+FneTX/pAAysJHblDBxS499lu2ioaTN9zswAkGVBwssIy9sAE+bvqcOr02Td2RWWU UitNK3qm9wOTuExLI5aBTFjSEJbAi1rWAyDl0VYqMV1FY16zJA27OWfeVEU+YFYFqXhE EXt+dj8LPxbZDXXYWy5NB2LmXqP5rh0m+UegEnoyNkJ6l7hpwMmh229y8Vwm+ZhHycjA wpP7FfmVhy3wQII5N5hGywczaKCtxaW814OpkX7N/M/vUYeeeD7Gd1KfmRHOQwXuX+1e xf7w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:to:from:subject:message-id:date:user-agent :mime-version:content-language:content-transfer-encoding; bh=5eiUtlRU9gtdt9BCoeDa5V8GhckJm4LIY/GY9XxDWUo=; b=oGnfbZ5gyT5drk9VtuR0PSe6pF9oXZU/nX98KfmyUkJ5vzZEUZT8CbdJw+CV0z7FSM 8EJBx2j6CLy7eKIH68OXkNhWnM+7ihJ3rrm0iLD+6NZuHC66xaxbhPjxLaq1qrLkuloR 4eIKEgmTW2JEoAN0kwvYFD2CFHxg/Zh89ymcpUX2RfxFGeFndqattlp2KF05V3e560Ln r3cPbkxAvJ3LVUbblOTt3JfPyfi9/f+S3hbkBEKj+x7uLoLv/P8v9qgmZXmuhAX57lcK SOdm4xRS9aTb9X7b3T4skaR75ukiBQwC7uQ/Sgt6fRqOu4hebkQY7S7lr2RzjWtzt16L i3ZQ== X-Gm-Message-State: APzg51Al3PNvlQV2TA1hmbya2I9pkt7QuJb2tX9EwdjT+WjgmJnpoCLH WWpfQouHccie1O7eABm2WWF8ctG9 X-Google-Smtp-Source: ANB0Vdbv4vFW5E5eSZ3Ql1epl3uQNEN4olVtcH+g6FlfKNmMsfFysCfrIi3dmQ9JFC0XXvbzvOwlnw== X-Received: by 2002:a6b:c6d1:: with SMTP id w200-v6mr6675728iof.79.1536336202319; Fri, 07 Sep 2018 09:03:22 -0700 (PDT) Return-Path: Received: from [10.20.20.169] (ics131-1.icsincorporated.com. [69.5.131.1]) by smtp.googlemail.com with ESMTPSA id b129-v6sm6333095ioa.75.2018.09.07.09.03.21 for <9front@9front.org> (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 07 Sep 2018 09:03:21 -0700 (PDT) To: 9front@9front.org From: Sean Hinchee Subject: [9front] Patch for dict to remove sources references Message-ID: <0f2dc75a-ff0c-6971-79c7-ab2f27504172@gmail.com> Date: Fri, 7 Sep 2018 11:03:21 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: asynchronous structured ORM over XML dependency base The below patch removes references to sources from /lib/dict. This is probably for the best as sources is gone. I wasn't sure whether something shipped with 9front should rely on 9p.io despite it probably being more up to date, so I referenced the sources mirror on contrib.9front.org as such. diff -r d7f302d0a2a5 lib/dict/README.pgw --- a/lib/dict/README.pgw Tue Sep 04 20:55:10 2018 +0200 +++ b/lib/dict/README.pgw Fri Sep 07 10:55:35 2018 -0500 @@ -1,7 +1,7 @@ To get the Project Gutenberg dictionary use - 9fs sources - cp /n/sources/extra/pgw.tar.bz2 /tmp + 9fs contrib.9front.org + cp /n/contrib.9front.org/sources/extra/pgw.tar.bz2 /tmp cd /lib/dict bunzip2 < /tmp/pgw.tar.bz2 | tar x diff -r d7f302d0a2a5 lib/dict/README.roget --- a/lib/dict/README.roget Tue Sep 04 20:55:10 2018 +0200 +++ b/lib/dict/README.roget Fri Sep 07 10:55:35 2018 -0500 @@ -1,5 +1,5 @@ To get the Project Gutenberg Roget's thesaurus use - 9fs sources - cp /n/sources/extra/roget/* /lib/dict + 9fs contrib.9front.org + cp /n/contrib.9front.org/sources/extra/roget/* /lib/dict Cheers, Sean