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
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://distfiles.macports.org?
Yes. Well, it's not magical, but it is automatic. Wh
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:13AM +1000, raf via macports-users
> > > wrote:
> > >
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 macro names (e.g. ALL_CFLAGS and ALL_LDFLAGS)
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 thanks. I'll fix my Makefile for the upcoming
> 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 soon.
> 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
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
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 M
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
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 t
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
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:
13 matches
Mail list logo