[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-users] [PATCH] Fixes to rules.make for MacPorts Portfile fo
From: |
Ivan Raikov |
Subject: |
Re: [Chicken-users] [PATCH] Fixes to rules.make for MacPorts Portfile for chicken 3.0.0 |
Date: |
Sat, 09 Feb 2008 12:48:38 +0900 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) |
Hello,
I have tested and committed your patch to rules.make, thanks. Would
you like to submit the Portfile patch to the MacPorts bug tracker? I
have submitted an item to the Chicken issue tracker about the tarballs
not available on the main site.
-Ivan
"Frederick Akalin" <address@hidden> writes:
> Hi chicken users,
>
> I managed to get chicken 3.0.0 to build under MacPorts. However, I
> needed to patch rules.make (attached as patch-rules.make.in) as there were
> some
> instances of $(IBINDIR) not preceded by $(DESTDIR). Can someone apply
> the patch?
> I'd also be happy to commit it myself if I had a commit bit.
>
> Also, is there a URL where all the source releases of chicken are available as
> $URL/chicken-$version.tar.gz (i.e., without the date as part of the
> URL)? I notice the old Portfile referenced just
> http://www.call-with-current-continuation.org/ but only
> chicken-2.6.tar.gz is available from there.
>
> I also included the diff of my current Portfile (patch-Portfile.in) in
> case you guys notice anything I missed. I'm pretty sure all the
> issues listed in http://trac.callcc.org/ticket/213 are already fixed,
> though. Also note that you need to put patch-rules.make.in in
> the files/ directory relative to the directory Portfile is in for it
> to work