[macports-ports] branch master updated: gtksourceview4: new port
Ryan Schmidt
ryandesign at macports.org
Mon Mar 26 00:49:47 UTC 2018
On Mar 25, 2018, at 14:37, David B. Evans wrote:
> David B. Evans (dbevans) pushed a commit to branch master
> in repository macports-ports.
>
>
> https://github.com/macports/macports-ports/commit/1df74bcbd1a1630aa1fcbb5eacbc2a7e8c9140d4
>
> The following commit(s) were added to refs/heads/master by this push:
>
> new 1df74bc gtksourceview4: new port
>
> 1df74bc is described below
>
>
> commit 1df74bcbd1a1630aa1fcbb5eacbc2a7e8c9140d4
>
> Author: David B. Evans
> AuthorDate: Sun Mar 25 12:34:14 2018 -0700
>
>
> gtksourceview4: new port
>
>
>
> This is API version 4 of the GtkSourceView widget using GTK+ 3.
>
> Forthcoming API version 5 will support GTK+ 4.
>
>
>
> Installs in parallel with earlier verions 3, 2 and 1 without conflict.
>
> ---
> gnome/gtksourceview4/Portfile | 83 +++++++++++++++++++++++++++++++++++++++++++
> 1 file changed, 83 insertions(+)
> +# blacklist compilers that do not support C11 (redefinition of typedef ‘GtkSourceTag’ at gtksourceview/gtksourcetag.h:35)
> +compiler.blacklist *gcc* {clang < 300}
Please be more specific here, such as "*gcc-3.* *gcc-4.*". Newer versions of gcc do support C11, and a change was already committed to MacPorts base which will let PowerPC systems fall back to gcc6 instead of clang (since clang doesn't work on PowerPC). Other ports may need more-specific blacklists too.
More information about the macports-dev
mailing list