From 4c9687e51616e8bfdf40d69169d25c5f616b8be2 Mon Sep 17 00:00:00 2001 From: joerg Date: Tue, 26 Feb 2008 13:32:00 +0000 Subject: [PATCH] NO_MTREE is the default nowawadays. Do not force use of a native compiler, we don't build digest during bootstrap any longer. Do not skip the pkgtools version check for the same reason. When building this package using DESTDIR, it might actually need the newer tools. --- pkgtools/digest/Makefile | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/pkgtools/digest/Makefile b/pkgtools/digest/Makefile index e0e63586149c..4d8afbd96594 100644 --- a/pkgtools/digest/Makefile +++ b/pkgtools/digest/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 2007/11/11 11:35:49 martti Exp $ +# $NetBSD: Makefile,v 1.56 2008/02/26 13:32:00 joerg Exp $ # # When adding new digest algorithms, please use rmd160 as the template, # and bump the VERSION definition. @@ -16,21 +16,13 @@ COMMENT?= Message digest wrapper utility PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir +NO_CHECKSUM= yes CHECK_PERMS= no GNU_CONFIGURE= yes -NO_PKGTOOLS_REQD_CHECK= yes -NO_MTREE= yes - -# XXX Remove the following line after pkgsrc/bootstrap is up and -# XXX running. -USE_NATIVE_GCC= yes - .include "../../mk/bsd.prefs.mk" -NO_CHECKSUM= yes - VERSION!= ${AWK} -F "'" '/^PACKAGE_VERSION=/ {print $$2}' \ ${FILESDIR}/configure