Date: Sun, 15 Feb 2009 20:13:43 -0800 (PST) From: bf <bf2006a@yahoo.com> To: skv@FreeBSD.org, freebsd-ports@FreeBSD.org, freebsd-perl@FreeBSD.org Subject: lang/perl5.8 installation failure Message-ID: <17875.72781.qm@web39105.mail.mud.yahoo.com>
next in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?17875.72781.qm>
