Ticket #31410: Portfile-libre.diff

File Portfile-libre.diff, 1.3 KB (added by alfredh (Alfred E. Heggestad), 13 years ago)
  • Portfile

    old new  
    55PortGroup           muniversal 1.0
    66
    77name                libre
    8 version             0.2.0
     8version             0.3.0
    99categories          net
    1010platforms           darwin
    1111maintainers         db.org:aeh
     
    2020
    2121distname            re-${version}
    2222
    23 checksums           sha1    5270c57e752dd78901267e8455a35eab675d120c \
    24                     rmd160  6678e367bd3e9cd59022c78c42e2c8bb774ffb02
     23checksums           sha1    8c930a396d71c7ef3658fb86102dc64b191e5aff \
     24                    rmd160  0cd1746119dac6b6a5d83d14e4e554fce4eb6170
    2525
    2626depends_lib         port:zlib \
    2727                    port:openssl
    2828
    29 patchfiles          patch-mk-re.mk.diff
    30 
    3129use_configure       no
    3230
    33 build.args          PREFIX=${prefix} SYSROOT_ALT=${prefix}
     31build.args          PREFIX=${prefix} SYSROOT_ALT=${prefix} CCACHE=
     32
    3433destroot.args       ${build.args}
    3534
    3635if {[tbool configure.ccache]} {
     
    4645    build.env-append    CC='${configure.cc} ${configure.cc_archflags}'
    4746    destroot.env-append CC='${configure.cc} ${configure.cc_archflags}'
    4847}
     48
     49post-destroot {
     50        system "install_name_tool -id ${prefix}/lib/libre.dylib ${destroot}${prefix}/lib/libre.dylib"
     51}