Date: Wed, 30 Nov 2022 01:51:33 GMT From: Philip Paeps <philip@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 821549a9dfdf - main - OptionalObsoleteFiles.inc: add zoneinfo/America/Ciudad_Juarez Message-ID: <202211300151.2AU1pXNw054481@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by philip: URL: https://cgit.FreeBSD.org/src/commit/?id=821549a9dfdf69f533feb84914b09450cd7311b6 commit 821549a9dfdf69f533feb84914b09450cd7311b6 Author: Philip Paeps <philip@FreeBSD.org> AuthorDate: 2022-11-30 01:47:03 +0000 Commit: Philip Paeps <philip@FreeBSD.org> CommitDate: 2022-11-30 01:50:26 +0000 OptionalObsoleteFiles.inc: add zoneinfo/America/Ciudad_Juarez tzdata 2022g and later split America/Ciudad_Juarez from America/Ojinaga. Ensure this file is removed in builds WITHOUT_ZONEINFO. MFC after: 1 day --- tools/build/mk/OptionalObsoleteFiles.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc index 9a0b9b4bb1b2..0802d4340ef9 100644 --- a/tools/build/mk/OptionalObsoleteFiles.inc +++ b/tools/build/mk/OptionalObsoleteFiles.inc @@ -9829,6 +9829,7 @@ OLD_FILES+=usr/share/zoneinfo/America/Cayenne OLD_FILES+=usr/share/zoneinfo/America/Cayman OLD_FILES+=usr/share/zoneinfo/America/Chicago OLD_FILES+=usr/share/zoneinfo/America/Chihuahua +OLD_FILES+=usr/share/zoneinfo/America/Ciudad_Juarez OLD_FILES+=usr/share/zoneinfo/America/Costa_Rica OLD_FILES+=usr/share/zoneinfo/America/Creston OLD_FILES+=usr/share/zoneinfo/America/Cuiaba
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202211300151.2AU1pXNw054481>