diff -urN /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/lang/gcc47/Portfile ./Portfile
old
|
new
|
|
| 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 |
1 | 2 | # $Id: Portfile 98042 2012-09-24 01:22:57Z jeremyhu@macports.org $ |
2 | 3 | |
3 | 4 | PortSystem 1.0 |
… |
… |
|
8 | 9 | epoch 1 |
9 | 10 | |
10 | 11 | # When version is updated, please delete the separate revision for libstdcxx below (and delete this comment) |
11 | | version 4.7.1 |
12 | | revision 7 |
| 12 | version 4.7.2 |
13 | 13 | platforms darwin |
14 | 14 | categories lang |
15 | 15 | maintainers mww openmaintainer |
… |
… |
|
40 | 40 | extract.only [suffix ${distname}] |
41 | 41 | |
42 | 42 | checksums [suffix ${distname}] \ |
43 | | rmd160 4b52d867d06288a0b3bb33c845cac0112c22b513 \ |
44 | | sha256 16093f6fa01732adf378d97fe338f113c933bdf56da22bf87c76beff13da406f \ |
| 43 | rmd160 fc281ade14b47d2a9c2ced4f7082c74bfbae31c1 \ |
| 44 | sha256 8a9283d7010fb9fe5ece3ca507e0af5c19412626384f8a5e9434251ae100b084 \ |
45 | 45 | ${ecj} \ |
46 | 46 | rmd160 d3f4da657f086b6423f74e93f001132f4855368a \ |
47 | 47 | sha256 98fd128f1d374d9e42fd9d4836bdd249c6d511ebc6c0df17fbc1b9df96c3d781 |
… |
… |
|
87 | 87 | --with-mpc=${prefix} \ |
88 | 88 | --with-ppl=${prefix} \ |
89 | 89 | --with-cloog=${prefix} --enable-cloog-backend=isl \ |
| 90 | --disable-cloog-version-check \ |
90 | 91 | --enable-stage1-checking \ |
91 | 92 | --disable-multilib \ |
92 | 93 | --enable-lto \ |