pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools Set USE_DIGEST=no to avoid checking and build...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3c79a244f0b6
branches:  trunk
changeset: 470965:3c79a244f0b6
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sat Mar 13 21:00:19 2004 +0000

description:
Set USE_DIGEST=no to avoid checking and building a new digest package.

XXX This line should be removed once pkgsrc/bootstrap is up and running.

diffstat:

 pkgtools/digest/Makefile      |  8 ++++----
 pkgtools/pkg_install/Makefile |  8 +++++---
 2 files changed, 9 insertions(+), 7 deletions(-)

diffs (50 lines):

diff -r 9fd4bc4eaf16 -r 3c79a244f0b6 pkgtools/digest/Makefile
--- a/pkgtools/digest/Makefile  Sat Mar 13 20:58:06 2004 +0000
+++ b/pkgtools/digest/Makefile  Sat Mar 13 21:00:19 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2004/03/13 19:38:26 jlam Exp $
+# $NetBSD: Makefile,v 1.41 2004/03/13 21:00:19 jlam Exp $
 #
 # When adding new digest algorithms, please use rmd160 as the template,
 # and bump the VERSION definition.
@@ -20,10 +20,10 @@
 NO_PKGTOOLS_REQD_CHECK=        # defined
 NO_CHECKSUM=           # defined
 
-# XXX Remove the following line after digest-handling is changed to be
-# XXX done by BUILD_DEPENDS.
-# XXX
+# XXX Remove the following two lines after pkgsrc/bootstrap is up and
+# XXX running.
 USE_NATIVE_GCC=                yes
+USE_DIGEST=            no
 
 .include "../../mk/bsd.prefs.mk"
 
diff -r 9fd4bc4eaf16 -r 3c79a244f0b6 pkgtools/pkg_install/Makefile
--- a/pkgtools/pkg_install/Makefile     Sat Mar 13 20:58:06 2004 +0000
+++ b/pkgtools/pkg_install/Makefile     Sat Mar 13 21:00:19 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.96 2004/03/13 19:12:26 jlam Exp $
+# $NetBSD: Makefile,v 1.97 2004/03/13 21:00:19 jlam Exp $
 
 # Notes to package maintainers:
 #
@@ -33,13 +33,15 @@
 NO_TOOLS=              # defined
 PKG_PRESERVE=          # defined
 
-# This is needed to solve a chicken-and-egg problem where pkgsrc uses
+# These are needed to solve a chicken-and-egg problem where pkgsrc uses
 # newer features of pkg_install, but older NetBSD installations won't
 # support them.  In this case, we explicitly use the native GCC
 # compiler to avoid problems with depending on pkgsrc GCC for building
-# pkg_install.
+# pkg_install.  We also avoid building digest as that would involve
+# using the newer pkg_install tools.
 #
 USE_NATIVE_GCC=                yes
+USE_DIGEST=            no
 
 PLIST_SUBST+=          MANDIR=${MANDIR}
 PLIST_SUBST+=          PKG_TOOLS_BIN=${PKG_TOOLS_BIN}



Home | Main Index | Thread Index | Old Index