[115338] trunk/dports/x11/xtide/Portfile
Ryan Schmidt
ryandesign at macports.org
Tue Dec 31 09:29:53 PST 2013
On Dec 31, 2013, at 05:41, jmr at macports.org wrote:
> Revision
> 115338
> Author
> jmr at macports.org
> Date
> 2013-12-31 03:41:35 -0800 (Tue, 31 Dec 2013)
> Log Message
>
> xtide: fix compiler blacklist
> Modified Paths
>
> • trunk/dports/x11/xtide/Portfile
> Diff
>
> Modified: trunk/dports/x11/xtide/Portfile (115337 => 115338)
>
> --- trunk/dports/x11/xtide/Portfile 2013-12-31 11:34:55 UTC (rev 115337)
> +++ trunk/dports/x11/xtide/Portfile 2013-12-31 11:41:35 UTC (rev 115338)
>
> @@ -42,7 +42,7 @@
>
> }
>
>
>
> # Per the configure script: "if using GCC, version 4.4 or later is required"
>
> - compiler.blacklist gcc-* apple-gcc-* macports-gcc-4.2 macports-gcc-4.3
>
> + compiler.blacklist *gcc-4.2 gcc-4.0 gcc-3.3
What was wrong with the blacklist? Is it that you’re adding llvm-gcc to the blacklist?
Shouldn’t macports-gcc-4.3 and apple-gcc-4.0 be blacklisted? The previous way did that.
More information about the macports-dev
mailing list