[macports-ports] branch master updated: libvirt: blacklist gcc < 4.4
Ryan Schmidt
ryandesign at macports.org
Sat Mar 24 00:51:57 UTC 2018
On Mar 23, 2018, at 15:47, Mojca Miklavec wrote:
> Mojca Miklavec (mojca) pushed a commit to branch master
> in repository macports-ports.
>
>
> https://github.com/macports/macports-ports/commit/e3bfbbf91a558abf777b45926ab79f1dde88b811
>
> The following commit(s) were added to refs/heads/master by this push:
>
> new e3bfbbf libvirt: blacklist gcc < 4.4
>
> e3bfbbf is described below
>
>
> commit e3bfbbf91a558abf777b45926ab79f1dde88b811
>
> Author: Mojca Miklavec
> AuthorDate: Fri Mar 23 21:47:20 2018 +0100
>
>
> libvirt: blacklist gcc < 4.4
>
> ---
> sysutils/libvirt/Portfile | 3 +++
> 1 file changed, 3 insertions(+)
> +PortGroup compiler_blacklist_versions 1.0
The below doesn't blacklist compilers by version; it only blacklists them by name, so this portgroup isn't needed.
> +compiler.blacklist-append apple-gcc* gcc-3.3 gcc-4.* *llvm-gcc-4.2 macports-gcc-4.2 macports-gcc-4.3
macports-gcc-4.2 doesn't exist anymore.
More information about the macports-dev
mailing list