tzdata: update to 2013h

This commit is contained in:
Juergen Daubert 2013-10-27 08:50:33 +01:00
parent 2c0f9a639f
commit f6008b6078
4 changed files with 30 additions and 33 deletions

View File

@ -1,6 +1,8 @@
drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/tzselect -rwxr-xr-x root/root usr/bin/tzselect
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libtz.a
drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man3/ drwxr-xr-x root/root usr/man/man3/
-rw-r--r-- root/root usr/man/man3/newctime.3.gz -rw-r--r-- root/root usr/man/man3/newctime.3.gz

View File

@ -1,3 +1,3 @@
3aa477d19959a7e27b9d669406306189 tzcode-makefile.patch e4f125300e7a6bab3823c047e08f5467 tzcode-makefile.patch
cc2a52297310ba1a673dc60973ea3ad8 tzcode2013g.tar.gz 14250703b253e1cfdf97f1e928541508 tzcode2013h.tar.gz
76dbc3b5a81913fc0d824376c44a5d15 tzdata2013g.tar.gz d310abe42cbe87e76ceb69e2c7003c92 tzdata2013h.tar.gz

View File

@ -3,7 +3,7 @@
# Maintainer: CRUX System Team, core-ports at crux dot nu # Maintainer: CRUX System Team, core-ports at crux dot nu
name=tzdata name=tzdata
version=2013g version=2013h
release=1 release=1
source=(ftp://ftp.iana.org/tz/releases/$name$version.tar.gz source=(ftp://ftp.iana.org/tz/releases/$name$version.tar.gz
ftp://ftp.iana.org/tz/releases/tzcode$version.tar.gz ftp://ftp.iana.org/tz/releases/tzcode$version.tar.gz

View File

@ -10,8 +10,8 @@
diff -Nru tzcode.orig/Makefile tzcode/Makefile diff -Nru tzcode.orig/Makefile tzcode/Makefile
--- tzcode.orig/Makefile 2013-09-27 09:43:52.314987908 +0200 --- tzcode.orig/Makefile 2013-10-26 10:09:51.967038953 +0200
+++ tzcode/Makefile 2013-09-27 11:01:46.512438118 +0200 +++ tzcode/Makefile 2013-10-26 10:18:48.328050894 +0200
@@ -45,21 +45,21 @@ @@ -45,21 +45,21 @@
# Everything gets put in subdirectories of. . . # Everything gets put in subdirectories of. . .
@ -37,7 +37,7 @@ diff -Nru tzcode.orig/Makefile tzcode/Makefile
# If you "make INSTALL", the "date" command gets installed in. . . # If you "make INSTALL", the "date" command gets installed in. . .
@@ -294,8 +294,10 @@ @@ -298,8 +298,10 @@
############################################################################### ###############################################################################
@ -48,38 +48,33 @@ diff -Nru tzcode.orig/Makefile tzcode/Makefile
+CC+= -DHAVE_GETTEXT=1 -DTZ_DOMAIN=\"libc\" +CC+= -DHAVE_GETTEXT=1 -DTZ_DOMAIN=\"libc\"
+endif +endif
TZCSRCS= zic.c localtime.c asctime.c scheck.c ialloc.c AR= ar
TZCOBJS= zic.o localtime.o asctime.o scheck.o ialloc.o
@@ -338,14 +340,16 @@
@@ -350,19 +352,18 @@
ALL: all date ALL: all date
-install: all $(DATA) $(REDO) $(DESTDIR)$(TZLIB) $(MANS) install: all $(DATA) $(REDO) $(MANS)
+install: all $(DATA) $(REDO) $(MANS) - mkdir -p $(DESTDIR)$(ETCDIR) $(DESTDIR)$(TZDIR) \
$(ZIC) -y $(YEARISTYPE) \ - $(DESTDIR)$(LIBDIR) \
-d $(DESTDIR)$(TZDIR) -l $(LOCALTIME) -p $(POSIXRULES) + mkdir -p $(DESTDIR)$(SBINDIR) $(DESTDIR)$(TZDIR) \
-rm -f $(DESTDIR)$(TZDIR)/iso3166.tab \ + $(DESTDIR)$(LIBDIR) $(DESTDIR)$(BINDIR) \
$(DESTDIR)$(TZDIR)/zone.tab
cp iso3166.tab zone.tab $(DESTDIR)$(TZDIR)/.
- -mkdir $(DESTDIR)$(TOPDIR) $(DESTDIR)$(ETCDIR)
- cp tzselect zic zdump $(DESTDIR)$(ETCDIR)/.
+ -mkdir $(DESTDIR)$(TOPDIR) $(DESTDIR)$(SBINDIR)
+ cp zic zdump $(DESTDIR)$(SBINDIR)/.
+ -mkdir $(DESTDIR)$(TOPDIR) $(DESTDIR)$(BINDIR)
+ cp tzselect $(DESTDIR)$(BINDIR)/.
-mkdir $(DESTDIR)$(TOPDIR) $(DESTDIR)$(MANDIR) \
$(DESTDIR)$(MANDIR)/man3 $(DESTDIR)$(MANDIR)/man5 \ $(DESTDIR)$(MANDIR)/man3 $(DESTDIR)$(MANDIR)/man5 \
$(DESTDIR)$(MANDIR)/man8 $(DESTDIR)$(MANDIR)/man8
@@ -356,8 +360,6 @@ $(ZIC) -y $(YEARISTYPE) \
$(DESTDIR)$(MANDIR)/man8/zdump.8 \ -d $(DESTDIR)$(TZDIR) -l $(LOCALTIME) -p $(POSIXRULES)
$(DESTDIR)$(MANDIR)/man8/zic.8 cp -f iso3166.tab zone.tab $(DESTDIR)$(TZDIR)/.
cp newctime.3 newtzset.3 $(DESTDIR)$(MANDIR)/man3/. - cp tzselect zic zdump $(DESTDIR)$(ETCDIR)/.
- cp tzfile.5 $(DESTDIR)$(MANDIR)/man5/. + cp zic zdump $(DESTDIR)$(SBINDIR)/.
- cp tzselect.8 zdump.8 zic.8 $(DESTDIR)$(MANDIR)/man8/. + cp tzselect $(DESTDIR)$(BINDIR)/.
cp libtz.a $(DESTDIR)$(LIBDIR)/.
$(RANLIB) $(DESTDIR)$(LIBDIR)/libtz.a
cp -f newctime.3 newtzset.3 $(DESTDIR)$(MANDIR)/man3/.
- cp -f tzfile.5 $(DESTDIR)$(MANDIR)/man5/.
- cp -f tzselect.8 zdump.8 zic.8 $(DESTDIR)$(MANDIR)/man8/.
INSTALL: ALL install date.1 INSTALL: ALL install date.1
-mkdir $(DESTDIR)$(TOPDIR) $(DESTDIR)$(BINDIR) mkdir -p $(DESTDIR)$(BINDIR) $(DESTDIR)$(MANDIR)/man1
@@ -403,19 +405,17 @@ @@ -405,19 +406,17 @@
# You must replace all of $(TZDIR) to switch from not using leap seconds # You must replace all of $(TZDIR) to switch from not using leap seconds
# to using them, or vice versa. # to using them, or vice versa.
right_posix: right_only leapseconds right_posix: right_only leapseconds
@ -104,7 +99,7 @@ diff -Nru tzcode.orig/Makefile tzcode/Makefile
-L leapseconds $(TDATA) -L leapseconds $(TDATA)
zones: $(REDO) zones: $(REDO)
@@ -440,7 +440,7 @@ @@ -440,7 +439,7 @@
<$? >$@ <$? >$@
chmod +x $@ chmod +x $@