Ticket #35388: Portfile.2.diff

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

Revised Portfile does not install xorg

  • 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 \
     
    5454                        patch-GDEHELP-Makefile.diff
    5555                       
    5656configure               {
    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
    7157                        file copy ${worksrcpath}/config.makefile.template ${worksrcpath}/config.makefile
    7258                        file copy ${filespath}/arb_macsetup ${worksrcpath}/bin
    7359                        reinplace "s|@@LIBPERLDIR@@|[exec ${prefix}/bin/perl -e "use Config; print \$Config{archlib};"]/CORE|g" ${worksrcpath}/PERL2ARB/DARWIN.PL
     
    8369
    8470build.env-append        PREFIX=${prefix} \
    8571                        ARBHOME=${worksrcpath} \
    86                         PATH=${worksrcpath}/bin:$env(PATH)
     72                        PATH=${worksrcpath}/bin:${prefix}/libexec/gnubin:$env(PATH)
    8773
    8874# https://trac.macports.org/ticket/33756
    8975if {${configure.compiler} == "clang"} {
     
    181167
    182168***********************************************************
    183169
     170If you do not have X11 installed you should install the version supplied by MacPorts:
     171
     172sudo port install xorg-server quartz-wm
     173
     174or install XQuartz (http://xquartz.macosforge.org)
     175
     176or install the version supplied with OS X versions previous to Mountain Lion (10.8)
     177
     178***********************************************************
     179
    184180A demo data base is located at ${prefix}/share/arb/demo.arb
    185181
    186182User generated macros, arb_tcp.dat and pt_servers have been preserved,