From: Justin Pitts Date: Tue, 24 Sep 2013 14:13:00 +0000 (+1700) Subject: Re: OSX 10.6 support X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9244587a6d6e194e12e810c773c9f189952762d8;p=notmuch-archives.git Re: OSX 10.6 support --- diff --git a/fd/c7dd131df223462e7cb25bbcc9d8f0a5f58b99 b/fd/c7dd131df223462e7cb25bbcc9d8f0a5f58b99 new file mode 100644 index 000000000..bb5ca66d4 --- /dev/null +++ b/fd/c7dd131df223462e7cb25bbcc9d8f0a5f58b99 @@ -0,0 +1,173 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id 6C49B431FBD + for ; Tue, 24 Sep 2013 07:13:11 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.072 +X-Spam-Level: +X-Spam-Status: No, score=-0.072 tagged_above=-999 required=5 + tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, + FREEMAIL_FROM=0.001, HTML_IMAGE_ONLY_28=0.726, HTML_MESSAGE=0.001, + RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id vKizq5uMNcIt for ; + Tue, 24 Sep 2013 07:13:05 -0700 (PDT) +Received: from mail-la0-f46.google.com (mail-la0-f46.google.com + [209.85.215.46]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id D174E431FB6 + for ; Tue, 24 Sep 2013 07:13:04 -0700 (PDT) +Received: by mail-la0-f46.google.com with SMTP id eh20so3663920lab.5 + for ; Tue, 24 Sep 2013 07:13:02 -0700 (PDT) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=mime-version:in-reply-to:references:date:message-id:subject:from:to + :cc:content-type; + bh=CBzHp8zfyE+K2KQyPOEP53uJ3xB5awuUobQmSDIoGu0=; + b=w/ASpE/uHVE/LRSGiViWLBOsnFsgYlfzzGTYWR3LHemeuFSKEcPFO2F13VyIGVQIIH + CjwzT7T1XtCAQy85QOzKmmL+BBZ8NkglhT1EpnHRbj5oUQ9iD/QQrgE2tadtUfD6Mxwg + sTp0XV8aqJUeF2TLN72qOXGlzTXw36diG5Z1dwfiif04i3NrVlTzSlET746jCglnBodZ + I36EdhpmA80iOsiu6vHjpSQuCuoQAOFAhmoWBydzBKsOa+HraL+xoOqyR3Q35UZw32SK + 5TUfrni/IIYlX1LYhlV4eCHtpvtgyDULwfcCGP9EJA0iWf/bGuyM64mI8wHkCvBgWhos + KB+Q== +MIME-Version: 1.0 +X-Received: by 10.152.19.97 with SMTP id d1mr1874211lae.34.1380031980744; Tue, + 24 Sep 2013 07:13:00 -0700 (PDT) +Received: by 10.114.187.201 with HTTP; Tue, 24 Sep 2013 07:13:00 -0700 (PDT) +In-Reply-To: <20130924110744.GA7304@vilya.m0g.net> +References: + + <20130924110744.GA7304@vilya.m0g.net> +Date: Tue, 24 Sep 2013 07:13:00 -0700 +Message-ID: + +Subject: Re: OSX 10.6 support +From: Justin Pitts +To: Guyzmo +Content-Type: multipart/alternative; boundary=089e0149373cfdb36604e721bb67 +X-Mailman-Approved-At: Tue, 24 Sep 2013 23:35:21 -0700 +Cc: notmuch@notmuchmail.org +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Tue, 24 Sep 2013 14:13:11 -0000 + +--089e0149373cfdb36604e721bb67 +Content-Type: text/plain; charset=ISO-8859-1 + +Replying all this time. + +Hi Guyzmo, + +Thank you for responding. + +> and why not configure the homebrew formula for notmuch to also offer +> 0.15.2, and install that version on 10.6.* systems, while still +> installing 0.16 (and HEAD) on 10.8 systems? That'd make a good 4. imho! + +I agree with you. In fact, that is what I should have said for #2. + +Looking at the Homebrew formula for git [1], it appears that it ought to be +possible to do. + +[1] https://raw.github.com/mxcl/homebrew/master/Library/Formula/git.rb + + +On Tue, Sep 24, 2013 at 4:07 AM, Guyzmo wrote: + +> Hi, +> +> On Mon, Sep 23, 2013 at 08:04:32AM -0700, Justin Pitts wrote: +> [...] +> > The options here are +> > 1. Leave homebrew's version of notmuch at 0.15.2 +> > 2. Update notmuch there to 0.16, with the caveat that it will not build +> on +> > OSX 10.6 +> > 3. Update notmuch to 0.16, along with necessary changes to make it build +> on +> > OSX 10.6 +> +> and why not configure the homebrew formula for notmuch to also offer +> 0.15.2, and install that version on 10.6.* systems, while still +> installing 0.16 (and HEAD) on 10.8 systems? That'd make a good 4. imho! +> +> HTH, +> +> -- +> Guyzmo +> + +--089e0149373cfdb36604e721bb67 +Content-Type: text/html; charset=ISO-8859-1 +Content-Transfer-Encoding: quoted-printable + +
Replying all this time.

Hi Guyzmo,

+Thank you for responding.

>=A0 =A0 and why not con= +figure the homebrew formula for notmuch to also offer
> 0.15.2, =A0= +and =A0install =A0that =A0version =A0on =A010.6.* =A0systems, =A0while =A0s= +till
+> installing 0.16 (and HEAD) on 10.8 systems? That'd make a good 4. = +imho!

I agree with you. In fact, that is what I should have said for #2= +.
+

Looking at the Homebre= +w formula for git [1], it appears that it ought to be possible to do.
+

+
= +
+

On Tue, Sep 24, 2013 at 4:07 AM, Guyzmo = +<guyzmo+notmuch@m0g.net> wrote:
+Hi,
+
+On Mon, Sep 23, 2013 at 08:04:32AM -0700, Justin Pitts wrote:
+[...]
+
> The options here are
+> 1. Leave homebrew's version of notmuch at 0.15.2
+> 2. Update notmuch there to 0.16, with the caveat that it will not buil= +d on
+> OSX 10.6
+> 3. Update notmuch to 0.16, along with necessary changes to make it bui= +ld on
+> OSX 10.6
+
+
=A0 =A0 and why not configure the homebrew formula for notmuch to als= +o offer
+0.15.2, =A0and =A0install =A0that =A0version =A0on =A010.6.* =A0systems, = +=A0while =A0still
+installing 0.16 (and HEAD) on 10.8 systems? That'd make a good 4. imho!= +
+
+HTH,
+
+--
+Guyzmo
+

+ +--089e0149373cfdb36604e721bb67--