Ticket #43762: Portfile.diff
File Portfile.diff, 1.8 KB (added by mattcottrell, 10 years ago) |
---|
-
Portfile
old new 5 5 6 6 name arb 7 7 epoch 1 8 version 6.0-rc 18 version 6.0-rc3 9 9 categories science 10 10 maintainers mac.com:matt.cottrell 11 11 platforms darwin … … 26 26 license Restrictive/Distributable 27 27 28 28 master_sites http://download.arb-home.de/build/$name-${version}/ 29 distname arb-${version}-source -hotfix129 distname arb-${version}-source 30 30 extract.suffix .tgz 31 worksrcdir arbsrc_1 197731 worksrcdir arbsrc_12316 32 32 33 checksums rmd160 9ef6edf8e2e386794cfc204519bb00f4394549ee\34 sha256 cb9bcbd999d6f8b3c06bde70a1d1e5a61ca564e80c16da4bb01bb7820f396e1033 checksums rmd160 5775a28787a3a72ccfb848b39240ced8dc8c811c \ 34 sha256 8924c99d16a1b8562e5c92d2ba971e8a9a499dc8f3e1cb553ec0b64156ff4d54 35 35 36 36 depends_build port:imake \ 37 37 port:makedepend … … 53 53 54 54 patchfiles patch-ARB-config.makefile.diff \ 55 55 patch-ARB-intro.fig.diff \ 56 patch-ARB-arb.diff \ 57 patch-ARB-ARBDB.diff 56 patch-ARB-arb.diff 58 57 59 58 configure { 60 59 if {${build_arch} eq "ppc" || ${build_arch} eq "i386"} { … … 74 73 75 74 compiler.blacklist *llvm-gcc-4.2 76 75 77 build.args GCC=${configure.cc} \78 GPP=${configure.cxx}76 build.args-append CXX=${configure.cxx} \ 77 CC=${configure.cc} 79 78 80 79 destroot.keepdirs ${destroot}${prefix}/share/arb/lib/pts 81 80