pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk/platform



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Oct 28 22:29:47 UTC 2023

Modified Files:
        pkgsrc/mk/platform: Darwin.mk

Log Message:
mk: For now, disable mktools on (extremely old) Darwin, which lacks
getline.


To generate a diff of this commit:
cvs rdiff -u -r1.131 -r1.132 pkgsrc/mk/platform/Darwin.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mk/platform/Darwin.mk
diff -u pkgsrc/mk/platform/Darwin.mk:1.131 pkgsrc/mk/platform/Darwin.mk:1.132
--- pkgsrc/mk/platform/Darwin.mk:1.131  Thu Aug 10 16:45:28 2023
+++ pkgsrc/mk/platform/Darwin.mk        Sat Oct 28 22:29:47 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Darwin.mk,v 1.131 2023/08/10 16:45:28 jperkin Exp $
+# $NetBSD: Darwin.mk,v 1.132 2023/10/28 22:29:47 nia Exp $
 #
 # Variable definitions for the Darwin operating system.
 
@@ -195,7 +195,6 @@ _OPSYS_PREFER.mit-krb5?=    native
 _OPSYS_PREFER.openssl?=                pkgsrc  # builtin deprecated from 10.7 onwards
 
 _OPSYS_SUPPORTS_CWRAPPERS=     yes
-_OPSYS_SUPPORTS_MKTOOLS=       yes
 
 _OPSYS_CAN_CHECK_SHLIBS=       yes # check shared libraries using otool(1)
 
@@ -241,4 +240,7 @@ CONFIGURE_ENV+=             gl_cv_func_getcwd_abort
 # strnlen(3) and getline(3) are available from Lion onwards
 .if ${OPSYS_VERSION} < 100700
 _OPSYS_MISSING_FEATURES+=      strnlen getline
+_OPSYS_SUPPORTS_MKTOOLS=       no
+.else
+_OPSYS_SUPPORTS_MKTOOLS=       yes
 .endif



Home | Main Index | Thread Index | Old Index