Ticket #31079: Portfile.diff
File Portfile.diff, 1.5 KB (added by raphael-st (Raphael Straub), 13 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name asymptote 7 version 2.08 8 revision 3 7 version 2.13 9 8 categories graphics 10 9 maintainers gmail.com:loshea 11 10 description a vector graphics language … … 15 14 Labels and equations are typeset with LaTeX, for \ 16 15 high-quality PostScript output. 17 16 homepage http://asymptote.sourceforge.net 17 license LGPL-3+ 18 18 platforms darwin 19 19 configure.args --with-latex=${prefix}/share/texmf-local/tex/latex \ 20 20 --mandir=${prefix}/share/man 21 21 master_sites sourceforge 22 22 extract.suffix .src.tgz 23 checksums md5 ab7bc11c8110b6eb459285b9c206cfe6 \ 24 sha1 6b81336727458f7fdcc3db972f1e63b3bfc1a93b \ 25 rmd160 a9a2c80410eb9a7f9371a7a1a1634fed0e0be6ab 23 checksums sha1 b4f2b72c0a4e7a02b716bfd0ad64bab45c567bbd \ 24 rmd160 c38a9224da74bb97a7b63e5ac56ba326b49625d9 26 25 depends_build port:texinfo 27 26 depends_lib port:readline \ 28 27 port:texlive \ … … 33 32 port:ncurses \ 34 33 port:boehmgc 35 34 35 # asy binary fails to compile examples if it is compiled with llvm-gcc-4.2 36 # clang fails to compile asymptote 37 if {${configure.compiler} == "clang" || 38 ${configure.compiler} == "llvm-gcc-4.2"} { 39 configure.compiler gcc-4.2 40 if {![file executable ${configure.cc}]} { 41 depends_build-append port:apple-gcc42 42 configure.compiler apple-gcc-4.2 43 } 44 } 45 36 46 post-destroot { 37 47 set python.bin "" 38 48 if {[variant_isset python27]} {