lang/perl5.8 installation failure

bf bf2006a at yahoo.com
Sun Feb 15 20:13:45 PST 2009


It seems that the latest changes to the lang/perl5.8 port (resulting
in CVS revision 1.100 of the Makefile, in response to PR ports/131434:
lang/perl5.8: suid fails) have broken the install target.

I had to change lines 145 and 146 from:

BSDPAN_VERSION=        ${PORTVERSION}_1
BSDPAN_WRKSRC= ${WRKDIR}/BSDPAN-${PORTVERSION}

to:

BSDPAN_VERSION=        ${PKGVERSION}
BSDPAN_WRKSRC= ${WRKDIR}/BSDPAN-${BSDPAN_VERSION}

which I'm not sure is what was intended, but it works for me on
8-CURRENT i386.  Someone more familiar with the port should take a look
and sort out the mess.

Regards,
          b.


      


More information about the freebsd-ports mailing list