Ticket #50671: boost.patch

File boost.patch, 1.4 KB (added by eborisch (Eric A. Borisch), 8 years ago)
  • Portfile

     
    66PortGroup       mpi 1.0
    77
    88name            boost
    9 version         1.59.0
    10 revision        2
     9version         1.60.0
     10revision        0
    1111license         Boost-1
    1212categories      devel
    1313platforms       darwin
     
    2626distname        ${name}_${distver}
    2727use_bzip2       yes
    2828
    29 checksums       rmd160  a106b3cd1dbda2323e5e84c7106cedee327db03c \
    30                 sha256  727a932322d94287b62abb1bd2d41723eec4356a7728909e38adb65ca25241ca
     29checksums \
     30    rmd160  191c97a0aed4543fbc8543219d2ab53aea7db784 \
     31    sha256  686affff989ac2488f79a97b9479efb9f2abae035b5ed4d8226de6857933fd3b
    3132
    3233depends_lib     port:zlib \
    3334                port:expat \
     
    4546
    4647patchfiles      patch-tools-build-src-engine-build.sh.diff \
    4748                patch-tools-build-src-engine-build.jam.diff \
    48                 patch-apple-clang-no-libcxx.diff \
    49                 patch-libs-context-src-asm-make_ppc32_sysv_macho_gas.S.diff \
    50                 patch-log-setup-link.diff
     49                patch-apple-clang-no-libcxx.diff
    5150                # patch-apple-clang-no-libcxx.diff fixes a clang configuration
    5251                # error that occurs on OS X 10.7 and 10.8 due to the assumption
    5352                # that if clang is the compiler in use it must be using libc++.