Re: IRC channel

2022-03-07 Thread Mojca Miklavec
On Mon, 7 Mar 2022 at 04:06, Michele Venturi wrote: > > Anyway RocketChat should be fixed as it doesn't work... Aljaž is aware of the problem. He was hoping that the latest upgrade would fix the issue, but apparently it doesn't: https://github.com/RocketChat/Rocket.Chat/issues/24460

Re: IRC channel

2022-03-07 Thread g5pw
We could try a complete reinstall, maybe that fixes the problem? Unfortunately I'm not really versed in Meteor.js or modern JS :/ > On 7 Mar 2022, at 10:25, Mojca Miklavec wrote: > > > Aljaž is aware of the problem. > > He was hoping that the latest upgrade would fix the issue, but >

Re: MacPorts XCode Installation

2022-03-07 Thread Ryan Schmidt
On Mar 7, 2022, at 06:14, Michele Venturi wrote: > Web browsers are even more complicated but > you do not need to install xcode to use safari... But you do need to install Xcode to *compile* Safari. In the same way, you need to install Xcode to *compile* mpv, but you do not need Xcode to

Re: MacPorts XCode Installation

2022-03-07 Thread Michele Venturi
I have the required libraries in /usr/lib/swift too,but MPV is looking for them in /opt/local/lib,so it doesn't find them: otool -l $(which mpv) ... cmd LC_RPATH cmdsize 32 path /opt/local/lib (offset 12) Should we change RPATH or add symbolic links? Michele Venturi about.me/dardo82

Re: MacPorts XCode Installation

2022-03-07 Thread Ryan Schmidt
On Feb 26, 2022, at 12:04, Haren Samarasinghe wrote: > After reading the installation guide [1], quite a few people that I've > introduced MacPorts to have thought that a full XCode installation is > required. They're uncertain of doing this due to the large amount of space it > requires. >

Re: MacPorts XCode Installation

2022-03-07 Thread Michele Venturi
Web browsers are even more complicated but you do not need to install xcode to use safari... Il lun 7 mar 2022, 13:07 Ryan Schmidt ha scritto: > On Mar 7, 2022, at 06:02, Michele Venturi wrote: > > > Sadly xcode is needed even for something as simple as > > a media player, for example mpv, I

Re: MacPorts XCode Installation

2022-03-07 Thread Ryan Schmidt
On Mar 7, 2022, at 08:06, Michele Venturi wrote: > There is no binary of MPV for OSX 10.13.6? It's too old? I see a binary of mpv for macOS 10.13: http://packages.macports.org/mpv/ We produce binaries for Mac OS X 10.6 and later. Only binaries of default variants are produced. If you are

Re: MacPorts XCode Installation

2022-03-07 Thread Ryan Schmidt
On Mar 7, 2022, at 08:34, Michele Venturi wrote: > If I install MPV without Xcode I get an error when I launch it: > > dyld: Library not loaded: @rpath/libswiftAVFoundation.dylib > Referenced from: /opt/local/bin/mpv > Reason: image not found > > It's missing something,have you tried to

Re: MacPorts XCode Installation

2022-03-07 Thread Ryan Schmidt
On Mar 7, 2022, at 06:02, Michele Venturi wrote: > Sadly xcode is needed even for something as simple as > a media player, for example mpv, I wonder why actually. Media players are probably extremely complicated pieces of software. Hardly what I would call simple. In the case of mpv, it

Re: Running a mail server via MacPorts on macOS Monterey

2022-03-07 Thread Steven Smith
As a counterpoint, macOS is configurable with all the BSD flags you need to configure a performant server. Just add these options to /etc/sysctl.conf, which although does not exist in macOS 12, can easily be edited and works across reboots. I just did this myself for a native VPN server using

Re: Running a mail server via MacPorts on macOS Monterey

2022-03-07 Thread Ben Greenfield via macports-users
Thanks for this outline. This has been on my todo list for a couple of years I imagine you are using the host system’s Open Directory directory for authentication. Thanks, Ben > On Mar 4, 2022, at 7:12 PM, Steve Wardle via macports-users > wrote: > > I initially replied to Gerben off

Re: MacPorts XCode Installation

2022-03-07 Thread Michele Venturi
There is no binary of MPV for OSX 10.13.6? It's too old? Il lun 7 mar 2022, 13:41 Ryan Schmidt ha scritto: > On Mar 7, 2022, at 06:14, Michele Venturi wrote: > > > Web browsers are even more complicated but > > you do not need to install xcode to use safari... > > But you do need to install

Re: MacPorts XCode Installation

2022-03-07 Thread Chris Jones
On 07/03/2022 3:31 pm, Michele Venturi wrote: I have the required libraries in /usr/lib/swift too,but MPV is looking for them in /opt/local/lib,so it doesn't find them: otool -l $(which mpv) ... cmd LC_RPATH cmdsize 32 path /opt/local/lib (offset 12) Should we change RPATH or add symbolic

Re: MacPorts XCode Installation

2022-03-07 Thread Michele Venturi
Sadly xcode is needed even for something as simple as a media player, for example mpv, I wonder why actually. Il lun 7 mar 2022, 12:38 Ryan Schmidt ha scritto: > > > On Feb 26, 2022, at 12:04, Haren Samarasinghe wrote: > > > After reading the installation guide [1], quite a few people that

Re: MacPorts XCode Installation

2022-03-07 Thread Michele Venturi
If I install MPV without Xcode I get an error when I launch it: dyld: Library not loaded: @rpath/libswiftAVFoundation.dylib Referenced from: /opt/local/bin/mpv Reason: image not found It's missing something,have you tried to execute it on 10.13?

Re: Running a mail server via MacPorts on macOS Monterey

2022-03-07 Thread Gerben Wierda via macports-users
I don’t, I did not find a way to do OD authentication from dovecot (and postfix relies on dovecot). I’d like to do that, though there is a disadvantage too in my case (solvable). Gerben Wierda (LinkedIn ) R IT Strategy (main site)

Re: MacPorts XCode Installation

2022-03-07 Thread Marius Schamschula
Michele, Please submit a MacPorts ticket! Other users may search trac if they encounter the same issue. We can also link to any upstream tickets from there. > On Mar 7, 2022, at 10:22 AM, Michele Venturi wrote: > > Should I submit a bug report before we even know if it's a MacPorts specific

Re: MacPorts XCode Installation

2022-03-07 Thread Michele Venturi
What should I include in the bug report to make it clear? Il lun 7 mar 2022, 17:25 Marius Schamschula ha scritto: > Michele, > > Please submit a MacPorts ticket! > > Other users may search trac if they encounter the same issue. We can also > link to any upstream tickets from there. > > On Mar

Re: MacPorts XCode Installation

2022-03-07 Thread Michele Venturi
I've filed a new ticket, is it ok? https://trac.macports.org/ticket/64777 Michele Venturi about.me/dardo82

Re: MacPorts XCode Installation

2022-03-07 Thread Michele Venturi
Should I submit a bug report before we even know if it's a MacPorts specific issue? Or how do we find that out? Il lun 7 mar 2022, 16:47 Chris Jones ha scritto: > > > On 07/03/2022 3:31 pm, Michele Venturi wrote: > > I have the required libraries in /usr/lib/swift too,but MPV is looking > > for

Re: MacPorts XCode Installation

2022-03-07 Thread Chris Jones
whatever you think relevant, from the discussion here. If its not clear it can be added to later on so don't worry about including everything at first. But please lets have the discussion in trac rather than here... On 07/03/2022 4:28 pm, Michele Venturi wrote: What should I include in the

Re: Fwd: rsync build failure on mojave

2022-03-07 Thread Dave Horsfall
On Mon, 7 Mar 2022, Ryan Schmidt wrote: > https://trac.macports.org/wiki/BadContent A fine collection of perps :-) I haven't seen any of them though, as I make extensive use of DNSBLs[*], but that's not to everyone's taste. [*] http://www.horsfall.org/spam.html (I don't run HTTPS yet)

Re: MacPorts XCode Installation

2022-03-07 Thread raf
On Tue, Mar 08, 2022 at 01:13:36PM +1100, macpo...@raf.org wrote: > > Il lun 7 mar 2022, 12:38 Ryan Schmidt ha scritto: > > > > > On Feb 26, 2022, at 12:04, Haren Samarasinghe wrote: > > > > > > > After reading the installation guide [1], quite a few people that I've > > > introduced MacPorts

Re: MacPorts XCode Installation

2022-03-07 Thread macports
> Il lun 7 mar 2022, 12:38 Ryan Schmidt ha scritto: > > > On Feb 26, 2022, at 12:04, Haren Samarasinghe wrote: > > > > > After reading the installation guide [1], quite a few people that I've > > introduced MacPorts to have thought that a full XCode installation is > > required. They're

Re: MacPorts XCode Installation

2022-03-07 Thread Michele Venturi
I have made a script to install the right version of Xcode https://gist.github.com/dardo82/1a68666175e84ebfb3d03fc4b75a3609 It requires the xcodes command that can be found here https://github.com/RobotsAndPencils/xcodes Maybe it should be packaged as a new port,it is useful... Accepting the