MacPorts 2.7.0-rc1 now available for testing

2021-05-15 Thread Joshua Root
Source code and pkgs for MacPorts 2.7.0-rc1 are now available [1]. Testing of either of these install methods is helpful. Be prepared to encounter bugs. As always, having a recent backup would be wise. Please report any bugs that you find [2] (after first searching Trac [3], of course!) If no sh

Re: license for stuff in `macports-www`

2021-05-15 Thread Jean Abou Samra
Le 14/05/2021 à 07:22, Ryan Schmidt a écrit : On May 11, 2021, at 03:59, Jean Abou Samra wrote: Le 11/05/2021 à 10:39, Werner LEMBERG a écrit : Looking at https://github.com/macports/macports-www/ I can't find a license statement that applies to the stuff in the repository. So: What li

Re: How to install gcc11 with libgccjit ?

2021-05-15 Thread Sasha Scott
Sorry, I find gccjit in lib/gcc11 On Sat, May 15, 2021 at 4:36 PM Sasha Scott wrote: > Hello,everyone, How to install gcc11 with libgccjit? > > I see the gcc11 Portfile line 87-90 > -- > set gcc_configure_langs {c c++ objc obj-c++ lto fortran} > if {${subport} eq ${name}}

How to install gcc11 with libgccjit ?

2021-05-15 Thread Sasha Scott
Hello,everyone, How to install gcc11 with libgccjit? I see the gcc11 Portfile line 87-90 -- set gcc_configure_langs {c c++ objc obj-c++ lto fortran} if {${subport} eq ${name}} { lappend gcc_configure_langs jit } -- How to enable "gcc_configure_langs