Ticket #37953: Portfile.librep-0.92.3.diff
File Portfile.librep-0.92.3.diff, 1.8 KB (added by crossd@…, 12 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name librep 7 version 0.92.1b 8 revision 1 7 version 0.92.3 9 8 categories lang 10 9 platforms darwin 11 10 maintainers hilaiel.com:lloyd … … 24 23 master_sites http://download.tuxfamily.org/librep/ 25 24 use_xz yes 26 25 27 checksums rmd160 69e00665fe02cd6fdf1f31531b22f5969e291bb1\28 sha256 aedca2716252a1ff2256aca321cce35646b795840b65a3c481708c04a6fd7e3e26 checksums rmd160 dbbef7097c9a3f72c343f2e997bf2f337cd7233b \ 27 sha256 45c98a5bbdfde4f1d98e3839b319d9ae15857d2d1ae8e3838d9a18d53f3e8b85 29 28 30 29 depends_build port:pkgconfig 31 30 … … 33 32 port:gmp \ 34 33 port:libffi 35 34 36 # TODO variant with readline support37 35 configure.args --without-readline 38 36 37 variant gcc45 conflicts gcc46 gcc47 description {build with gcc45} { 38 depends_lib-append port:gcc45 39 configure.compiler macports-gcc-4.5 40 } 41 42 variant gcc46 conflicts gcc45 gcc47 description {build with gcc46} { 43 depends_lib-append port:gcc45 44 configure.compiler macports-gcc-4.5 45 } 46 47 variant gcc47 conflicts gcc45 gcc46 description {build with gcc47} { 48 depends_lib-append port:gcc47 49 configure.compiler macports-gcc-4.7 50 } 51 52 variant readline description {build with readline support} { 53 depends_lib-append port:readline 54 configure.args-delete --without-readline 55 configure.args-append --with-readline 56 } 57 39 58 # 10.3 and i386 are fine with the default 'stack-direction=-1' but 10.4 ppc needs 1 40 59 platform darwin 8 powerpc { 41 60 configure.args-append --with-stack-direction=1