Subject: Re: make fetch noise
To: Bernd Ernesti <netbsd@lists.veego.de>
From: Roland Illig <rillig@NetBSD.org>
List: pkgsrc-users
Date: 10/09/2007 15:11:47
Bernd Ernesti wrote:
> pkgsrc/multimedia/RealPlayerGold> make fetch
> => Bootstrap dependency digest>=20010302: digest-20070803 found
> => Bootstrap dependency checkperms>=1.1: checkperms-1.9 found
> ver=`file /distfiles/RealPlayerGold-10.0.8.805.20060718/RealPlayer10GOLD.rpm | /usr/bin/sed -e 's;.*Player-;;g' -e 's;-;.;g'` ; if [ "$ver" != "10.0.8.805.20060718" ] ; then echo "It appears that real.com has made a new version ($ver) available so this" ; echo "package will need updating to work correctly. That likely the reason for" ; echo "the checksum failure." ; fi
>
> The distfile is there, so why is this code been printed?
> I first thought there was a problem and it wants to tell me something.
Fixed. This was really annoying and not providing help to anyone.
Roland