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:48:58 UTC 2025

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

Log Message:
mk: Fix Cygwin DEF_UMASK.

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


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 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.16 pkgsrc/mk/platform/Cygwin.mk:1.17
--- pkgsrc/mk/platform/Cygwin.mk:1.16   Thu Mar 10 16:58:19 2016
+++ pkgsrc/mk/platform/Cygwin.mk        Tue Feb 18 11:48:58 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Cygwin.mk,v 1.16 2016/03/10 16:58:19 jperkin Exp $
+# $NetBSD: Cygwin.mk,v 1.17 2025/02/18 11:48:58 wiz Exp $
 #
 # Variable definitions for the Windows with Cygwin.
 
@@ -21,7 +21,7 @@ _PKG_USER_HOME?=      # empty by default
 _USER_DEPENDS=         user-cygwin>=20130712:../../sysutils/user_cygwin
 
 CPP_PRECOMP_FLAGS?=    # unset
-DEF_UMASK?=            002
+DEF_UMASK?=            0022
 EXPORT_SYMBOLS_LDFLAGS?=-Wl,-E # add symbols to the dynamic symbol table
 
 MOTIF_TYPE_DEFAULT?=   motif   # default 2.0 compatible libs type



Home | Main Index | Thread Index | Old Index