Ticket #31410: Portfile-libre.diff
File Portfile-libre.diff, 1.3 KB (added by alfredh (Alfred E. Heggestad), 13 years ago) |
---|
-
Portfile
old new 5 5 PortGroup muniversal 1.0 6 6 7 7 name libre 8 version 0. 2.08 version 0.3.0 9 9 categories net 10 10 platforms darwin 11 11 maintainers db.org:aeh … … 20 20 21 21 distname re-${version} 22 22 23 checksums sha1 5270c57e752dd78901267e8455a35eab675d120c\24 rmd160 6678e367bd3e9cd59022c78c42e2c8bb774ffb0223 checksums sha1 8c930a396d71c7ef3658fb86102dc64b191e5aff \ 24 rmd160 0cd1746119dac6b6a5d83d14e4e554fce4eb6170 25 25 26 26 depends_lib port:zlib \ 27 27 port:openssl 28 28 29 patchfiles patch-mk-re.mk.diff30 31 29 use_configure no 32 30 33 build.args PREFIX=${prefix} SYSROOT_ALT=${prefix} 31 build.args PREFIX=${prefix} SYSROOT_ALT=${prefix} CCACHE= 32 34 33 destroot.args ${build.args} 35 34 36 35 if {[tbool configure.ccache]} { … … 46 45 build.env-append CC='${configure.cc} ${configure.cc_archflags}' 47 46 destroot.env-append CC='${configure.cc} ${configure.cc_archflags}' 48 47 } 48 49 post-destroot { 50 system "install_name_tool -id ${prefix}/lib/libre.dylib ${destroot}${prefix}/lib/libre.dylib" 51 }