summaryrefslogtreecommitdiff
path: root/mk/defs.SunOS.mk
diff options
context:
space:
mode:
authorgrant <grant>2003-04-17 15:33:26 +0000
committergrant <grant>2003-04-17 15:33:26 +0000
commit321d1313983666edf51a05d3c4e96a2b522ac1df (patch)
tree2608f171d11cc9af2c39803b8224132ae8bb831b /mk/defs.SunOS.mk
parente92d521bb4d4f63e2930d1e0e84c3a404317ac4d (diff)
downloadpkgsrc-321d1313983666edf51a05d3c4e96a2b522ac1df.tar.gz
allow defs.*.mk to override PKGTOOLS_REQD, starting with Solaris
requiring 20030417 for recent bug fixes. if platforms require (or desire) a newer version of pkg_install than 20021123 (the current default) for correct operation, please set _OPSYS_PKGTOOLS_REQD in defs.OPSYS.mk.
Diffstat (limited to 'mk/defs.SunOS.mk')
-rw-r--r--mk/defs.SunOS.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/defs.SunOS.mk b/mk/defs.SunOS.mk
index 784bca900c9..de13f2a6f6e 100644
--- a/mk/defs.SunOS.mk
+++ b/mk/defs.SunOS.mk
@@ -1,4 +1,4 @@
-# $NetBSD: defs.SunOS.mk,v 1.60 2003/04/15 05:29:47 grant Exp $
+# $NetBSD: defs.SunOS.mk,v 1.61 2003/04/17 15:33:27 grant Exp $
#
# Variable definitions for the SunOS/Solaris operating system.
@@ -128,6 +128,7 @@ _OPSYS_HAS_JAVA= no # Java is not standard
_OPSYS_HAS_MANZ= no # no MANZ for gzipping of man pages
_OPSYS_HAS_OSSAUDIO= no # libossaudio is available
_OPSYS_PERL_REQD= # no base version of perl required
+_OPSYS_PKGTOOLS_REQD= 20030417 # base version of pkg_install required
_OPSYS_RPATH_NAME= -R # name of symbol in rpath directive to linker
_PATCH_CAN_BACKUP= yes # native patch(1) can make backups
_PATCH_BACKUP_ARG= -V simple -z # switch to patch(1) for backup suffix