Changeset 80419
- Timestamp:
- 07/12/11 08:49:22 (4 years ago)
- Location:
- trunk/dports/databases/mongodb
- Files:
-
- 1 deleted
- 1 edited
-
Portfile (modified) (5 diffs)
-
files/patch-pch.h.diff (deleted)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/databases/mongodb/Portfile
r77342 r80419 6 6 name mongodb 7 7 epoch 1 8 version 1.8. 08 version 1.8.2 9 9 license AGPL-3.0 10 10 categories databases … … 20 20 distname ${name}-src-r${version} 21 21 22 checksums sha1 1f8d596da667af10721c6602071e824bc4b8a0f3\23 rmd160 e80638eacc816869a1284ee135b1c9e9885c168422 checksums sha1 d2145e5b4a6df2e94aec76bef3a9399c11e8571a \ 23 rmd160 3c1e33ed9ff3dd3c653112a46cf178d07b93e32c 24 24 25 25 depends_build port:scons … … 37 37 lib/libjs.dylib 38 38 39 patchfiles patch-SConstruct.diff patch-pch.h.diff39 patchfiles patch-SConstruct.diff 40 40 41 41 post-patch { … … 45 45 use_configure no 46 46 47 build.env TERM=xterm 47 variant universal {} 48 if {[variant_isset universal]} { 49 set archflags ${configure.universal_cflags} 50 } else { 51 set archflags ${configure.cc_archflags} 52 } 53 54 build.env TERM=xterm \ 55 CFLAGS="${archflags}" \ 56 CXXFLAGS="${archflags}" \ 57 LINKFLAGS="${archflags}" 48 58 build.cmd scons 49 59 build.args --usesm --cxx=${configure.cxx} --full 50 60 build.target all mongobridge mongosniff 51 61 52 destroot.env TERM=xterm 53 destroot.cmd scons 62 eval destroot.env [option build.env] 54 63 destroot.args ${build.args} 55 64 destroot.destdir --prefix=${destroot}${prefix} … … 59 68 } 60 69 61 variant universal {62 build.env-append \63 CFLAGS="${configure.universal_cflags}" \64 CXXFLAGS="${configure.universal_cxxflags}" \65 LINKFLAGS="${configure.universal_ldflags}"66 eval destroot.env-append [option build.env]67 }68 69 70 livecheck.url ${homepage}downloads 70 71 livecheck.regex {mongodb-src-r(\d+\.\d*[02468]\.\d+)\.}
Note: See TracChangeset
for help on using the changeset viewer.

