Ticket #36294: Portfile.diff

File Portfile.diff, 1.3 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  
    66name                ace
    77set name_package    ACE
    88version             6.1.4
     9revision            1
    910distname            ${name_package}-${version}
    1011categories          devel
    1112maintainers         fourpalms.org:lockhart openmaintainer
     
    3738
    3839patch.pre_args      -p1
    3940patchfiles          patch-ace-config.h.diff \
    40                     patch-include-makeinclude-platform_macros.GNU.diff
     41                    patch-ace-config-macosx-mountainlion.h.diff \
     42                    patch-include-makeinclude-platform_macros.GNU.diff \
     43                    patch-include-makeinclude-platform_macosx_mountainlion.GNU.diff
    4144
    4245checksums           rmd160  e278ca751e64764636670022abec8db5ef83227c \
    4346                    sha256  1150aa7cea640dbd3301ee873ec4cd79cb9f8735fc894a89b242dacced67d356
     
    130133        destroot.dir ${worksrcpath}/${subdir}
    131134        command_exec destroot
    132135    }
     136    # 6.1.4 does not have a mountainlion file
     137    copy ${worksrcpath}/ace/config-macosx-mountainlion.h ${destroot}/${prefix}/include/ace/config-macosx-mountainlion.h
    133138}
    134139
    135140livecheck.url       ${master_sites}