Ticket #35388: Portfile.diff

File Portfile.diff, 3.4 KB (added by mattcottrell, 12 years ago)

Portfile diff

  • Portfile

    old new  
    66name                    arb
    77epoch                   1
    88version                 5.3
    9 revision                5
     9revision                6
    1010categories              science
    11 maintainers             me.com:matt.cottrell
     11maintainers             mac.com:matt.cottrell
    1212platforms               darwin
    1313
    1414description             ARB graphical DNA, RNA and amino acid sequence analysis tool
     
    3434                        rmd160  d4b240da693f903d0e8bd59f4b1f1043b6935508
    3535
    3636depends_build           port:imake \
    37                         port:makedepend
     37                        port:makedepend \
     38                        port:coreutils
    3839
    3940depends_lib             port:openmotif \
    4041                        port:lynx \
    41                         port:gsed \
    4242                        port:sablotron \
    4343                        port:glw \
    4444                        port:glew \
     
    4646                        port:gv \
    4747                        port:xorg-libXaw
    4848
     49platform darwin 12     {
     50                        depends_lib-append port:xorg
     51}
     52
    4953patchfiles              patch-ARB-config.makefile.diff \
    5054                        patch-ARB-makefile.diff \
    5155                        patch-ARB-RNA3D_GlobalHeader.hxx.diff \
     
    5458                        patch-GDEHELP-Makefile.diff
    5559                       
    5660configure               {
    57                         reinplace "s| sed | gsed |g" ${worksrcpath}/GDEHELP/MENUS/align.menu \
    58                                                      ${worksrcpath}/util/arb_check_build_env.pl \
    59                                                      ${worksrcpath}/arb_install.sh \
    60                                                      ${worksrcpath}/WINDOW/AW_status.cxx \
    61                                                      ${worksrcpath}/SH/example_batch_probe_match.sh \
    62                                                      ${worksrcpath}/GDEHELP/GDEmenus \
    63                                                      ${worksrcpath}/GDEHELP/genhelp.sh \
    64                                                      ${worksrcpath}/GDEHELP/genhelptree.sh \
    65                                                      ${worksrcpath}/SOURCE_TOOLS/make_java_dependencies.sh \
    66                                                      ${worksrcpath}/HELP_SOURCE/Makefile \
    67                                                      ${worksrcpath}/AISC_COM/AISC/Makefile \
    68                                                      ${worksrcpath}/GDEHELP/Makefile \
    69                                                      ${worksrcpath}/HELP_SOURCE/genhelp/Makefile \
    70                                                      ${worksrcpath}/GDEHELP/Makefile.helpfiles
    7161                        file copy ${worksrcpath}/config.makefile.template ${worksrcpath}/config.makefile
    7262                        file copy ${filespath}/arb_macsetup ${worksrcpath}/bin
    7363                        reinplace "s|@@LIBPERLDIR@@|[exec ${prefix}/bin/perl -e "use Config; print \$Config{archlib};"]/CORE|g" ${worksrcpath}/PERL2ARB/DARWIN.PL
     
    8373
    8474build.env-append        PREFIX=${prefix} \
    8575                        ARBHOME=${worksrcpath} \
    86                         PATH=${worksrcpath}/bin:$env(PATH)
     76                        PATH=${worksrcpath}/bin:${prefix}/libexec/gnubin:$env(PATH)
    8777
    8878# https://trac.macports.org/ticket/33756
    8979if {${configure.compiler} == "clang"} {