Re: Portfile question for 10.6.8

2023-06-06 Thread Ken Cunningham
> 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 thanks. I'll fix my Makefile for the upcoming version >> of rawhide and create the Portfile for that. > > I spoke too

Re: Portfile question for 10.6.8

2023-06-06 Thread Ken Cunningham
> 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 macro names (e.g. ALL_CFLAGS and ALL_LDFLAGS), and just >> add $(CFLAGS) and $(LDFLAGS) from the environment to it, then it

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 in my home

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 thanks. I'll fix my

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

Re: Portfile question for 10.6.8

2023-06-06 Thread Ken Cunningham
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 extra verbosity flags like "-d" it will show you all the ENVVARs and LDFLAGS etc

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. > >

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: