Commit graph

11 commits

Author SHA1 Message Date
bjs
f5a6a01648 Fix a segfault on NetBSD/amd64 (at least):
- 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! ;)
2008-07-09 05:02:06 +00:00
rillig
1cd45fbf5c Made the package work on Solaris, which didn't like redeclarations of
standard functions:

"misc.h", line 42: identifier redeclared: sprintf
2007-10-05 21:13:59 +00:00
minskim
7fc5e51865 Make this package build with gcc-4. 2006-06-08 16:12:48 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
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.
2006-03-04 21:28:51 +00:00
agc
4a3d2f7ce2 Add RMD160 digests. 2005-02-23 22:24:08 +00:00
wiz
6e02d7ee41 Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.
2004-12-03 15:14:50 +00:00
jschauma
3c5fb4ffa5 Apply patch by Roland Illig posted to tech-pkg to make this compile
on Linux.
2004-07-04 16:21:59 +00:00
grant
4083b24390 s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
agc
05a6ddff1a Initial import of spiff-1.0 into the Packages Collection.
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.
2001-10-15 10:12:08 +00:00