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  
    44PortSystem          1.0
    55
    66name                librep
    7 version             0.92.1b
    8 revision            1
     7version             0.92.3
    98categories          lang
    109platforms           darwin
    1110maintainers         hilaiel.com:lloyd
     
    2423master_sites        http://download.tuxfamily.org/librep/
    2524use_xz              yes
    2625
    27 checksums           rmd160  69e00665fe02cd6fdf1f31531b22f5969e291bb1 \
    28                     sha256  aedca2716252a1ff2256aca321cce35646b795840b65a3c481708c04a6fd7e3e
     26checksums           rmd160  dbbef7097c9a3f72c343f2e997bf2f337cd7233b \
     27                    sha256  45c98a5bbdfde4f1d98e3839b319d9ae15857d2d1ae8e3838d9a18d53f3e8b85
    2928
    3029depends_build       port:pkgconfig
    3130
     
    3332                    port:gmp \
    3433                    port:libffi
    3534
    36 # TODO variant with readline support
    3735configure.args      --without-readline
    3836
     37variant gcc45 conflicts gcc46 gcc47 description {build with gcc45} {
     38    depends_lib-append      port:gcc45
     39    configure.compiler      macports-gcc-4.5
     40}
     41
     42variant gcc46 conflicts gcc45 gcc47 description {build with gcc46} {
     43    depends_lib-append      port:gcc45
     44    configure.compiler      macports-gcc-4.5
     45}
     46
     47variant gcc47 conflicts gcc45 gcc46 description {build with gcc47} {
     48    depends_lib-append      port:gcc47
     49    configure.compiler      macports-gcc-4.7
     50}
     51
     52variant 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
    3958# 10.3 and i386 are fine with the default 'stack-direction=-1' but 10.4 ppc needs 1
    4059platform darwin 8 powerpc {
    4160    configure.args-append   --with-stack-direction=1