History log of /freebsd-10.1-release/share/zoneinfo/Makefile
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 272461 02-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 271275 08-Sep-2014 emaste

MFC r271047: Avoid ./ in zoneinfo entries in METALOG

Use of "find ." resulted in METALOG entries with an extra ./ -- e.g.,
./usr/share/zoneinfo/./America/Toronto. Avoid this by using globbing
via "find *" instead.

Approved by: re
Sponsored by: DARPA, AFRL


# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 245309 11-Jan-2013 brooks

Use find -exec to install zoneinfo instead of requiring xargs to be an
install tool.

Suggested by: delphij


# 245265 10-Jan-2013 brooks

Rather than using zic to both compile and install zoneinfo files,
generate the files during the build and install them with install(1).
This was the one place in installworld where files (vs links) were
installed by a tool other than install.

Reviewed by: edwin, jilles


# 204300 25-Feb-2010 edwin

Officially speaking, the zoneinfo data files are contributed data.
Therefore treat them as such.


# 203780 11-Feb-2010 nork

Fix a installation issue with $DESTDIR.

Approved by: imp (mentor)


# 198375 22-Oct-2009 edwin

Move comments to the beginning of the line to make it look better.
Thank to ru@ for his noticing of it.

MFC after: 1 week


# 198351 21-Oct-2009 edwin

After the installation of the /usr/share/zoneinfo, run tzsetup if
/var/db/zoneinfo exists.

MFC after: 1 week


# 183865 14-Oct-2008 edwin

update the manual on how to import and MFV new tzdata releases


# 181426 08-Aug-2008 edwin

Replace description on how to do CVS imports on this module with a
description on how to do SVN imports on this module.

Approved by: bde (implicit)


# 172476 08-Oct-2007 edwin

Describe the process of importing new zoneinfo data and updating
it into CVS.

PR: conf/116901
Approved by: re (Ken Smith), grog@ (mentor)


# 149653 30-Aug-2005 wollman

Move "systemv" into OLDTIMEZONES clause; "backward" is a prerequisite.
("systemv" is even more backward than "backward" is!)

Obliquely pointed out by: jhay


# 136709 19-Oct-2004 ru

- Removed the .CURDIR/.OBJDIR magic, it is not necessary here.
- Let the built-in sys.mk rule produce the "yearistype" script.
- Install zone files with mode 444 (now that the -m option of
zic(8) has been fixed).


# 100872 29-Jul-2002 ru

Drop support for COPY, -c has been the default mode of install(1)
for a long time now.

Approved by: bde


# 100313 18-Jul-2002 ru

s/${INSTALL} -c/${INSTALL} ${COPY}/


# 83346 11-Sep-2001 ru

Don't create missing directories; that's the duty of mtree(8).

Don't depend on chown(8) in ${INSTALLTMP}; -u/-g have been
supported since at least RELENG_4_BP.


# 50476 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 23569 09-Mar-1997 bde

Don't use a dot in the chown command. Fixed some minor style bugs.
Building things at install time under ${DESTDIR} was too hard to fix.

Bruce


# 22988 22-Feb-1997 peter

Revert $FreeBSD$ to $Id$


# 21673 14-Jan-1997 jkh

Make the long-awaited change from $Id$ to $FreeBSD$

This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.


# 20015 29-Nov-1996 bde

${COPY} -> -c. ${COPY} should never be used for installing sources since
it might be empty.


# 19994 27-Nov-1996 ache

Add missing ${COPY} to install options, zone.tab


# 19878 19-Nov-1996 wollman

Update to the latest version from the vendor branch. These files are
now identical with the distributed versions, which may cause some
abbreviations to change for people in obscure zones. (The abbreviations
can be changed again if need be.) It also changes the abbreviation
of Central European Time to `CET' from its previous value of `MET'
(a curious German-English hybrid). Finally, we have finally rid
ourselves of those nasty ZONE-DESCR comments, which were a maintenance
nightmare, in favor of the new zone.tab file. We are not using the
distribution's iso3166.tab file because we have our own list.

Obtained from: Arthur David Olson; ftp://elsie.nci.nih.gov


# 16663 24-Jun-1996 jkh

Bring in my changes for removing the pestilent obj links (unless you
really want them) from /usr/src. This is the final version of the
patches, incorporating the feedback I've received from -current.


# 12319 16-Nov-1995 gpalmer

Change the handling of the leapseconds so that if LEAPSECONDS isn't
defined, it doesn't call zic with -L /dev/null, and instead doesn't
use -L at all


# 2748 13-Sep-1994 wollman

Don't build Pacific Presidential Election Time; it has no legal standing,
and results in a bogus link and US/ directory.


# 2747 13-Sep-1994 wollman

New method for installing timezone data files, not nearly as complicated
as the previous one, and better integrated with the build scheme.

Define OLDTIMEZONES to get backward-compatibility links added.
Define LEAPSECONDS if you want leap-second support.


# 2522 06-Sep-1994 ache

Install posix rules as default and leapseconds rules as additional


# 2025 10-Aug-1994 jkh

Bruce Evans is right - this shouldn't touch /etc *at all* and I should
have nuked it, not fixed it. No longer install /etc/localtime.
Reviewed by:
Submitted by:


# 2020 10-Aug-1994 jkh

Add a preventative rm of /etc/localtime in the install rule just in
case it's a link (in which case the subsequent install will fall over).
Submitted by: jkh


# 2019 10-Aug-1994 jkh

Change a .0 to a .5.
Submitted by: jkh


# 1639 30-May-1994 rgrimes

This commit was generated by cvs2svn to compensate for changes in r1638,
which included commits to RCS files with non-trunk default branches.


# 1638 30-May-1994 rgrimes

BSD 4.4 Lite Share Sources