From a1368534a7ee91d394ca60547a409a5c6d87f135 Mon Sep 17 00:00:00 2001 From: Justin Pitts Date: Tue, 24 Sep 2013 08:04:32 +1700 Subject: [PATCH] OSX 10.6 support --- 91/eb63ca16dc1c3fdc39187b86f4c3a793908ffb | 113 ++++++++++++++++++++++ 1 file changed, 113 insertions(+) create mode 100644 91/eb63ca16dc1c3fdc39187b86f4c3a793908ffb diff --git a/91/eb63ca16dc1c3fdc39187b86f4c3a793908ffb b/91/eb63ca16dc1c3fdc39187b86f4c3a793908ffb new file mode 100644 index 000000000..25fe8d433 --- /dev/null +++ b/91/eb63ca16dc1c3fdc39187b86f4c3a793908ffb @@ -0,0 +1,113 @@ +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 2A66E431FBF + for ; Mon, 23 Sep 2013 08:07:00 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.798 +X-Spam-Level: +X-Spam-Status: No, score=-0.798 tagged_above=-999 required=5 + tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, + FREEMAIL_FROM=0.001, 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 xffY6tGDpX8M for ; + Mon, 23 Sep 2013 08:06:55 -0700 (PDT) +Received: from mail-ie0-f170.google.com (mail-ie0-f170.google.com + [209.85.223.170]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 49C5E431FBC + for ; Mon, 23 Sep 2013 08:06:55 -0700 (PDT) +Received: by mail-ie0-f170.google.com with SMTP id x13so6895646ief.15 + for ; Mon, 23 Sep 2013 08:06:54 -0700 (PDT) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=mime-version:date:message-id:subject:from:to:content-type; + bh=4md2CAMfVIK3hDhhc07/EWfiRFadKTvrxOLCNYrWGxs=; + b=fP+6PNfiLMMfV7WwvJ2Uq/H7v1F+gj5ukwSqrCr7i4xli30uH03gqMeEmG7mexEyK5 + 84fdLtTdE7jiEGY4F6Unh6IVxNNd7zKE18qtvR5QV+1X2t/pqQh/sP7gOqiDF3F57bM7 + HnhngE6aIA7xzS2eBkrKMtoxCJ2HLj3xyqiYZYDRC5oS9xX2mLKu6dV2EufHx9YJadi+ + m3xooM5itYG+c3yVZXkzNBPSyT+C1zuke0oxqk3FCHaOwDAOYdKkSuNwz8I+94PfJPwr + DdJXt/5xEM9bDanpi+GqDNiPe54OB3yrH2CL+e9ioHj7iU+IzdcLF8QC9K5q0lMQt2+0 + TFmQ== +MIME-Version: 1.0 +X-Received: by 10.43.170.136 with SMTP id nq8mr4405444icc.35.1379948672648; + Mon, 23 Sep 2013 08:04:32 -0700 (PDT) +Received: by 10.42.112.201 with HTTP; Mon, 23 Sep 2013 08:04:32 -0700 (PDT) +Date: Mon, 23 Sep 2013 08:04:32 -0700 +Message-ID: + +Subject: OSX 10.6 support +From: Justin Pitts +To: notmuch@notmuchmail.org +Content-Type: multipart/alternative; boundary=001a11c2e0b67110f204e70e5691 +X-Mailman-Approved-At: Tue, 24 Sep 2013 03:47:39 -0700 +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: Mon, 23 Sep 2013 15:07:00 -0000 + +--001a11c2e0b67110f204e70e5691 +Content-Type: text/plain; charset=ISO-8859-1 + +Hello, + +Recently, I attempted to update the OSX Homebrew package manager to notmuch +0.16. This version compiles without issue on my system, which is running +OSX 10.8. + +I was informed by one of the Homebrew maintainers that 0.16 fails to +compile as-is on OSX 10.6 : +https://github.com/mxcl/homebrew/pull/22731#issuecomment-24896941 + +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 + +I'd attempt #3, but I lack a 10.6 system to try that on. + +Does anyone have a way to accomplish #3? + +Barring that, is there any objection to #2? + +Thank you, +Justin Pitts + +--001a11c2e0b67110f204e70e5691 +Content-Type: text/html; charset=ISO-8859-1 +Content-Transfer-Encoding: quoted-printable + +
Hello,

Recently, I attempted to u= +pdate the OSX Homebrew package manager to notmuch 0.16. This version compil= +es without issue on my system, which is running OSX 10.8.
+
I was informed by one of the Homebrew maintainers that= + 0.16 fails to compile as-is on OSX 10.6 :=A0https://github.com/mxcl/hom= +ebrew/pull/22731#issuecomment-24896941
+

The options here are
1. Lea= +ve homebrew's version of notmuch at 0.15.2
2. Update no= +tmuch 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

I'd attempt #= +3, but I lack a 10.6 system to try that on.

+Does anyone have a way to accomplish #3?

Barring that, is there any objection to #2?

Thank you,
Justin Pitts
+ +--001a11c2e0b67110f204e70e5691-- -- 2.26.2