Help, broken port, /usr/ports/sysutils/userneu

Oliver Eikemeier eikemeier at fillmore-labs.com
Mon Nov 3 13:08:54 PST 2003


Andreas Fehlner wrote:
> Hello
> 
> Yesterday, I got an e-mail that my port (/usr/ports/sysutils/userneu)
> fails to build on the bento cluster.
> 
> But I don't understand why the port it doesn't  work.
> 
> There has already been a problem with the Perl-Module "Digest-MD5".
> 
> But then I thought that the dependency on p5-Digest-MD5  was fixed. 
> 
> The line
> ${SITE_PERL}/mach/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5/
> 
> was changed into
> 
> ${SITE_PERL}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5/
> 
> --------------------------------------------------------------------------------
> Freshports tells:
> 
> Revision 1.2 / (download) - annotate - [select for diffs], Sun Oct 19
> 21:38:11 2003 UTC (2 weeks ago) by edwin
> Branch: MAIN
> Changes since 1.1: +1 -1 lines
> Diff to previous 1.1 (colored)
> 
> fix the dependency on p5-Digest-MD5
> 
> Noticed by:
> bento
> ---------------------------------------------------------------------------------
> 
> But now it fails again and I don't know what is wrong now.

I suppose your RUN_DEPENDS should read:

RUN_DEPENDS=    \
    ${SITE_PERL}/Crypt/PasswdMD5.pm:${PORTSDIR}/security/p5-Crypt-PasswdMD5 \
    ${SITE_PERL}/Crypt/RandPasswd.pm:${PORTSDIR}/security/p5-Crypt-RandPasswd \
    ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5



More information about the freebsd-ports mailing list