diff options
author | tron <tron@pkgsrc.org> | 2001-03-10 15:55:14 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-03-10 15:55:14 +0000 |
commit | 02b9a46f56ba20537a38eb217046b73b3472f28b (patch) | |
tree | a79317d5eebf924dcfc8d03085ce6f6d61ecf9fa /pkgtools/digest/files | |
parent | 9990264d87012d48e12b92280c0accdc937cf33a (diff) | |
download | pkgsrc-02b9a46f56ba20537a38eb217046b73b3472f28b.tar.gz |
Remove unnecessary bootstrap kludge to make patches work for this package.
Because the source are included we can simply update them.
Diffstat (limited to 'pkgtools/digest/files')
-rw-r--r-- | pkgtools/digest/files/Makefile | 6 | ||||
-rw-r--r-- | pkgtools/digest/files/patch-sum | 4 | ||||
-rw-r--r-- | pkgtools/digest/files/sha1hl.c | 5 |
3 files changed, 8 insertions, 7 deletions
diff --git a/pkgtools/digest/files/Makefile b/pkgtools/digest/files/Makefile index 9ae431156c0..f602dc4d8ef 100644 --- a/pkgtools/digest/files/Makefile +++ b/pkgtools/digest/files/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/03/06 11:21:04 agc Exp $ +# $NetBSD: Makefile,v 1.2 2001/03/10 15:55:14 tron Exp $ # When adding new digest algorithms, please use rmd160 as the template, # and bump the version definition in the package Makefile @@ -28,6 +28,10 @@ CPPFLAGS+= -DHAVE_SYS_ENDIAN_H_ CPPFLAGS+= -DHAVE_MACHINE_ENDIAN_H_ .endif +.if (${OPSYS} == SunOS) +NOMAN= YES +.else LDSTATIC?= -static +.endif .include <bsd.prog.mk> diff --git a/pkgtools/digest/files/patch-sum b/pkgtools/digest/files/patch-sum deleted file mode 100644 index d6f13d1fc0e..00000000000 --- a/pkgtools/digest/files/patch-sum +++ /dev/null @@ -1,4 +0,0 @@ -$NetBSD: patch-sum,v 1.3 2001/03/10 15:23:55 tron Exp $ - -MD5 (patch-aa) = 7d90e181eaff2e552dcfe0371f109de1 -MD5 (patch-ab) = 6005b2f7ee7f14e6490c1422f066dcba diff --git a/pkgtools/digest/files/sha1hl.c b/pkgtools/digest/files/sha1hl.c index 49fe0295633..401ba524295 100644 --- a/pkgtools/digest/files/sha1hl.c +++ b/pkgtools/digest/files/sha1hl.c @@ -1,4 +1,4 @@ -/* $NetBSD: sha1hl.c,v 1.1.1.1 2001/03/06 11:21:05 agc Exp $ */ +/* $NetBSD: sha1hl.c,v 1.2 2001/03/10 15:55:14 tron Exp $ */ /* sha1hl.c * ---------------------------------------------------------------------------- @@ -12,6 +12,7 @@ /* #include "namespace.h" */ #include <sys/cdefs.h> +#include <sys/fcntl.h> #include <sys/file.h> #include <sys/types.h> #include <sys/uio.h> @@ -24,7 +25,7 @@ #include <unistd.h> #if defined(LIBC_SCCS) && !defined(lint) -__RCSID("$NetBSD: sha1hl.c,v 1.1.1.1 2001/03/06 11:21:05 agc Exp $"); +__RCSID("$NetBSD: sha1hl.c,v 1.2 2001/03/10 15:55:14 tron Exp $"); #endif /* LIBC_SCCS and not lint */ #ifndef _DIAGASSERT |