Ticket #40979: Portfile-asymptote-2.28.diff

File Portfile-asymptote-2.28.diff, 1.5 KB (added by mojca (Mojca Miklavec), 10 years ago)

Update asymptote to 2.28 + other patches

  • Portfile

     
    22# $Id$
    33
    44PortSystem          1.0
     5PortGroup           texlive 1.0
    56
    67name                asymptote
    7 version             2.16
    8 revision            3
     8version             2.28
    99categories          graphics
    1010maintainers         gmail.com:loshea
    1111description         a vector graphics language
     
    1717homepage            http://asymptote.sourceforge.net
    1818license             LGPL-3+
    1919platforms           darwin
    20 configure.args      --with-latex=${prefix}/share/texmf-local/tex/latex \
    21                     --mandir=${prefix}/share/man
     20configure.args      --with-latex=${texlive_texmfports}/tex/latex \
     21                    --with-context=${texlive_texmfports}/tex/context/third \
     22                    --mandir=${prefix}/share/man \
     23                    --disable-offscreen
     24configure.env       CFLAGS="-stdlib=libstdc++"
    2225master_sites        sourceforge
    2326extract.suffix      .src.tgz
    24 checksums           rmd160  0fa190cdf8f07a516376451b327477003627ce54 \
    25                     sha256  523694782a6fe82652b2893482cbe314b139893721887517be3e6820466f48fa
     27checksums           rmd160  c028df3174018877ca2a3db274de1328f5f1011e \
     28                    sha256  d6d4be0f37da3eec241f52c4b1427eeb22785deaf33e2dd4bb7a9305a6cfb47e
    2629depends_build       port:texinfo
    2730depends_lib         port:readline \
    2831                    port:texlive \