pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/digest NO_MTREE is the default nowawadays.
details: https://anonhg.NetBSD.org/pkgsrc/rev/f8713dc61cca
branches: trunk
changeset: 539059:f8713dc61cca
user: joerg <joerg%pkgsrc.org@localhost>
date: Tue Feb 26 13:32:00 2008 +0000
description:
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.
diffstat:
pkgtools/digest/Makefile | 12 ++----------
1 files changed, 2 insertions(+), 10 deletions(-)
diffs (32 lines):
diff -r b6d0c27491e1 -r f8713dc61cca pkgtools/digest/Makefile
--- a/pkgtools/digest/Makefile Tue Feb 26 13:09:20 2008 +0000
+++ b/pkgtools/digest/Makefile Tue Feb 26 13:32:00 2008 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index