summaryrefslogtreecommitdiff
path: root/pkgtools/digest/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-08-29 13:43:11 +0000
committerjoerg <joerg@pkgsrc.org>2006-08-29 13:43:11 +0000
commit49de1e68abd3f90afef76fb726b651884cf51f9f (patch)
tree767a8d59f5b307dd001f48c8e8619a2e3a4bd6ef /pkgtools/digest/Makefile
parentf8e03ef5e3cac920c9a9a8d2a97bf909368f17d8 (diff)
downloadpkgsrc-49de1e68abd3f90afef76fb726b651884cf51f9f.tar.gz
Revert libncompat usage and kill the use of snprintf in whirlpool and
tiger instead. Also kill bogus NULL pointer handling in both algorithms: passing null pointers as buffers (when len != 0) or context is a serious programming error and should result in a segfault. Bump version to 20060826. OK agc@
Diffstat (limited to 'pkgtools/digest/Makefile')
-rw-r--r--pkgtools/digest/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/pkgtools/digest/Makefile b/pkgtools/digest/Makefile
index 49b1c7418b5..9093779469d 100644
--- a/pkgtools/digest/Makefile
+++ b/pkgtools/digest/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2006/08/26 15:39:07 schwarz Exp $
+# $NetBSD: Makefile,v 1.51 2006/08/29 13:43:11 joerg Exp $
#
# When adding new digest algorithms, please use rmd160 as the template,
# and bump the VERSION definition.
@@ -40,8 +40,4 @@ do-test:
@cd ${WRKSRC} && ${SETENV} DIGESTDIR=${WRKSRC} ${SH} ./regress.sh
@${ECHO} "All tests completed"
-.if !empty(LOWER_OPSYS:Mirix5*)
-# digest uses snprintf()
-. include "../../pkgtools/libnbcompat/buildlink3.mk"
-.endif
.include "../../mk/bsd.pkg.mk"