From owner-freebsd-ports@FreeBSD.ORG Mon Nov 3 13:08:53 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECAEA16A4CE for ; Mon, 3 Nov 2003 13:08:53 -0800 (PST) Received: from mx2.fillmore-labs.com (lima.fillmore-labs.com [62.138.193.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFC1A43F75 for ; Mon, 3 Nov 2003 13:08:50 -0800 (PST) (envelope-from eikemeier@fillmore-labs.com) Received: from pd951ae40.dip.t-dialin.net ([217.81.174.64] helo=fillmore-labs.com ident=iccs7at1t5n7eyzz) by mx2.fillmore-labs.com with asmtp (TLSv1:AES256-SHA:256) (Exim 4.24; FreeBSD 4.9) id 1AGlwP-0007VR-Fl; Mon, 03 Nov 2003 22:08:49 +0100 Message-ID: <3FA6C3E0.700@fillmore-labs.com> Date: Mon, 03 Nov 2003 22:08:48 +0100 From: Oliver Eikemeier MIME-Version: 1.0 To: Andreas Fehlner References: <29553.1067876286@www20.gmx.net> In-Reply-To: <29553.1067876286@www20.gmx.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-Sender: eikemeier@fillmore-labs.com User-Agent: KMail/1.5.9 Organization: Fillmore Labs GmbH X-Complaints-To: abuse@fillmore-labs.com cc: ports@freebsd.org Subject: Re: Help, broken port, /usr/ports/sysutils/userneu X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Nov 2003 21:08:54 -0000 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