[MacPorts] #52268: neomutt fails to build documentation

MacPorts noreply at macports.org
Sat Sep 17 17:48:30 CEST 2016


#52268: neomutt fails to build documentation
--------------------+------------------------
 Reporter:  cal@…   |      Owner:  leonardo@…
     Type:  defect  |     Status:  new
 Priority:  Normal  |  Milestone:
Component:  ports   |    Version:  2.3.99
 Keywords:          |       Port:  neomutt
--------------------+------------------------
 The current neomutt port ships with an empty manual.txt because
 documentation generation fails due to a number of missing dependencies.
 The attached patch fixes this.

 I've chosen w3m over lynx or elinks, because it seems to be the one that
 has the fewest (or most commonly used) dependencies and is available as a
 binary archives from our buildbot.

 {{{
 #!patch
 Index: Portfile
 ===================================================================
 --- Portfile    (revision 152763)
 +++ Portfile    (working copy)
 @@ -5,6 +5,7 @@

  name                neomutt
  version             20160910
 +revision            1
  categories          mail
  platforms           darwin
  license             GPL-2
 @@ -21,6 +22,11 @@
  homepage            https://www.neomutt.org

  conflicts           mutt
 +depends_build       port:docbook-xml-4.2 \
 +                    port:docbook-xsl \
 +                    port:libxslt \
 +                    port:w3m
 +
  depends_lib         port:gettext \
                      port:libiconv \
                      port:ncurses
 }}}

 OK to commit?

-- 
Ticket URL: <https://trac.macports.org/ticket/52268>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list