On Tue, May 8, 2012 at 10:35 AM, <[email protected]> wrote: > Modified: trunk/dports/lang/gcc46/Portfile (92828 => 92829) > > --- trunk/dports/lang/gcc46/Portfile 2012-05-08 07:50:39 UTC (rev 92828) > +++ trunk/dports/lang/gcc46/Portfile 2012-05-08 15:35:23 UTC (rev 92829) > @@ -4,9 +4,8 @@ > PortGroup select 1.0 > > name gcc46 > -epoch 1 > version 4.6.3 > -revision 1 > +revision 2 > platforms darwin > categories lang > maintainers mww openmaintainer > @@ -45,7 +44,7 @@ > rmd160 d3f4da657f086b6423f74e93f001132f4855368a \ > sha256 > 98fd128f1d374d9e42fd9d4836bdd249c6d511ebc6c0df17fbc1b9df96c3d781 > > -depends_lib port:gmp port:mpfr port:libiconv port:libmpc port:ppl > +depends_lib port:gmp port:mpfr port:libiconv port:libmpc port:ppl > port:cloog > depends_run port:gcc_select port:ld64 port:cctools > > depends_skip_archcheck-append gcc_select ld64 cctools > @@ -81,6 +80,7 @@ > --with-mpfr=${prefix} \ > --with-mpc=${prefix} \ > --with-ppl=${prefix} \ > + --with-cloog=${prefix} --enable-cloog-backend=isl \ > --enable-stage1-checking \ > --disable-multilib \ > --enable-lto \ > @@ -153,11 +153,6 @@ > configure.universal_ldflags > configure.universal_args > > -variant cloog description {enable the CLOOG Graphite loop optimizations} { > - configure.args-append --with-cloog=${prefix} > --enable-cloog-backend=isl > - depends_lib-append port:cloog > -} > - > livecheck.type regex > livecheck.url http://gcc.gnu.org/gcc-4.6/ > livecheck.regex GCC (4\\.6\\.\[0-9\]) > > Modified: trunk/dports/lang/gcc47/Portfile (92828 => 92829) > > --- trunk/dports/lang/gcc47/Portfile 2012-05-08 07:50:39 UTC (rev 92828) > +++ trunk/dports/lang/gcc47/Portfile 2012-05-08 15:35:23 UTC (rev 92829) > @@ -4,9 +4,8 @@ > PortGroup select 1.0 > > name gcc47 > -epoch 1 > version 4.7.0 > -revision 2 > +revision 3 > platforms darwin > categories lang > maintainers mww openmaintainer > @@ -44,7 +43,7 @@ > rmd160 d3f4da657f086b6423f74e93f001132f4855368a \ > sha256 > 98fd128f1d374d9e42fd9d4836bdd249c6d511ebc6c0df17fbc1b9df96c3d781 > > -depends_lib port:gmp port:mpfr port:libiconv port:libmpc port:ppl > +depends_lib port:gmp port:mpfr port:libiconv port:libmpc port:ppl > port:cloog > depends_run port:gcc_select port:ld64 port:cctools > > depends_skip_archcheck-append gcc_select ld64 cctools > @@ -79,6 +78,7 @@ > --with-mpfr=${prefix} \ > --with-mpc=${prefix} \ > --with-ppl=${prefix} \ > + --with-cloog=${prefix} --enable-cloog-backend=isl \ > --enable-stage1-checking \ > --disable-multilib \ > --enable-lto \
You've removed the epoch, therefore these updates will not get seen. epoch should _never_ be removed, or decreased. Cheers Adam _______________________________________________ macports-dev mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev
