Subject: pkg/12718: "make makedistinfo" prints incorrect message
To: None <gnats-bugs@gnats.netbsd.org>
From: Matthias Scheler <tron@colwyn.zhadum.de>
List: netbsd-bugs
Date: 04/22/2001 10:11:25
>Number:         12718
>Category:       pkg
>Synopsis:       "make makedistinfo" prints incorrect message
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Apr 22 01:12:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     
>Release:        2001/04/22
>Organization:
Matthias Scheler                                         http://core.de/~tron/
>Environment:
System: NetBSD lyssa.zhadum.de 1.5U NetBSD 1.5U (LYSSA) #0: Sat Apr 21 13:07:54 CEST 2001 tron@lyssa.zhadum.de:/src/sys/compile/LYSSA i386
Architecture: i386
Machine: i386

>Description:
If the "makedistinfo" target is used after only patches were added, removed
or modified it prints out an incorrect message saying the distinfo file
was not changed:

tron@lyssa:/usr/pkgsrc/graphics/ImageMagick>cat distinfo 
$NetBSD: distinfo,v 1.2 2001/04/21 09:54:07 wiz Exp $

SHA1 (ImageMagick-5.2.8.tar.bz2) = 8e173577afe0f0314087c7419397674fd52e0d95
Size (ImageMagick-5.2.8.tar.bz2) = 2302009 bytes
tron@lyssa:/usr/pkgsrc/graphics/ImageMagick>make makedistinfo
===> Validating dependencies for ImageMagick-5.2.8
=> distinfo file unchanged.
tron@lyssa:/usr/pkgsrc/graphics/ImageMagick>cat distinfo
$NetBSD: distinfo,v 1.2 2001/04/21 09:54:07 wiz Exp $

SHA1 (ImageMagick-5.2.8.tar.bz2) = 8e173577afe0f0314087c7419397674fd52e0d95
Size (ImageMagick-5.2.8.tar.bz2) = 2302009 bytes
SHA1 (patch-aa) = 9c2deaa7323e13219a6b8e5b1dd22c211ba087b1
SHA1 (patch-ab) = e87a955bb2e28da426e355f5aa6e5e0677cd6fc3
SHA1 (patch-ac) = 47c01798066affb13707a61b92ca8b140a55cf5c

>How-To-Repeat:
cd pkgsrc/graphics/ImageMagick
grep -v patch distinfo > foobar
mv foobar distinfo
make makedistinfo

>Fix:
None provided.

>Release-Note:
>Audit-Trail:
>Unformatted: