tzdata: update to 2014g
This commit is contained in:
parent
c1cda39572
commit
39c38fc371
@ -1,3 +1,3 @@
|
||||
9028b992f1d2be7a1a50f93f4d9b9137 tzcode-makefile.patch
|
||||
1e15be52900cd49e93f093d4731fec96 tzcode2014f.tar.gz
|
||||
f333b2e8f876221a97871cae0c188aa5 tzdata2014f.tar.gz
|
||||
4a83b232e465598d8f07fa7938c78990 tzcode-makefile.patch
|
||||
f154679d48b724fe191efc19b55abd24 tzcode2014g.tar.gz
|
||||
f9f59425e55b21d2e52bb3a95fc17b8d tzdata2014g.tar.gz
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Maintainer: CRUX System Team, core-ports at crux dot nu
|
||||
|
||||
name=tzdata
|
||||
version=2014f
|
||||
version=2014g
|
||||
release=1
|
||||
source=(http://www.iana.org/time-zones/repository/releases/$name$version.tar.gz
|
||||
http://www.iana.org/time-zones/repository/releases/tzcode$version.tar.gz
|
||||
|
@ -10,8 +10,8 @@
|
||||
|
||||
|
||||
diff -Nru tzcode.orig/Makefile tzcode/Makefile
|
||||
--- tzcode.orig/Makefile 2014-08-11 10:16:52.358988157 +0200
|
||||
+++ tzcode/Makefile 2014-08-11 10:29:05.974725907 +0200
|
||||
--- tzcode.orig/Makefile 2014-08-31 09:30:13.303203534 +0200
|
||||
+++ tzcode/Makefile 2014-08-31 09:31:17.377582561 +0200
|
||||
@@ -44,21 +44,21 @@
|
||||
|
||||
# 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. . .
|
||||
|
||||
@@ -309,8 +309,10 @@
|
||||
@@ -321,8 +321,10 @@
|
||||
|
||||
###############################################################################
|
||||
|
||||
@ -50,7 +50,7 @@ diff -Nru tzcode.orig/Makefile tzcode/Makefile
|
||||
|
||||
AR= ar
|
||||
|
||||
@@ -359,19 +361,18 @@
|
||||
@@ -372,19 +374,18 @@
|
||||
ALL: all date
|
||||
|
||||
install: all $(DATA) $(REDO) $(MANS)
|
||||
@ -74,7 +74,7 @@ diff -Nru tzcode.orig/Makefile tzcode/Makefile
|
||||
|
||||
INSTALL: ALL install date.1
|
||||
mkdir -p $(DESTDIR)$(BINDIR) $(DESTDIR)$(MANDIR)/man1
|
||||
@@ -414,19 +415,17 @@
|
||||
@@ -427,19 +428,17 @@
|
||||
# You must replace all of $(TZDIR) to switch from not using leap seconds
|
||||
# to using them, or vice versa.
|
||||
right_posix: right_only leapseconds
|
||||
@ -98,13 +98,13 @@ diff -Nru tzcode.orig/Makefile tzcode/Makefile
|
||||
+ $(ZIC) -y $(YEARISTYPE) -d $(DESTDIR)$(TZDIR)/right \
|
||||
-L leapseconds $(TDATA)
|
||||
|
||||
zones: $(REDO)
|
||||
@@ -449,7 +448,7 @@
|
||||
posix_packrat: posix_only backzone
|
||||
@@ -467,7 +466,7 @@
|
||||
<$? >$@
|
||||
chmod +x $@
|
||||
|
||||
-check: check_character_set check_tables check_web
|
||||
+check: check_character_set check_tables
|
||||
-check: check_character_set check_white_space check_tables check_web
|
||||
+check: check_character_set check_white_space check_tables
|
||||
|
||||
check_character_set: $(ENCHILADA)
|
||||
LC_ALL=en_US.utf8 && export LC_ALL && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user