Ticket #56240: Portfile-splash.diff

File Portfile-splash.diff, 1.5 KB (added by danieljprice (Daniel Price), 6 years ago)
  • Portfile.

    old new  
    44PortGroup compilers 1.0
    55
    66name                splash
    7 version             2.5.1
    8 revision            2
     7version             2.8.0
    98categories          science graphics
    109platforms           darwin
    1110maintainers         monash.edu:daniel.price
     
    1918
    2019worksrcdir          ${name}
    2120
    22 checksums           rmd160  5c87a5394c53b0f1b9a0e89170bc8ea8a7ed77b3 \
    23                     sha256  57d9eb6c8ff411ffc19e6be976debed2fd1bc1dcbe52cb42c30f5e05f6d37918
     21checksums           rmd160  1eef9c352ae507c4c8f233431a909bfc5a7fdc06 \
     22                    sha256  de06b159846bd20717a55ec7cc9420e0fd86ab38dc66dc74b1f61b77b4d24fce
    2423
    2524default_variants    +giza
    2625
    2726use_configure       no
    2827
    29 compilers.setup     require_fortran -dragonegg -g95 -gcc44 -clang -llvm
     28compilers.setup     require_fortran -g95 -gcc44 -clang
    3029
    3130build.cmd           make
    32 build.args          SYSTEM=gfortran CC=${configure.cc} FC=${configure.fc}
     31build.args          SYSTEM=gfortran CC=${configure.cc} FC=${configure.fc} PREFIX=${prefix}
    3332
    3433destroot.args       PREFIX=${prefix}
    3534use_parallel_build  no
    3635
    3736variant giza description {use giza as the backend graphics library} conflicts pgplot {
    38    depends_lib-append      path:lib/pkgconfig/cairo.pc:cairo \
    39                            port:xorg-libX11
     37   depends_lib-append      port:giza
    4038   build.args-append       X11DIR=${prefix} X11LIBS='-L${prefix}/lib -lX11'
    4139}
    4240