Tue Nov 30 09:39:50 2021 UTC ()
mk: Remove reference to LOWER_OS_VERSION.


(jperkin)
diff -r1.55 -r1.56 pkgsrc/mk/plist/plist.mk

cvs diff -r1.55 -r1.56 pkgsrc/mk/plist/plist.mk (expand / switch to unified diff)

--- pkgsrc/mk/plist/plist.mk 2020/06/10 16:06:09 1.55
+++ pkgsrc/mk/plist/plist.mk 2021/11/30 09:39:50 1.56
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: plist.mk,v 1.55 2020/06/10 16:06:09 leot Exp $ 1# $NetBSD: plist.mk,v 1.56 2021/11/30 09:39:50 jperkin Exp $
2# 2#
3# This Makefile fragment handles the creation of PLISTs for use by 3# This Makefile fragment handles the creation of PLISTs for use by
4# pkg_create(8). 4# pkg_create(8).
5# 5#
6# The following variables affect the PLIST generation: 6# The following variables affect the PLIST generation:
7# 7#
8# PLIST_TYPE specifies whether the generated PLIST is derived 8# PLIST_TYPE specifies whether the generated PLIST is derived
9# automatically from the installed files, or if the PLIST entries 9# automatically from the installed files, or if the PLIST entries
10# are listed in files. Valid values are "dynamic" and "static", 10# are listed in files. Valid values are "dynamic" and "static",
11# and the default value is "static". 11# and the default value is "static".
12# 12#
13# PLIST_VARS is the list of names corresponding to automatic variables 13# PLIST_VARS is the list of names corresponding to automatic variables
14# generated by plist.mk to simplify having conditionally-present 14# generated by plist.mk to simplify having conditionally-present
@@ -149,27 +149,26 @@ _PLIST_AWK_ENV+= ${PLIST_AWK_ENV} @@ -149,27 +149,26 @@ _PLIST_AWK_ENV+= ${PLIST_AWK_ENV}
149# The other direction of generating the package's PLIST file from the list 149# The other direction of generating the package's PLIST file from the list
150# of actually installed files is covered by EARLY_PRINT_PLIST_AWK and 150# of actually installed files is covered by EARLY_PRINT_PLIST_AWK and
151# PRINT_PLIST_AWK. This is only needed when developing the package itself, 151# PRINT_PLIST_AWK. This is only needed when developing the package itself,
152# for example after an update. 152# for example after an update.
153# 153#
154PLIST_SUBST+= OPSYS=${OPSYS:Q} \ 154PLIST_SUBST+= OPSYS=${OPSYS:Q} \
155 OS_VERSION=${OS_VERSION:Q} \ 155 OS_VERSION=${OS_VERSION:Q} \
156 MACHINE_ARCH=${MACHINE_ARCH:Q} \ 156 MACHINE_ARCH=${MACHINE_ARCH:Q} \
157 MACHINE_GNU_ARCH=${MACHINE_GNU_ARCH:Q} \ 157 MACHINE_GNU_ARCH=${MACHINE_GNU_ARCH:Q} \
158 MACHINE_GNU_PLATFORM=${MACHINE_GNU_PLATFORM:Q} \ 158 MACHINE_GNU_PLATFORM=${MACHINE_GNU_PLATFORM:Q} \
159 LN=${LN:Q} \ 159 LN=${LN:Q} \
160 LOWER_VENDOR=${LOWER_VENDOR:Q} \ 160 LOWER_VENDOR=${LOWER_VENDOR:Q} \
161 LOWER_OPSYS=${LOWER_OPSYS:Q} \ 161 LOWER_OPSYS=${LOWER_OPSYS:Q} \
162 LOWER_OS_VERSION=${LOWER_OS_VERSION:Q} \ 
163 PKGBASE=${PKGBASE:Q} \ 162 PKGBASE=${PKGBASE:Q} \
164 PKGNAME=${PKGNAME_NOREV:Q} \ 163 PKGNAME=${PKGNAME_NOREV:Q} \
165 PKGLOCALEDIR=${PKGLOCALEDIR:Q} \ 164 PKGLOCALEDIR=${PKGLOCALEDIR:Q} \
166 PKGVERSION=${PKGVERSION:C/nb[0-9]*$//:Q} \ 165 PKGVERSION=${PKGVERSION:C/nb[0-9]*$//:Q} \
167 LOCALBASE=${LOCALBASE:Q} \ 166 LOCALBASE=${LOCALBASE:Q} \
168 VIEWBASE=${VIEWBASE:Q} \ 167 VIEWBASE=${VIEWBASE:Q} \
169 X11BASE=${X11BASE:Q} \ 168 X11BASE=${X11BASE:Q} \
170 CHGRP=${CHGRP:Q} \ 169 CHGRP=${CHGRP:Q} \
171 CHMOD=${CHMOD:Q} \ 170 CHMOD=${CHMOD:Q} \
172 CHOWN=${CHOWN:Q} \ 171 CHOWN=${CHOWN:Q} \
173 MKDIR=${MKDIR:Q} \ 172 MKDIR=${MKDIR:Q} \
174 RMDIR=${RMDIR:Q} \ 173 RMDIR=${RMDIR:Q} \
175 RM=${RM:Q} \ 174 RM=${RM:Q} \