Subject: CVS commit: pkgsrc/audio/milkytracker
From: David A. Holland
Date: 2014-01-02 07:45:48
Message id: 20140102064548.21EB396@cvs.netbsd.org

Log Message:
Taking the absolute value of the difference of two things doesn't work
if the difference is unsigned. Do something else instead. (It is
backup logic for the clock going backwards while fading out the splash
screen, so it's not exactly critical.) Caught by the Solaris C++
compiler, which warns if you try to pass an unsigned value to abs().
PKGREVISION++.

Files:
RevisionActionfile
1.6modifypkgsrc/audio/milkytracker/Makefile
1.5modifypkgsrc/audio/milkytracker/distinfo
1.1addpkgsrc/audio/milkytracker/patches/patch-src_tracker_TrackerStartup.cpp