From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 90152 invoked by alias); 23 May 2017 08:41:30 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 90136 invoked by uid 89); 23 May 2017 08:41:29 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:237, HTo:U*gerald, H*Ad:U*gerald, HX-Received:Tue X-HELO: mail-wr0-f174.google.com Received: from mail-wr0-f174.google.com (HELO mail-wr0-f174.google.com) (209.85.128.174) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 23 May 2017 08:41:27 +0000 Received: by mail-wr0-f174.google.com with SMTP id w50so52228614wrc.0 for ; Tue, 23 May 2017 01:41:30 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:message-id:mime-version:subject:date :in-reply-to:cc:to:references; bh=RX90SLrGGZNylooEOKgCeFWmOGEa4+Q5nDLbiMV740Q=; b=CHWaO7hQprpikAoNTLdNnNqkVRoJSaPvn+gPJicl/P8MaeBi+yDHuvpLgqJr8f+DDv lD7IPVH8TvuVJylByBbLM6WB7Z4oDCmpQB1OCtuxQh+mDzlaspxuV5U2PSvPKYKcbAtx VzY1YSh48/hTB7SdtidjdF1Of+1WIefKRgqa1vKecwmF9igSnuvjr1wSrfBggCWryXCA mQzxdidM8XXcnRLuGq/2HVPo6i7/LZ3Yq4tou/0vL/aumrCdsYcvHZI7UDK7sLFr6ugR uBBJ9wnkMDser9U8Tsj3PeM8zxhlSKalv1Usb5/oj7nWi+NUOgtOTtKmcUwlweB8+mPs 5gqg== X-Gm-Message-State: AODbwcCGC51531Ejw4ejuci25rkU2s7UuSud9MfhY+OxMgC6zAZ+GXiD 19GIIUttQsVXFO9IG+s= X-Received: by 10.223.163.158 with SMTP id l30mr15995821wrb.174.1495528889153; Tue, 23 May 2017 01:41:29 -0700 (PDT) Received: from [192.168.100.7] (chp127.enscp.fr. [193.51.253.127]) by smtp.gmail.com with ESMTPSA id g25sm170388wra.1.2017.05.23.01.41.27 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 23 May 2017 01:41:28 -0700 (PDT) From: FX Message-Id: <566240B6-E9DE-4B53-9483-FF57B8C9978E@gmail.com> Content-Type: multipart/mixed; boundary="Apple-Mail=_139E0F13-6AE3-4076-BF41-ECFDDBB00C31" Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: Web page for binaries Date: Tue, 23 May 2017 08:49:00 -0000 In-Reply-To: Cc: gcc patches To: Gerald Pfeifer References: X-SW-Source: 2017-05/txt/msg01722.txt.bz2 --Apple-Mail=_139E0F13-6AE3-4076-BF41-ECFDDBB00C31 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 Content-length: 221 Hi, I=E2=80=99m suggesting we apply the following patch to provide links to mac= OS package managers, where users can download binaries for GCC on macOS. I = have included the two major ones, Homebrew and MacPorts. FX --Apple-Mail=_139E0F13-6AE3-4076-BF41-ECFDDBB00C31 Content-Disposition: attachment; filename=mac.diff Content-Type: application/octet-stream; x-unix-mode=0644; name="mac.diff" Content-Transfer-Encoding: 7bit Content-length: 420 Index: install.texi =================================================================== --- install.texi (revision 247544) +++ install.texi (working copy) @@ -3072,6 +3072,15 @@ Solaris 2 (SPARC, Intel): @end itemize @item +macOS: +@itemize +@item +The @uref{https://brew.sh/,,Homebrew} package manager; +@item +@uref{https://www.macports.org/,,MacPorts}. +@end itemize + +@item Microsoft Windows: @itemize @item --Apple-Mail=_139E0F13-6AE3-4076-BF41-ECFDDBB00C31 Content-Disposition: attachment; filename=mac.ChangeLog Content-Type: application/octet-stream; x-unix-mode=0644; name="mac.ChangeLog" Content-Transfer-Encoding: quoted-printable Content-length: 145 2017-05-23 Fran=C3=A7ois-Xavier Coudett =0A= =0A= * doc/install.texi: Add link to macOS binary distributions.=0A= =0A= --Apple-Mail=_139E0F13-6AE3-4076-BF41-ECFDDBB00C31--