summaryrefslogtreecommitdiff
path: root/devel/spiff/patches
AgeCommit message (Collapse)AuthorFilesLines
2008-07-09Fix a segfault on NetBSD/amd64 (at least):bjs4-32/+119
- 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! ;)
2007-10-05Made the package work on Solaris, which didn't like redeclarations ofrillig2-4/+35
standard functions: "misc.h", line 42: identifier redeclared: sprintf
2006-06-08Make this package build with gcc-4.minskim2-0/+28
2004-07-04Apply patch by Roland Illig posted to tech-pkg to make this compilejschauma1-2/+2
on Linux.
2001-10-15Initial import of spiff-1.0 into the Packages Collection.agc3-0/+106
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.