- Include standard headers (stdlib.h, string.h, stdio.h) in misc.h to
avoid conflicts with built-in declarations of functions.
- Change CFLAGS= in Makefile to CFLAGS+= to use pkgsrc-provided CFLAGS.
- Include termcap.buildlink3.mk to handle termcap properly.
- Add DESTDIR support, use AUTO_MKDIRS.
- Bump PKGREVISION.
Now I can actually use it! ;)
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
Spiff compares the contents of file1 and file2 and prints a
description of the important differences between the files. White
space is ignored except to separate other objects. Spiff maintains
tolerances below which differences between two floating point numbers
are ignored. Differences in floating point notation (such as 3.4 3.40
and 3.4e01) are treated as unimportant. User specified delimited
strings (i.e. comments) can also be ignored. Inside other user
specified delimited strings (i.e. quoted strings) whitespace can be
significant.
Taken from a hint by Alan Barrett.