6.51. Patch-2.5.9

The Patch package contains a program for modifying or creating files by applying a “patch” file typically created by the diff program.

6.51.1. Installation of Patch

Apply this patch to add the use of the mkstemp(3) function:

patch -Np1 -i ../patch-2.5.9-mkstemp-1.patch

Prepare Patch for compilation.

./configure --prefix=/usr

Compile the package:

make

This package does not come with a test suite.

Install the package:

make install

6.51.2. Contents of Patch

Installed program: patch

Short Descriptions

patch

Modifies files according to a patch file. A patch file is normally a difference listing created with the diff program. By applying these differences to the original files, patch creates the patched versions.