summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-02-04 09:19:41 +0000
committerjlam <jlam@pkgsrc.org>2005-02-04 09:19:41 +0000
commit2ab02f1dddf046922ca1261121a7b3bf4cec36d7 (patch)
treeb47f34b46139d4bad4a0d04600bbec1a9a0dd787 /mk
parentcb184155ea5af10df48c35273b3651920d9be8a7 (diff)
downloadpkgsrc-2ab02f1dddf046922ca1261121a7b3bf4cec36d7.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.mk4
-rw-r--r--mk/platform/Interix.mk3
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