Ticket #36295: Portfile.diff

File Portfile.diff, 1.4 KB (added by lockhart (Thomas Lockhart), 12 years ago)

Support for Mountain Lion with extra header files added. Include an update to install config-macosx-mountainlion.h.

  • Portfile

    old new  
    1313name                tao
    1414set name_package    ACE+TAO
    1515version             6.1.4
     16revision            1
    1617distname            ${name_package}-${version}
    1718categories          devel
    1819platforms           darwin
     
    4243
    4344patch.pre_args      -p1
    4445patchfiles          patch-ace-config.h.diff \
    45                     patch-include-makeinclude-platform_macros.GNU.diff
     46                    patch-ace-config-macosx-mountainlion.h.diff \
     47                    patch-include-makeinclude-platform_macros.GNU.diff \
     48                    patch-include-makeinclude-platform_macosx_mountainlion.GNU.diff
    4649
    4750checksums           rmd160  d49ffd2ed2650bf510f0a8fd459b51fad4b8440a \
    4851                    sha256  11ca2b92a44424c7e4939851f01040bd133a70b77cd5a09f916286537adb9389
     
    166169        destroot.dir ${worksrcpath}/${subdir}
    167170        command_exec destroot
    168171    }
     172    # 6.1.4 does not have a mountainlion file
     173    copy ${worksrcpath}/ace/config-macosx-mountainlion.h ${destroot}/${prefix}/include/ace/config-macosx-mountainlion.h
    169174    # Files required to build CosEvent classes but not installed
    170175    copy ${worksrcpath}/TAO/orbsvcs/orbsvcs/ESF ${destroot}/${prefix}/include/orbsvcs/ESF
    171176}