[PATCH 0/5] Improving portability to Mac OS X
authorCharles Celerier <cceleri@cs.stanford.edu>
Tue, 6 May 2014 17:02:23 +0000 (13:02 +2000)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 18:02:14 +0000 (10:02 -0800)
a8/6b047df7f085b1fd76fab464ae77dd8872d139 [new file with mode: 0644]

diff --git a/a8/6b047df7f085b1fd76fab464ae77dd8872d139 b/a8/6b047df7f085b1fd76fab464ae77dd8872d139
new file mode 100644 (file)
index 0000000..912843e
--- /dev/null
@@ -0,0 +1,93 @@
+Return-Path: <cceleri@cs.stanford.edu>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 3E165431FC2\r
+       for <notmuch@notmuchmail.org>; Tue,  6 May 2014 10:02:37 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5\r
+       tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001]\r
+       autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id yLAe6-Q5nCiY for <notmuch@notmuchmail.org>;\r
+       Tue,  6 May 2014 10:02:33 -0700 (PDT)\r
+Received: from qmta02.westchester.pa.mail.comcast.net\r
+       (qmta02.westchester.pa.mail.comcast.net [76.96.62.24])\r
+       by olra.theworths.org (Postfix) with ESMTP id 08E09431FAF\r
+       for <notmuch@notmuchmail.org>; Tue,  6 May 2014 10:02:32 -0700 (PDT)\r
+Received: from omta23.westchester.pa.mail.comcast.net ([76.96.62.74])\r
+       by qmta02.westchester.pa.mail.comcast.net with comcast\r
+       id yccu1n0011c6gX851h2YHc; Tue, 06 May 2014 17:02:32 +0000\r
+Received: from jane.lan ([24.11.133.78])\r
+       by omta23.westchester.pa.mail.comcast.net with comcast\r
+       id yh2W1n00e1heoKc3jh2XxS; Tue, 06 May 2014 17:02:32 +0000\r
+From: Charles Celerier <cceleri@cs.stanford.edu>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH 0/5] Improving portability to Mac OS X\r
+Date: Tue,  6 May 2014 13:02:23 -0400\r
+Message-Id: <1399395748-44920-1-git-send-email-cceleri@cs.stanford.edu>\r
+X-Mailer: git-send-email 1.8.5.2 (Apple Git-48)\r
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net;\r
+       s=q20140121; t=1399395752;\r
+       bh=KpPKJXZMNpmI/OzAil4i4YwieK0hmqOROvTRtJYqsmY=;\r
+       h=Received:Received:From:To:Subject:Date:Message-Id;\r
+       b=lNQHMmR5I3GS/mS+zHbMU1Is6q0gpoPG8RQY5ACOuUAp1NKIPgIPPmr/6dw8+uoHK\r
+       FqRHDmpqzJo6clgLFU7WNFMhQ1C1A5EFx72SesZuSW8BnC8lXmJQphiDVqjyaL6sPd\r
+       K9JFV1tubq+AJZpgp3/9MJz2lmeJlG3BGSVnyfyvVCHBlgRdHvMuiA3KZ5nE7jHDlb\r
+       UZabxn5WazqiRf/EVabZu2gvYFlQW+ldSAAHp37btEfwFudsPe91gUYFQO6ok5B2MO\r
+       T4K5UUM/Njg6ZA16ju6UehA10YSJvBCtTGKhvTo0U1FQ16vpDmunt2qd+Yvdv5DpVn\r
+       IjRwdTTdmg5Kw==\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Tue, 06 May 2014 17:02:37 -0000\r
+\r
+The patches in this series include a number of minor changes intended to better\r
+support the portability of notmuch to Mac OS X. The changes are relatively\r
+non-intrusive. You may observe that these patches apply entirely to the notmuch\r
+tests; it turns out, with the exception of the tests, notmuch ports very well\r
+to Mac OS X. =]\r
+\r
+Note that I have used GNU programs where possible (e.g. nm, sed, date, etc.) so\r
+as to not introduce changes to the testing framework that are easily resolved\r
+by installing standard GNU programs. For example, on Mac OS X the date program\r
+is a BSD variant that does not include the '-d' option that allows specifying a\r
+time to display. This appears to be necessary when testing on Mac OS X; I will\r
+try to note this somewhere on the notmuch wiki soon.\r
+\r
+Best,\r
+Chuck\r
+\r
+P.S. This is my first time submitting patches to a mailing list, so forgive me if I\r
+have made any foolish mistakes in my attempt to submit changes.\r
+\r
+\r
+Charles Celerier (5):\r
+  test/Makefile.local: Added configured TALLOC_LDFLAGS.\r
+  configure, test: Added variables for paths to true and false.\r
+  atomicity.gdb: Allow breakpoint symbols to be resolved later.\r
+  T360-symbol-hiding: Added code to support testing on Mac OS X.\r
+  T360-symbol-hiding: Use nm instead of objdump.\r
+\r
+ configure                  |  6 ++++++\r
+ test/Makefile.local        | 10 +++++-----\r
+ test/T360-symbol-hiding.sh | 12 ++++++++++--\r
+ test/atomicity.gdb         |  3 +++\r
+ 4 files changed, 24 insertions(+), 7 deletions(-)\r
+\r
+-- \r
+1.8.5.2 (Apple Git-48)\r
+\r