Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 03 Nov 2003 22:08:48 +0100
From:      Oliver Eikemeier <eikemeier@fillmore-labs.com>
To:        Andreas Fehlner <a.fehlner@gmx.de>
Cc:        ports@freebsd.org
Subject:   Re: Help, broken port, /usr/ports/sysutils/userneu
Message-ID:  <3FA6C3E0.700@fillmore-labs.com>
In-Reply-To: <29553.1067876286@www20.gmx.net>
References:  <29553.1067876286@www20.gmx.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3FA6C3E0.700>