Re: XQuartz and xorg-server

2021-01-20 Thread Peter West
I tried specifically building rgl from source. The source is available at https://cran.r-project.org/src/contrib/rgl_0.104.16.tar.gz. In R.app console, remove rgl package. > remove.packages(“rgl”) > install.packages(, repos = NULL, type = “source”) It doesn’t find X, so it skips OpenGL;

Re: syntax for "and not"

2021-01-20 Thread Ryan Schmidt
On Jan 20, 2021, at 16:44, Murray Eisenberg wrote: > Given that neither openscad nor kdelibs4 is currently upgrading successfully, > what is the correct syntax to upgrade all other outdated ports? > > I’ve tried each of the following, but in each case it either still tries to > upgrade one

syntax for "and not"

2021-01-20 Thread Murray Eisenberg
Given that neither openscad nor kdelibs4 is currently upgrading successfully, what is the correct syntax to upgrade all other outdated ports? I’ve tried each of the following, but in each case it either still tries to upgrade one of those two exceptions or causes a syntax error: port upgrade

Re: p5.28-dbd-mysql fails to build

2021-01-20 Thread ximon
Thanks Ryan, recompiling perl solved the issue. > On 19 Jan 2021, at 23:12, Ryan Schmidt wrote: > > > > On Jan 19, 2021, at 09:52, ximon wrote: > >> Hi, I have a new install of macports on 11.1 BigSur. mysql8 is installed and >> works, as does the mysql client, perl 5.28 installed also.