Ticket #32515: Portfile.diff
File Portfile.diff, 1.6 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.1 37 version 2.15 8 8 categories graphics 9 9 maintainers gmail.com:loshea 10 10 description a vector graphics language … … 20 20 --mandir=${prefix}/share/man 21 21 master_sites sourceforge 22 22 extract.suffix .src.tgz 23 checksums rmd160 c38a9224da74bb97a7b63e5ac56ba326b49625d9\24 sha256 a0ac4815aaa367a8bc5cb3fb462267959f73e982d07fd96392c019c9fdfb7a1323 checksums rmd160 1916f4160034d4d76280bfed8ebe0bb898fc80ce \ 24 sha256 89034b7f072fe0476bc00a9c4c52189f67cdc1cb9c07bab1fd88bc50b2e0c887 25 25 depends_build port:texinfo 26 26 depends_lib port:readline \ 27 27 port:texlive \ … … 32 32 port:ncurses \ 33 33 port:boehmgc 34 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 # base (as of 2.0.3) doesn't set cxx for apple-gcc-4.2 44 configure.cxx ${prefix}/bin/g++-apple-4.2 45 } 35 # clang does not support the '--no-var-tracking' option 36 if {${configure.compiler} == "clang"} { 37 depends_build-append port:autoconf 38 patchfiles patch-configure.ac.diff 39 use_autoconf yes 46 40 } 47 41 48 42 post-destroot {