Hi all,
there was an error in the last parrot version concerning the parrot config so it
was not possible to compile pugs against parrot. Here is what I changed.
- version bump to parrot-0.2.3
- include patches from the current parrot-svn tree to fix the error mentioned
above (https://rt.perl.org/rt3/Ticket/Display.html?id=36812)
- include a new patch to compile mod_parrot against parrot-0.2.3
(https://rt.perl.org/rt3/Ticket/Display.html?id=36818)
- I also fixed a bug in my ebuild. As prefix for Configure I was using "${D}" -
but parrot is using this prefix to find absolut paths to files to include so I
changed it to: "/usr/lib/${P}". Please have a look at it and tell me if
something is wrong with that.
New versions of pugs and mod_parrot will follow.