[109885] trunk/dports/mail/notmuch

cal at macports.org cal at macports.org
Wed Aug 21 05:21:38 PDT 2013


Revision: 109885
          https://trac.macports.org/changeset/109885
Author:   cal at macports.org
Date:     2013-08-21 05:21:38 -0700 (Wed, 21 Aug 2013)
Log Message:
-----------
notmuch: fix library id load command, closes #40005, maintainer timeout

Modified Paths:
--------------
    trunk/dports/mail/notmuch/Portfile

Added Paths:
-----------
    trunk/dports/mail/notmuch/files/patch-bindings-python-notmuch-globals.py.diff
    trunk/dports/mail/notmuch/files/patch-lib-Makefile.local.diff

Modified: trunk/dports/mail/notmuch/Portfile
===================================================================
--- trunk/dports/mail/notmuch/Portfile	2013-08-21 10:36:16 UTC (rev 109884)
+++ trunk/dports/mail/notmuch/Portfile	2013-08-21 12:21:38 UTC (rev 109885)
@@ -6,15 +6,16 @@
 
 name                notmuch
 version             0.16
+revision            1
 categories          mail
 platforms           darwin
 license             GPL-3+
 maintainers         yeled
 description         The mail indexer
-long_description    "Not much mail" is what Notmuch thinks about your email\
-                    collection. Even if you receive 12000 messages per month or have on the\
-                    order of millions of messages that you've been saving for decades.\
-                    Regardless, Notmuch will be able to quickly search all of it. It's just\
+long_description    “Not much mail” is what Notmuch thinks about your email \
+                    collection, even if you receive 12000 messages per month or have on the \
+                    order of millions of messages that you’ve been saving for decades. \
+                    Regardless, Notmuch will be able to quickly search all of it. It’s just \
                     plain not much mail.
 
 homepage            http://notmuchmail.org/
@@ -29,6 +30,8 @@
                     port:gmime\
                     port:talloc
 
+patchfiles          patch-bindings-python-notmuch-globals.py.diff \
+                    patch-lib-Makefile.local.diff
 
 post-patch {
     reinplace "s|@PREFIX@|${prefix}|g" ${worksrcpath}/bindings/python/notmuch/globals.py

Copied: trunk/dports/mail/notmuch/files/patch-bindings-python-notmuch-globals.py.diff (from rev 108885, trunk/dports/mail/notmuch/files/patch-bindings-python-notmuch-globals.py.diff)
===================================================================
--- trunk/dports/mail/notmuch/files/patch-bindings-python-notmuch-globals.py.diff	                        (rev 0)
+++ trunk/dports/mail/notmuch/files/patch-bindings-python-notmuch-globals.py.diff	2013-08-21 12:21:38 UTC (rev 109885)
@@ -0,0 +1,11 @@
+--- bindings/python/notmuch/globals.py.orig	2013-08-03 06:29:40.000000000 -0500
++++ bindings/python/notmuch/globals.py	2013-08-04 21:09:48.000000000 -0500
+@@ -24,7 +24,7 @@
+ try:
+     from os import uname
+     if uname()[0] == 'Darwin':
+-        nmlib = CDLL("libnotmuch.3.dylib")
++        nmlib = CDLL("@PREFIX@/lib/libnotmuch.3.dylib")
+     else:
+         nmlib = CDLL("libnotmuch.so.3")
+ except:


Property changes on: trunk/dports/mail/notmuch/files/patch-bindings-python-notmuch-globals.py.diff
___________________________________________________________________
Added: svn:mergeinfo
   + /branches/mld-qt-481/dports/mail/notmuch/files/patch-bindings-python-notmuch-globals.py.diff:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856

Copied: trunk/dports/mail/notmuch/files/patch-lib-Makefile.local.diff (from rev 108885, trunk/dports/mail/notmuch/files/patch-lib-Makefile.local.diff)
===================================================================
--- trunk/dports/mail/notmuch/files/patch-lib-Makefile.local.diff	                        (rev 0)
+++ trunk/dports/mail/notmuch/files/patch-lib-Makefile.local.diff	2013-08-21 12:21:38 UTC (rev 109885)
@@ -0,0 +1,11 @@
+--- lib/Makefile.local.orig	2012-08-21 03:43:50.000000000 -0500
++++ lib/Makefile.local	2012-12-03 03:50:15.000000000 -0600
+@@ -24,7 +24,7 @@
+ LINKER_NAME = libnotmuch.$(LIBRARY_SUFFIX)
+ SONAME = libnotmuch.$(LIBNOTMUCH_VERSION_MAJOR).$(LIBRARY_SUFFIX)
+ LIBNAME = libnotmuch.$(LIBNOTMUCH_VERSION_MAJOR).$(LIBNOTMUCH_VERSION_MINOR).$(LIBNOTMUCH_VERSION_RELEASE).$(LIBRARY_SUFFIX)
+-LIBRARY_LINK_FLAG = -dynamiclib -install_name $(SONAME) -compatibility_version $(LIBNOTMUCH_VERSION_MAJOR).$(LIBNOTMUCH_VERSION_MINOR) -current_version $(LIBNOTMUCH_VERSION_MAJOR).$(LIBNOTMUCH_VERSION_MINOR).$(LIBNOTMUCH_VERSION_RELEASE)
++LIBRARY_LINK_FLAG = -dynamiclib -install_name $(libdir)/$(SONAME) -compatibility_version $(LIBNOTMUCH_VERSION_MAJOR).$(LIBNOTMUCH_VERSION_MINOR) -current_version $(LIBNOTMUCH_VERSION_MAJOR).$(LIBNOTMUCH_VERSION_MINOR).$(LIBNOTMUCH_VERSION_RELEASE)
+ else
+ LIBRARY_SUFFIX = so
+ LINKER_NAME = libnotmuch.$(LIBRARY_SUFFIX)


Property changes on: trunk/dports/mail/notmuch/files/patch-lib-Makefile.local.diff
___________________________________________________________________
Added: svn:mergeinfo
   + /branches/mld-qt-481/dports/mail/notmuch/files/patch-lib-Makefile.local.diff:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130821/b957e9c7/attachment-0001.html>


More information about the macports-changes mailing list