summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam>2006-07-18 23:06:41 +0000
committerjlam <jlam>2006-07-18 23:06:41 +0000
commit28788ab6efeb227b781de43b4e4c56cba608fedb (patch)
tree315b97e6900583d49b53ed313c3585f491a36c5d
parentcaedcde931c8eb6813080a2b3d924a50eaf12bdf (diff)
downloadpkgsrc-28788ab6efeb227b781de43b4e4c56cba608fedb.tar.gz
USE_DIGEST is no more.
-rw-r--r--pkgtools/digest/Makefile5
-rw-r--r--pkgtools/pkg_install/Makefile6
-rw-r--r--pkgtools/pkglint/files/deprecated.map5
3 files changed, 8 insertions, 8 deletions
diff --git a/pkgtools/digest/Makefile b/pkgtools/digest/Makefile
index b02bbdc3af7..9e5c1bf85b3 100644
--- a/pkgtools/digest/Makefile
+++ b/pkgtools/digest/Makefile
@@ -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_PKGTOOLS_REQD_CHECK= yes
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 --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile
index 66bf044a118..a230f72c46b 100644
--- a/pkgtools/pkg_install/Makefile
+++ b/pkgtools/pkg_install/Makefile
@@ -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 @@ PKG_PRESERVE= yes
# 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 --git a/pkgtools/pkglint/files/deprecated.map b/pkgtools/pkglint/files/deprecated.map
index 7a620a30023..130e3e9efa2 100644
--- a/pkgtools/pkglint/files/deprecated.map
+++ b/pkgtools/pkglint/files/deprecated.map
@@ -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 @@ _REPLACE_FILES.* Use REPLACE_FILES.* instead.
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.