diff options
author | jlam <jlam> | 2005-02-04 09:19:41 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-02-04 09:19:41 +0000 |
commit | b95a94de53241517b16e8725e02464cde015042b (patch) | |
tree | b47f34b46139d4bad4a0d04600bbec1a9a0dd787 /mk | |
parent | 4f0c76e45fa20c172bb4ace823aa2e5c4e55673b (diff) | |
download | pkgsrc-b95a94de53241517b16e8725e02464cde015042b.tar.gz |
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 (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.mk | 4 | ||||
-rw-r--r-- | mk/platform/Interix.mk | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index 5f07aabdb10..3eb2089342a 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -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 @@ uptodate-digest: .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 --git a/mk/platform/Interix.mk b/mk/platform/Interix.mk index 939ec32600f..dfddf71a4d1 100644 --- a/mk/platform/Interix.mk +++ b/mk/platform/Interix.mk @@ -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_MANZ= yes # MANZ controls gzipping of man pages _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 |