Thu Feb 21 11:19:28 2013 UTC ()
${ID} is not defined here.


(obache)
diff -r1.4 -r1.5 pkgsrc/mk/platform/Cygwin.mk

cvs diff -r1.4 -r1.5 pkgsrc/mk/platform/Cygwin.mk (expand / switch to unified diff)

--- pkgsrc/mk/platform/Cygwin.mk 2013/02/20 13:08:26 1.4
+++ pkgsrc/mk/platform/Cygwin.mk 2013/02/21 11:19:27 1.5
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Cygwin.mk,v 1.4 2013/02/20 13:08:26 obache Exp $ 1# $NetBSD: Cygwin.mk,v 1.5 2013/02/21 11:19:27 obache Exp $
2# 2#
3# Variable definitions for the Windows with Cygwin. 3# Variable definitions for the Windows with Cygwin.
4 4
5### 5###
6### Overrides to standard BSD .mk files 6### Overrides to standard BSD .mk files
7### 7###
8 8
9# "catinstall" not yet supported as there's no shipped [gn]roff 9# "catinstall" not yet supported as there's no shipped [gn]roff
10MANINSTALL= maninstall 10MANINSTALL= maninstall
11MAKE_FLAGS+= MKCATPAGES=no NOLINT=1 11MAKE_FLAGS+= MKCATPAGES=no NOLINT=1
12 12
13### 13###
14### Alternate defaults to global pkgsrc settings, to help avoid 14### Alternate defaults to global pkgsrc settings, to help avoid
@@ -44,29 +44,27 @@ _USER_DEPENDS= user>=20040426:../../sys @@ -44,29 +44,27 @@ _USER_DEPENDS= user>=20040426:../../sys
44 44
45CPP_PRECOMP_FLAGS?= # unset 45CPP_PRECOMP_FLAGS?= # unset
46CONFIG_RPATH_OVERRIDE?= config.rpath */config.rpath */*/config.rpath 46CONFIG_RPATH_OVERRIDE?= config.rpath */config.rpath */*/config.rpath
47DEF_UMASK?= 002 47DEF_UMASK?= 002
48EXPORT_SYMBOLS_LDFLAGS?=-Wl,-E # add symbols to the dynamic symbol table 48EXPORT_SYMBOLS_LDFLAGS?=-Wl,-E # add symbols to the dynamic symbol table
49 49
50MOTIF_TYPE_DEFAULT?= motif # default 2.0 compatible libs type 50MOTIF_TYPE_DEFAULT?= motif # default 2.0 compatible libs type
51NOLOGIN?= /bin/false 51NOLOGIN?= /bin/false
52PKG_TOOLS_BIN?= ${LOCALBASE}/sbin 52PKG_TOOLS_BIN?= ${LOCALBASE}/sbin
53PKGDIRMODE?= 775 53PKGDIRMODE?= 775
54# ROOT_USER might be numeric in the special case of Administrator; canonify it: 54# ROOT_USER might be numeric in the special case of Administrator; canonify it:
55ROOT_CMD?= ${SU} - "$$(${ID} -un ${ROOT_USER})" -c 55ROOT_CMD?= ${SU} - "$$(${ID} -un ${ROOT_USER})" -c
56ROOT_USER?= ${BINOWN} 56ROOT_USER?= ${BINOWN}
57.if !defined(ROOT_GROUP) 57ROOT_GROUP?= ${:!${ID} -g Administrators!}
58ROOT_GROUP!= ${ID} -g Administrators 
59.endif 
60TOUCH_FLAGS?= 58TOUCH_FLAGS?=
61ULIMIT_CMD_datasize?= ulimit -d `ulimit -H -d` 59ULIMIT_CMD_datasize?= ulimit -d `ulimit -H -d`
62ULIMIT_CMD_stacksize?= ulimit -s `ulimit -H -s` 60ULIMIT_CMD_stacksize?= ulimit -s `ulimit -H -s`
63ULIMIT_CMD_memorysize?= ulimit -v `ulimit -H -v` 61ULIMIT_CMD_memorysize?= ulimit -v `ulimit -H -v`
64 62
65_OPSYS_HAS_INET6= yes # IPv6 is standard 63_OPSYS_HAS_INET6= yes # IPv6 is standard
66_OPSYS_HAS_JAVA= no # Java is not standard 64_OPSYS_HAS_JAVA= no # Java is not standard
67_OPSYS_HAS_MANZ= yes # MANZ controls gzipping of man pages 65_OPSYS_HAS_MANZ= yes # MANZ controls gzipping of man pages
68_OPSYS_HAS_OSSAUDIO= no # libossaudio is available 66_OPSYS_HAS_OSSAUDIO= no # libossaudio is available
69_OPSYS_PERL_REQD= 5.8.3nb1 # base version of perl required 67_OPSYS_PERL_REQD= 5.8.3nb1 # base version of perl required
70_OPSYS_PTHREAD_AUTO= no # -lpthread needed for pthreads 68_OPSYS_PTHREAD_AUTO= no # -lpthread needed for pthreads
71_OPSYS_SHLIB_TYPE= PEwin # shared lib type 69_OPSYS_SHLIB_TYPE= PEwin # shared lib type
72_PATCH_CAN_BACKUP= yes # native patch(1) can make backups 70_PATCH_CAN_BACKUP= yes # native patch(1) can make backups