Ticket #35754: Portfile.diff
File Portfile.diff, 1.2 KB (added by raphael-st (Raphael Straub), 12 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name asymptote 7 version 2.15 8 revision 1 7 version 2.16 9 8 categories graphics 10 9 maintainers gmail.com:loshea 11 10 description a vector graphics language … … 21 20 --mandir=${prefix}/share/man 22 21 master_sites sourceforge 23 22 extract.suffix .src.tgz 24 checksums rmd160 1916f4160034d4d76280bfed8ebe0bb898fc80ce\25 sha256 89034b7f072fe0476bc00a9c4c52189f67cdc1cb9c07bab1fd88bc50b2e0c88723 checksums rmd160 0fa190cdf8f07a516376451b327477003627ce54 \ 24 sha256 523694782a6fe82652b2893482cbe314b139893721887517be3e6820466f48fa 26 25 depends_build port:texinfo 27 26 depends_lib port:readline \ 28 27 port:texlive \ … … 33 32 port:ncurses \ 34 33 path:lib/libgc.dylib:boehmgc 35 34 36 # clang does not support the '--no-var-tracking' option37 if {${configure.compiler} == "clang"} {38 patchfiles patch-configure.ac.diff39 use_autoconf yes40 }41 42 35 post-destroot { 43 36 set python.bin "" 44 37 if {[variant_isset python27]} {