Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Jul 2011 22:09:56 -0400
From:      Michael Scheidell <scheidell@secnap.net>
To:        Doug Barton <dougb@FreeBSD.org>
Cc:        sunpoet@FreeBSD.org, freebsd-ports@FreeBSD.org
Subject:   Re: www/p5-libwww dependency detection broken in mail/p5-Mail-SpamAssassin
Message-ID:  <4E1BACF4.1020606@secnap.net>
In-Reply-To: <4E1BA1B9.80705@FreeBSD.org>
References:  <4E1BA1B9.80705@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
what I needed to change (minor fix) was this in run_and build_
  p5-HTML-Parser>=3.43

need to change it to 3.46.  needed to use enable internationalization  
in local.cf.
but... I need clarification:

On 7/11/11 9:22 PM, Doug Barton wrote:
> spamassassin has the following for RUN_ and BUILD_:
>
> ${SITE_PERL}/Bundle/LWP.pm:${PORTSDIR}/www/p5-libwww
>
> That path is no longer correct, resulting in a loop. I can fix it here
> if the maintainer agrees, but it should likely be searched for all other
> ports that depend on this module to be sure that it's not broken elsewhere.
>
is it dependent on perl version?  version of libwww? on osver?

md5 `locate LWP.pm`
MD5 (/usr/local/lib/perl5/site_perl/5.10.1/Bundle/LWP.pm) = 
21c6cf50d5b536d8aa5d3b531bd10ccc
MD5 (/usr/local/lib/perl5/site_perl/5.10.1/LWP.pm) = 
12873273dc0990565cbcaa2dd77b8d45

pkg_delete -f p5-libwww\*
  package 'p5-libwww-5.837' is required by these other packages
and may not be deinstalled (but I'll delete it anyway):
p5-HTTP-DAV-0.41
p5-XML-DOM-1.44
jailer# md5 `locate LWP.pm`
md5: /usr/local/lib/perl5/site_perl/5.10.1/Bundle/LWP.pm: No such file 
or directory
md5: /usr/local/lib/perl5/site_perl/5.10.1/LWP.pm: No such file or directory

portinstall -PP p5-libwww
[Updating the pkgdb <format:dbm_hash> in /var/db/pkg ... - 342 packages 
found (-1 +0) (...) done]
[Gathering depends for www/p5-libwww .......... done]
--->  Checking for the latest package of 'www/p5-libwww'
--->  Found a package of 'www/p5-libwww': 
/usr/ports/packages/All/p5-libwww-5.837.tbz (p5-libwww-5.837)
--->  Installing 'p5-libwww-5.837' from a package
--->  Installing the new version via the package
[Updating the pkgdb <format:dbm_hash> in /var/db/pkg ... - 343 packages 
found (-0 +1) . done]
jailer# md5 `locate LWP.pm`
MD5 (/usr/local/lib/perl5/site_perl/5.10.1/Bundle/LWP.pm) = 
21c6cf50d5b536d8aa5d3b531bd10ccc
MD5 (/usr/local/lib/perl5/site_perl/5.10.1/LWP.pm) = 
12873273dc0990565cbcaa2dd77b8d45


> Doug
>
______________________________________________________________________
This email has been scanned and certified safe by SpammerTrap(r). 
For Information please see http://www.secnap.com/products/spammertrap/
______________________________________________________________________  



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4E1BACF4.1020606>