Ticket #52285: ansible-depb-docbook-xsl.2.diff

File ansible-depb-docbook-xsl.2.diff, 611 bytes (added by raimue (Rainer Müller), 8 years ago)

Add depends_build on docbook-xsl, add -nonet option to xsltproc to prohibit any network access

  • Portfile

     
    4040                        port:py${python.version}-crypto
    4141
    4242depends_build-append    port:asciidoc \
    43                         port:libxslt
     43                        port:libxslt \
     44                        port:docbook-xsl
    4445
    4546post-fetch {
    4647    # fetch submodules (https://github.com/ansible/ansible/issues/11199)
     
    5657    }
    5758}
    5859
     60build.env               XSLTPROC_OPTS="-noet"
     61
    5962post-build {
    6063    system -W "${worksrcpath}" "make docs"
    6164}