[135697] trunk/dports/mail/notmuch

ryandesign at macports.org ryandesign at macports.org
Wed Apr 29 19:37:45 PDT 2015


Revision: 135697
          https://trac.macports.org/changeset/135697
Author:   ryandesign at macports.org
Date:     2015-04-29 19:37:45 -0700 (Wed, 29 Apr 2015)
Log Message:
-----------
notmuch: fix destroot failure (#47591)

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

Added Paths:
-----------
    trunk/dports/mail/notmuch/files/patch-doc-Makefile.local.diff

Modified: trunk/dports/mail/notmuch/Portfile
===================================================================
--- trunk/dports/mail/notmuch/Portfile	2015-04-30 02:11:59 UTC (rev 135696)
+++ trunk/dports/mail/notmuch/Portfile	2015-04-30 02:37:45 UTC (rev 135697)
@@ -30,6 +30,7 @@
                     port:talloc
 
 patchfiles          patch-bindings-python-notmuch-globals.py.diff \
+                    patch-doc-Makefile.local.diff \
                     patch-lib-Makefile.local.diff \
                     visibility.patch
 

Added: trunk/dports/mail/notmuch/files/patch-doc-Makefile.local.diff
===================================================================
--- trunk/dports/mail/notmuch/files/patch-doc-Makefile.local.diff	                        (rev 0)
+++ trunk/dports/mail/notmuch/files/patch-doc-Makefile.local.diff	2015-04-30 02:37:45 UTC (rev 135697)
@@ -0,0 +1,13 @@
+Fix destroot by gzipping manpage before trying to install it.
+http://notmuchmail.org/pipermail/notmuch/2015/020103.html
+--- doc/Makefile.local.orig	2014-11-14 13:35:40.000000000 -0600
++++ doc/Makefile.local	2015-04-29 21:35:59.000000000 -0500
+@@ -63,7 +63,7 @@
+ ifeq ($(HAVE_DOXYGEN),1)
+ MAN_GZIP_FILES += ${APIMAN}.gz
+ apidocs: $(APIMAN)
+-install-apidocs: apidocs
++install-apidocs: ${APIMAN}.gz
+ 	mkdir -p "$(DESTDIR)$(mandir)/man3"
+ 	install -m0644  $(DOCBUILDDIR)/man/man3/*.3.gz  $(DESTDIR)/$(mandir)/man3
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150429/9c39dfaa/attachment-0001.html>


More information about the macports-changes mailing list