pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Bump PKGTOOLS_REQD to 20050204. This version of pk...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c809f2124f8f
branches:  trunk
changeset: 488563:c809f2124f8f
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Feb 04 09:19:41 2005 +0000

description:
Bump PKGTOOLS_REQD to 20050204.  This version of pkg_install passes
the correct information to the +INSTALL and +DEINSTALL scripts to fix
problems with binary packages incorrectly locating the reference counts
database, e.g. /var/db.refcount.

diffstat:

 mk/bsd.pkg.mk          |  4 ++--
 mk/platform/Interix.mk |  3 +--
 2 files changed, 3 insertions(+), 4 deletions(-)

diffs (35 lines):

diff -r 910896ea7dec -r c809f2124f8f mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk     Fri Feb 04 09:10:13 2005 +0000
+++ b/mk/bsd.pkg.mk     Fri Feb 04 09:19:41 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.pkg.mk,v 1.1578 2005/01/28 21:05:59 jlam Exp $
+#      $NetBSD: bsd.pkg.mk,v 1.1579 2005/02/04 09:19:41 jlam Exp $
 #
 # This file is in the public domain.
 #
@@ -852,7 +852,7 @@
 .if defined(_OPSYS_PKGTOOLS_REQD)
 PKGTOOLS_REQD=         ${_OPSYS_PKGTOOLS_REQD}
 .else
-PKGTOOLS_REQD=         20030918
+PKGTOOLS_REQD=         20050204
 .endif
 
 # Check that we are using up-to-date pkg_* tools with this file.
diff -r 910896ea7dec -r c809f2124f8f mk/platform/Interix.mk
--- a/mk/platform/Interix.mk    Fri Feb 04 09:10:13 2005 +0000
+++ b/mk/platform/Interix.mk    Fri Feb 04 09:19:41 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Interix.mk,v 1.23 2005/01/28 21:05:59 jlam Exp $
+# $NetBSD: Interix.mk,v 1.24 2005/02/04 09:19:41 jlam Exp $
 #
 # Variable definitions for the Interix operating system.
 
@@ -161,7 +161,6 @@
 _OPSYS_HAS_OSSAUDIO=   no      # libossaudio is available
 _OPSYS_LIBTOOL_REQD=   1.5.10nb4
 _OPSYS_PERL_REQD=      5.8.3nb1 # base version of perl required
-_OPSYS_PKGTOOLS_REQD=  20040330
 _OPSYS_PTHREAD_AUTO=   no      # -lpthread needed for pthreads
 _OPSYS_SHLIB_TYPE=     ELF     # shared lib type - not exactly true, but near enough
 _PATCH_CAN_BACKUP=     yes     # native patch(1) can make backups



Home | Main Index | Thread Index | Old Index