Re: ports.tar corrupt?

2022-10-16 Thread raf via macports-users
On Mon, Oct 17, 2022 at 11:27:39AM +1100, Joshua Root wrote: > Dave Horsfall wrote: > > > I don't know what it is with MacPorts and me, but here's the latest > > problem; when doing my weekly "port upgrade outdated" I get: > > > > Warning: Port cairo not found: > > Warning: It looks l

Re: lftp always crashes on "exit"?

2022-12-01 Thread raf via macports-users
On Thu, Dec 01, 2022 at 09:24:01AM -0700, Smith via macports-users wrote: > Hi there, > > Anybody else a user of lftp? If so, does it SIGSEGV every time you exit the > program? Crash report below. > > Smith I haven't used it in a while, but if I just start it and quit immediately, it doesn't

Re: Request for support

2023-03-12 Thread raf via macports-users
On Sun, Mar 12, 2023 at 10:35:48PM +0100, Sarah Zinsmeister wrote: > Dear Macports-User, > > I am unfortunately as other than an IT expert, so because I > actually thought this was a program to back up websites, I > installed Macports. If I have understood that rudimentary somehow, > Macports w

Re: [gvim: vim variant?]

2023-03-24 Thread raf via macports-users
On Fri, Mar 24, 2023 at 05:12:33PM +, Maxim Abalenkov wrote: > Dear all, > > How are you? I hope all is well with you. I need your help please. I > mostly work in the terminal and use vim as my text editor. But > occasionally I need a text editor with a graphical user interface. I > have he

Re: [gvim: vim variant?]

2023-03-25 Thread raf via macports-users
On Sat, Mar 25, 2023 at 12:36:05AM -0400, "Richard L. Hamilton" wrote: > As an aside, perhaps the best example of using X resources to good > effect to allow a user to adjust a program's behavior and appearance > might be the xephem program (there's a port for that!), which uses > Motif, and has

Re: [gvim: vim variant?]

2023-03-26 Thread raf via macports-users
On Sun, Mar 26, 2023 at 10:12:00AM +1000, Peter West wrote: > Has MacVim been mentioned? Yes, I mentioned in my first response. cheers, raf

Portfile question for 10.6.8

2023-06-06 Thread raf via macports-users
Hi, I'm writing a Portfile, and I have two macOS systems to test it on: 10.6.8 and 10.14.6. Both have macports-2.8.1. I'm having trouble getting it working on macos-10.6.8. It doesn't know where to download the tarball from. This is the Portfile (minus blank lines): # -*- coding: utf-8; mode:

Re: Portfile question for 10.6.8

2023-06-06 Thread raf via macports-users
On Tue, Jun 06, 2023 at 11:52:26PM +1000, raf wrote: > Hi, I'm writing a Portfile, and I have two macOS > systems to test it on: 10.6.8 and 10.14.6. Both have > macports-2.8.1. > > I'm having trouble getting it working on macos-10.6.8. > It doesn't know where to download the tarball from. > > T

Re: Portfile question for 10.6.8

2023-06-06 Thread raf via macports-users
On Tue, Jun 06, 2023 at 08:46:56AM -0700, Ken Cunningham wrote: > it looks like the legacy support library is not being included in the link. > > This is common when only scripts are used, as there are many flags that might > not be considered. > > If you run the build on 10.6 using some extr

Re: Portfile question for 10.6.8

2023-06-06 Thread raf via macports-users
On Wed, Jun 07, 2023 at 11:09:13AM +1000, raf via macports-users wrote: > So if I use different macro names (e.g. ALL_CFLAGS and ALL_LDFLAGS), and just > add $(CFLAGS) and $(LDFLAGS) from the environment to it, then it should work. > I'll try that. > > Yay! It worked. Many

Re: Portfile question for 10.6.8

2023-06-06 Thread raf via macports-users
On Wed, Jun 07, 2023 at 11:09:13AM +1000, raf via macports-users wrote: > Yay! It worked. Many thanks. I'll fix my Makefile for the upcoming version > of rawhide and create the Portfile for that. I spoke too soon. The compilation worked, but when I ran the program to list everything

Re: Portfile question for 10.6.8

2023-06-06 Thread raf via macports-users
On Tue, Jun 06, 2023 at 06:49:35PM -0700, Ken Cunningham wrote: > > On Jun 6, 2023, at 6:28 PM, raf via macports-users > > wrote: > > > > On Wed, Jun 07, 2023 at 11:09:13AM +1000, raf via macports-users > > wrote: > > > >> Yay! It worked. Many

Re: Portfile question for 10.6.8

2023-06-07 Thread raf via macports-users
On Tue, Jun 06, 2023 at 06:45:58PM -0700, Ken Cunningham wrote: > > On Jun 6, 2023, at 6:16 PM, raf via macports-users > > wrote: > > > > On Wed, Jun 07, 2023 at 11:09:13AM +1000, raf via macports-users > > wrote: > > > >> So if I use different

Re: Portfile question for 10.6.8

2023-06-08 Thread raf via macports-users
On Wed, Jun 07, 2023 at 04:59:11PM +1000, raf wrote: > On Tue, Jun 06, 2023 at 06:49:35PM -0700, Ken Cunningham > wrote: > > > > On Jun 6, 2023, at 6:28 PM, raf via macports-users > > > wrote: > > > > > > On Wed, Jun 07, 2023 at 11:09:13A

syslog()

2023-06-11 Thread raf via macports-users
Hi, I have a program that needs a syslog-compatible logging system (i.e. C's openlog(), syslog(), and closelog() functions, or Python's syslog module need to work). I have macos-10.14. If I do « logger -p auth.info 'Hi there' », I'd expect "Hi there" to appear in /var/log/system.log (or maybe some

Re: syslog()

2023-06-12 Thread raf via macports-users
On Mon, Jun 12, 2023 at 12:51:33AM -0400, "Daniel J. Luke" wrote: > On Jun 12, 2023, at 12:39 AM, raf via macports-users > wrote: > > Does anyone known where auth.* logs end up? Or if they don't end up > > anywhere, is there a way to make them go somewhere? &g

Re: best Xcode version for Mojave?

2023-06-14 Thread raf via macports-users
On Mon, Jun 12, 2023 at 10:25:47PM -0400, "Richard L. Hamilton" wrote: > "On macOS 10.14, iTerm2 @3.4.19 requires Xcode 11.0 or later but you have > Xcode 10.3." > > 11.3.1 is the newest Xcode for Mojave. > > Is there any known downside to Xcode 11.3.1 on Mojave rather than the > 10.3 I have

master_sites and codeberg.org

2023-06-14 Thread raf via macports-users
Hi, I have a Portfile question. I have the (possibly incorrect) impression that values in the list of ${master_sites} need to be URLs to a directory that can have a filename appended to it to download the distfile. Is that correct? Or can it be the URL to the distfile itself? I'm asking because

Re: master_sites and codeberg.org

2023-06-14 Thread raf via macports-users
On Wed, Jun 14, 2023 at 02:06:34PM -0600, Dave Allured - NOAA Affiliate via macports-users wrote: > On Wed, Jun 14, 2023 at 2:58 AM raf via macports-users > wrote: > > > Hi, > > > > I have a Portfile question. > > > > I have the (possibly incorrect) im

Re: Portfile question for 10.6.8

2023-06-15 Thread raf via macports-users
On Thu, Jun 15, 2023 at 07:00:57PM -0500, Ryan Schmidt wrote: > On Jun 6, 2023, at 20:16, raf wrote: > > > That still leaves the question of how 10.6.8 hosts can download distfiles > > from a non-https site (when https sites won't support TLS 1.0). Do distfiles > > magically end up on http://di

p5-* perl module ports question

2023-06-20 Thread raf via macports-users
Hi. All of the p5-* perl module ports have: perl5.branches 5.28 5.30 5.32 5.34 Why is that? There's a perl5.36 port, and there are perl5.16-perl5.26 ports. I'm curious. I was expecting to see a branch for all available versions of perl5. cheers, raf

Re: p5-* perl module ports question

2023-06-20 Thread raf via macports-users
On Tue, Jun 20, 2023 at 09:58:08AM -0400, Bill Cole wrote: > On 2023-06-20 at 03:11:46 UTC-0400 (Tue, 20 Jun 2023 17:11:46 +1000) > raf via macports-users > is rumored to have said: > > > Hi. All of the p5-* perl module ports have: > > > > perl5.bra

Re: Macports Terminal

2023-07-20 Thread raf via macports-users
On Thu, Jul 20, 2023 at 02:14:52PM -0400, Andrew Udvare wrote: > On Thu, 20 Jul 2023, 13:50 herbert.sager via macports-users, < > macports-users@lists.macports.org> wrote: > > > Hi > > Sorry I don’t even know the simplest. > > MacBook Pro Ventura 13.4.1 > > Successfully installed macports > >

Re: zef, the package manager for Rakudo, needs to be installed as part of the port

2023-11-24 Thread raf via macports-users
On Thu, Nov 23, 2023 at 08:20:24PM -0800, Kenneth Wolcott wrote: > Hi; > > zef, the package manager for Rakudo, needs to be installed as part of the port > > Zef, the Rakudo package manager, really needs to be part of the Rakudo > port. Just like Ruby needs the Gem, Nim needs Nimble, Perl nee

Re: zef, the package manager for Rakudo, needs to be installed as part of the port

2023-11-24 Thread raf via macports-users
On Fri, Nov 24, 2023 at 09:11:52AM -0800, Kenneth Wolcott wrote: > Hi raf; > > Thanks for your reply. Perhaps a note could be placed in the rakudo > port stating that zef can be obtained separately and the instructions > for installing it? Then others, who are new to Rakudo via MacPorts > li

Help with zef Portfile

2023-11-24 Thread raf via macports-users
Hi, I'm writing a Portfile for raku's module manager, zef (port named raku-zef), and I'm getting a destroot error I don't understand. The test part looks like this: test.runyes test.cmd"${prefix}/bin/rakudo" -I"${worksrcpath}" bin/zef test "${worksrcpath}" test.target And it work

Re: Help with zef Portfile

2023-11-26 Thread raf via macports-users
On Sun, Nov 26, 2023 at 02:07:39AM +1100, Joshua Root wrote: > raf wrote: > > > The destroot part looks like this: > > > >destroot { > >"${prefix}/bin/rakudo" -I"${worksrcpath}" bin/zef \ > >--to="inst#${destroot}${prefix}/share/perl6/site" \ > >install "${wo

Re: Help with zef Portfile

2023-11-26 Thread raf via macports-users
On Sat, Nov 25, 2023 at 05:45:35PM +0100, Rainer Müller wrote: > On 25.11.23 16:07, Joshua Root wrote: > > The default destroot phase builds a string to pass to 'system' by > > combining destroot.cmd, destroot.args, etc. In this case, it might be > > easiest to use those for the rakudo command,

Re: Help with zef Portfile

2023-11-26 Thread raf via macports-users
On Mon, Nov 27, 2023 at 06:08:00AM +1100, Joshua Root wrote: > raf wrote: > > > I tried just putting "system" before the command but it didn't work. > > I couldn't find the documentation for tcl's system, > > System isn't a standard Tcl thing, it's provided by MacPorts. It's closely > analogous

Re: How to wean myself away from Python 3.9? and then Python3.10?

2024-01-01 Thread raf via macports-users
On Sat, Dec 30, 2023 at 06:38:15PM -0800, Kenneth Wolcott wrote: > Hi; > > How to wean myself away from Python 3.9? and then Python3.10? > > There's so much that I don't understand about MacPorts. > > Should I uninstall everything that depends on Python 3.9 and then > Python 3.9 and then re-i

Re: ld: can't write output file for architecture ppc

2024-03-17 Thread raf via macports-users
On Sun, Mar 17, 2024 at 02:50:37PM +0100, Riccardo Mottola via macports-users wrote: > Hi Andreas, > > > Andreas Falkenhahn wrote: > > ld: can't write output file for architecture ppc > > > > gcc-mp-6 itself apparently is still working. I have compared the object > > files generated b

Re: Any alternative strategies to limit the proliferation of perl and python packages?

2024-08-26 Thread raf via macports-users
On Mon, Aug 26, 2024 at 01:19:32PM +0200, "René J.V. Bertin" wrote: > Hi, > > This is one of those periods where I notice that "damn, I should > update my Perl5 and/or Python interpreters, but then I'll also have to > reinstall a whole bunch of modules for them and figure out which old > ones I

Re: [dc desk calculator]

2021-07-12 Thread raf via macports-users
On Mon, Jul 12, 2021 at 06:06:47PM +0300, Maxim Abalenkov wrote: > Dear all, > > How are you? I hope all is well with you. Would you please tell me, if the dc > (desk calculator) is available via MacPorts: > > https://en.wikipedia.org/wiki/Dc_%28computer_program%29 >

Re: [dc desk calculator]

2021-07-13 Thread raf via macports-users
On Mon, Jul 12, 2021 at 08:04:19PM -0400, "Richard L. Hamilton" wrote: > > On Jul 12, 2021, at 19:27, raf via macports-users > > wrote: > > > > On Mon, Jul 12, 2021 at 06:06:47PM +0300, Maxim Abalenkov > > wrote: > > > >> Dear a

Re: MacPorts on Tiger

2025-03-30 Thread raf via macports-users
On Sun, Mar 30, 2025 at 08:36:02AM +, Mick wrote: > On Sat, Mar 29, 2025 at 04:47:14PM -0700, contextnerror wrote: > > Support for Tiger was dropped in the intervening months. > > > > https://github.com/macports/macports-base/commit/fe87793b8e5bb4a05bc432a3c3b17b3fb870b0c7 > > > Sad to hear

Re: Tidying up Python

2025-07-14 Thread raf via macports-users
Please ignore this. It's only python-related, not macports-related. On Mon, Jul 14, 2025 at 09:34:09AM +0200, Bjarne D Mathiesen via macports-users wrote: > Den 13.07.2025 kl. 17.12 skrev Bill Cole: > > On 2025-07-11 at 20:14:29 UTC-0400 (Sat, 12 Jul 2025 10:14:29 +1000) > &

Re: Tidying up Python

2025-07-11 Thread raf via macports-users
On Fri, Jul 11, 2025 at 11:04:21AM +0200, Bjarne D Mathiesen via macports-users wrote: > Den 11.07.2025 kl. 10.38 skrev Ryan Carsten Schmidt: > > > >> On Jul 11, 2025, at 03:27, Bjarne D Mathiesen wrote: > >> > >> port select --set python python313 > >> port select --set python3 python313 > >