On Sun, Jan 27, 2013 at 04:06:51PM -0500, Brian Callahan wrote:
> On 1/27/2013 4:04 PM, Stuart Henderson wrote:
> >On 2013/01/27 15:48, Brian Callahan wrote:
> >>>>>>Tested OK on amd64 and powerpc. For some reason, port-lib-depends-check
> >>>>>>gives different output between the two archs. I went with the WANTLIB
> >>>>>>that satisfied powerpc, because powerpc wanted some extra libs that are
> >>>>>>system libs
> >
> >which libs?
>
> GL, Xxf86vm, drm, stdc++
>
> >
> >>Fixup tarball attached. Includes some other fixes mentioned by landry.
> >
> >${WRKINST}/${LOCALBASE}/lib/python2.7/site-packages/keybinder/_keybinder.{a,la}
> >
> >- don't hardcode the Python version number here, you probably want something
> >like ${WRKINST}${MODPY_SITEPKG}/keybinder/_keybinder.{a,la}
> >or just @comment them in the plist instead.
> >
oh and ${WRKINST}/${LOCALBASE} should be ${PREFIX} in post-install. or
use sthen@'s version :p
Landry