Installed
programs: cmp, diff, diff3,
and sdiff
The Diffutils package contains programs that show the differences between files or directories.
POSIX requires the diff command to treat whitespace characters according to the current locale. The following patch fixes the non-compliance issue:
patch -Np1 -i ../diffutils-2.8.1-i18n-1.patch
Prepare Diffutils for compilation:
./configure --prefix=/usr
Compile the package:
make
This package does not come with a test suite.
Install the package:
make install