pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools USE_DIGEST is no more.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cefd98bf48a4
branches:  trunk
changeset: 516318:cefd98bf48a4
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Tue Jul 18 23:06:41 2006 +0000

description:
USE_DIGEST is no more.

diffstat:

 pkgtools/digest/Makefile              |  5 ++---
 pkgtools/pkg_install/Makefile         |  6 ++----
 pkgtools/pkglint/files/deprecated.map |  5 ++++-
 3 files changed, 8 insertions(+), 8 deletions(-)

diffs (62 lines):

diff -r a4c1ab66c9b6 -r cefd98bf48a4 pkgtools/digest/Makefile
--- a/pkgtools/digest/Makefile  Tue Jul 18 22:45:17 2006 +0000
+++ b/pkgtools/digest/Makefile  Tue Jul 18 23:06:41 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2006/07/14 16:33:05 jlam Exp $
+# $NetBSD: Makefile,v 1.49 2006/07/18 23:06:41 jlam Exp $
 #
 # When adding new digest algorithms, please use rmd160 as the template,
 # and bump the VERSION definition.
@@ -20,10 +20,9 @@
 NO_CHECKSUM=           yes
 NO_MTREE=              yes
 
-# XXX Remove the following two lines after pkgsrc/bootstrap is up and
+# XXX Remove the following line after pkgsrc/bootstrap is up and
 # XXX running.
 USE_NATIVE_GCC=                yes
-USE_DIGEST=            no
 
 .include "../../mk/bsd.prefs.mk"
 
diff -r a4c1ab66c9b6 -r cefd98bf48a4 pkgtools/pkg_install/Makefile
--- a/pkgtools/pkg_install/Makefile     Tue Jul 18 22:45:17 2006 +0000
+++ b/pkgtools/pkg_install/Makefile     Tue Jul 18 23:06:41 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.127 2006/06/13 13:57:10 jlam Exp $
+# $NetBSD: Makefile,v 1.128 2006/07/18 23:06:41 jlam Exp $
 
 # Notes to package maintainers:
 #
@@ -39,14 +39,12 @@
 # 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.  We also avoid building digest as that would involve
-# using the newer pkg_install tools.
+# pkg_install.
 #
 # We also use the newly built pkg_delete since upgrading from an older
 # pkg_install might required features of the new program.
 #
 USE_NATIVE_GCC=                yes
-USE_DIGEST=            no
 PKG_DELETE=            ${WRKSRC}/delete/pkg_delete
 
 CPPFLAGS+=             -DDEF_UMASK=${DEF_UMASK}
diff -r a4c1ab66c9b6 -r cefd98bf48a4 pkgtools/pkglint/files/deprecated.map
--- a/pkgtools/pkglint/files/deprecated.map     Tue Jul 18 22:45:17 2006 +0000
+++ b/pkgtools/pkglint/files/deprecated.map     Tue Jul 18 23:06:41 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: deprecated.map,v 1.41 2006/07/10 04:18:30 rillig Exp $
+# $NetBSD: deprecated.map,v 1.42 2006/07/18 23:08:30 jlam Exp $
 #
 
 # This file contains names of Makefile variables and a short explanation
@@ -112,3 +112,6 @@
 MESSAGE                        Use MESSAGE_SRC instead.
 INSTALL_FILE           It may only be used internally by pkgsrc.
 DEINSTALL_FILE         It may only be used internally by pkgsrc.
+
+# July 2006
+USE_DIGEST             You can just remove it.



Home | Main Index | Thread Index | Old Index