Ticket #41926: Portfile.diff

File Portfile.diff, 961 bytes (added by lockhart (Thomas Lockhart), 10 years ago)

Build a subset of TAO omitting tests and examples

  • Portfile

    old new  
    1313name                tao
    1414set name_package    ACE+TAO
    1515version             6.2.3
     16revision            1
    1617distname            ${name_package}-${version}
    1718categories          devel
    1819platforms           darwin
     
    7172set taodaemon       tao_cosnaming
    7273set daemondir       ${prefix}/etc/LaunchDaemons/org.macports.${taodaemon}
    7374set taouser         _tao
    74 set subdirs         { . TAO }
    75 # set subdirs         { ace ACEXML ASNMP Kokyu MPC apps docs netsvcs TAO/tao TAO/orbsvcs }
    76 # set subdirs         { ace ACEXML ASNMP Kokyu apps TAO/TAO_IDL TAO/tao TAO/orbsvcs }
     75# set subdirs         { . TAO }
     76set subdirs         { ace ACEXML ASNMP Kokyu apps netsvcs TAO/TAO_IDL TAO/tao TAO/orbsvcs TAO/utils }
    7777
    7878add_users ${taouser} group=${taouser} realname=TAO\ Server
    7979