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:   wiz
Date:           Tue Feb 18 11:51:22 UTC 2025

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

Log Message:
mk: Cygwin supports cwrappers.

>From Jonathan Perkin <jperkin%smartos.org@localhost>
via drecklypkg commit $e68bdd86ee9702b7fa2e819deb7b3dbdced18e2a


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/mk/platform/Cygwin.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/Cygwin.mk
diff -u pkgsrc/mk/platform/Cygwin.mk:1.17 pkgsrc/mk/platform/Cygwin.mk:1.18
--- pkgsrc/mk/platform/Cygwin.mk:1.17   Tue Feb 18 11:48:58 2025
+++ pkgsrc/mk/platform/Cygwin.mk        Tue Feb 18 11:51:22 2025
@@ -1,11 +1,7 @@
-# $NetBSD: Cygwin.mk,v 1.17 2025/02/18 11:48:58 wiz Exp $
+# $NetBSD: Cygwin.mk,v 1.18 2025/02/18 11:51:22 wiz Exp $
 #
 # Variable definitions for the Windows with Cygwin.
 
-###
-### Platform definitions common to pkgsrc/mk/platform/*.mk
-###
-
 CPP?=          /bin/cpp
 ECHO_N?=       ${ECHO} -n
 IMAKE_MAKE?=   ${GMAKE}                # program which gets invoked by imake
@@ -44,6 +40,8 @@ _OPSYS_SYSTEM_RPATH?=         # /usr/bin
 _OPSYS_LIB_DIRS?=              /lib /usr/lib
 _OPSYS_INCLUDE_DIRS?=          /usr/include
 
+_OPSYS_SUPPORTS_CWRAPPERS=     yes
+
 _OPSYS_EXE_SUFFIX=     .exe    # executables may have suffix
 _OPSYS_HAS_INET6=      yes     # IPv6 is standard
 _OPSYS_HAS_JAVA=       no      # Java is not standard
@@ -72,4 +70,3 @@ _OPSYS_MAX_CMDLEN_CMD=        ${ECHO} 262144
 .if !empty(OS_VARIANT:MCYGWIN_NT-[6-9].*)
 _OPSYS_REQUIRE_UAC_MANIFEST=   yes
 .endif
-



Home | Main Index | Thread Index | Old Index