Mail server install questions

2019-09-07 Thread Gerben Wierda
So, I’m back to my (slow) migration of an existing macOS High Sierra + Server.app Apple-’supported’ mail server to one based on macOS Mojave + Server.app + macports. Server.app is running. DNS is running. Users are in OpenDirectory. Their backup home directories (synced with clients) are availa

please consider installing mpstats

2019-09-07 Thread Ken Cunningham
To help make sure your system continues to be well represented by MacPorts, especially if your system is not one of the latest macOS releases, please consider installing mpstats. It will periodically send an anonymous synopsis of your OS settings and installed ports. The information provided by

Re: Mail server install questions

2019-09-07 Thread Steven Smith
> So, I’m back to my (slow) migration of an existing macOS High Sierra + > Server.app Apple-’supported’ mail server to one based on macOS Mojave + > Server.app + macports. Server.app is running. DNS is running. Users are in > OpenDirectory. Their backup home directories (synced with clients) are

Re: Mail server install questions

2019-09-07 Thread Steven Smith
Also, there’s a port submission of Apple’s Calendar and Contacts Server at https://github.com/macports/macports-ports/pull/4978. This uses mail-server for iMIP along with other MacPorts ports and also works great. Please chime in there with any feedback on the submission or Portfile design.

https://ports.macports.org/port/postfix/summary is broken

2019-09-07 Thread Gerben Wierda
When trying to open the postfix port page, Safari and Firefox both hang. Gerben Wierda Chess and the Art of Enterprise Architecture Mastering ArchiMate Architecture for Real Enterprises

Re: https://ports.macports.org/port/postfix/summary is broken

2019-09-07 Thread Umesh Singla
Thank you for reporting the issue. I checked the console for errors and found a bug. It seems like it tries to load the variant "mariadb10.0" entity from the database but it does not match the regex in its intended URL which is 'ports\\/variant\\/(?P[-a-zA-Z0-9_]+)\\/$'. I'll raise the issue with t

Re: Mail server install questions

2019-09-07 Thread Gerben Wierda
> On 7 Sep 2019, at 19:10, Steven Thomas Smith wrote: > >>> I have a few questions that arose during preparation (mostly because I was >>> unable to find documentation for the port): I was looking at available >>> documentation. There is a mail-server ‘aggregate’, but it wants X11. Why? >>> Ho

Re: Mail server install questions

2019-09-07 Thread Steven Smith
> The list that mail-server wants to install (given that I’ve already installed > postfix, dovecot, and some more because I tried to workaround it) is very > long. > > And it seems to consists of a lot of stuff that is not needed at all for a > mail server. It raises all these questions I don’

Unable to compile OpenBLAS on 10.7

2019-09-07 Thread Riccardo Mottola via macports-users
Hi all! I am doing a thorough complete update of my systems, I read about the compiler changes et. al and see how  my vintage things will perform I started from the newest system 10.7 and 64bit.  It stops at OpenBLAS. /opt/local/bin/clang-mp-5.0 -c -O3 -DMAX_STACK_ALLOC=2048 -DEXPRECISION

Re: Unable to compile OpenBLAS on 10.7

2019-09-07 Thread Chris Jones
You should always check for open tickets. https://ports.macports.org/port/OpenBLAS/tickets See 58832 > On 7 Sep 2019, at 9:48 pm, Riccardo Mottola via macports-users > wrote: > > Hi all! > > > I am doing a thorough complete update of my systems, I read about the > compiler changes et. al

Re: wine and mono

2019-09-07 Thread Ryan Schmidt
On Sep 4, 2019, at 11:06, Mark Brethen wrote: > I get this error message when attempting to run an application in wine: > > 0031:err:mscoree:CLRRuntimeInfo_GetRuntimeHost Wine Mono is not installed > > Will macports mono suffice? Any setup involved inside of wine? The wine ports have include

Re: corrupt PortIndex file

2019-09-07 Thread Ryan Schmidt
On Aug 29, 2019, at 18:54, Bjarne D Mathiesen wrote: > Whenever I do something like this > > #=> port installed name:^clang name:^llvm name:*gcc* name:libcxx > > I get this : > > Warning: It looks like your PortIndex file for > rsync://rsync.macports.org/release/tarballs/ports.tar may be cor

Re: Mail server install questions

2019-09-07 Thread Bill Cole
On 7 Sep 2019, at 7:48, Gerben Wierda wrote: So, I’m back to my (slow) migration of an existing macOS High Sierra + Server.app Apple-’supported’ mail server to one based on macOS Mojave + Server.app + macports. Server.app is running. DNS is running. Users are in OpenDirectory. Their backup hom

dependency on correct openssl?

2019-09-07 Thread Richard L. Hamilton
I see the following: sh-3.2$ port list openssl\* openssl@1.1.1c devel/openssl openssl10 @1.0.2s devel/openssl10 openssl11 @1.1.1c devel/openssl11 sh-3.2$ sh-3.2$ sh-3.2$ port installed openssl\* The followi

Re: dependency on correct openssl?

2019-09-07 Thread Ken Cunningham
Please have a bit of patience. MacPorts did a wholesale move to openssl 1.1.1 yesterday. We scoped out most of the build failures prior, but there are a few that have cropped up. Some of the ones you listed have already been fixed. Best, Ken

Re: dependency on correct openssl?

2019-09-07 Thread Richard L. Hamilton
No big, except how can I check, short of attempting port rev-upgrade on a regular basis, when the fixes are available? I think kdelibs4 is also one that may want the older 1.0.x. > On Sep 8, 2019, at 02:44, Ken Cunningham > wrote: > > Please have a bit of patience. > > MacPorts did a wholes

Re: dependency on correct openssl?

2019-09-07 Thread Ken Cunningham
The stragglers are being tweaked as fast as we find them, eg kdelibs4 You can check the git repo, or use ports.macports.org to see how the build is going, or check the tickets to see if yours has been fixed already. Feel free to open up some tickets if