diff options
| author | Natanael Copa <ncopa@alpinelinux.org> | 2014-10-02 08:54:34 +0000 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-10-02 08:54:40 +0000 |
| commit | 9d5fcef7cd33bb97274c7b1363425e36d524892a (patch) | |
| tree | dfaf6c975f4a2f512f047cf2769120175cfc8d5b /main/tzdata/Makefile.patch | |
| parent | 89ce76718e726ee2753efa7df957eb8324bedfbe (diff) | |
| download | aports-9d5fcef7cd33bb97274c7b1363425e36d524892a.tar.bz2 aports-9d5fcef7cd33bb97274c7b1363425e36d524892a.tar.xz | |
main/tzdata: upgrade to 2014h
Diffstat (limited to 'main/tzdata/Makefile.patch')
| -rw-r--r-- | main/tzdata/Makefile.patch | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/main/tzdata/Makefile.patch b/main/tzdata/Makefile.patch index 49693efac8..98bb6f2998 100644 --- a/main/tzdata/Makefile.patch +++ b/main/tzdata/Makefile.patch @@ -1,6 +1,6 @@ ---- ./Makefile.orig 2013-10-25 22:34:35.000000000 +0000 -+++ ./Makefile 2013-10-29 07:15:04.554083434 +0000 -@@ -45,21 +45,21 @@ +--- ./Makefile.orig ++++ ./Makefile +@@ -44,21 +44,21 @@ # Everything gets put in subdirectories of. . . @@ -25,7 +25,7 @@ # If you "make INSTALL", the "date" command gets installed in. . . -@@ -67,7 +67,7 @@ +@@ -66,7 +66,7 @@ # Manual pages go in subdirectories of. . . @@ -34,7 +34,7 @@ # Library functions are put in an archive in LIBDIR. -@@ -298,8 +298,10 @@ +@@ -321,8 +321,10 @@ ############################################################################### @@ -47,7 +47,7 @@ AR= ar -@@ -352,12 +354,14 @@ +@@ -374,12 +376,14 @@ install: all $(DATA) $(REDO) $(MANS) mkdir -p $(DESTDIR)$(ETCDIR) $(DESTDIR)$(TZDIR) \ $(DESTDIR)$(LIBDIR) \ @@ -56,14 +56,14 @@ $(DESTDIR)$(MANDIR)/man8 $(ZIC) -y $(YEARISTYPE) \ -d $(DESTDIR)$(TZDIR) -l $(LOCALTIME) -p $(POSIXRULES) - cp -f iso3166.tab zone.tab $(DESTDIR)$(TZDIR)/. + cp -f iso3166.tab $(ZONETABLES) $(DESTDIR)$(TZDIR)/. - cp tzselect zic zdump $(DESTDIR)$(ETCDIR)/. + cp zic zdump $(DESTDIR)$(SBINDIR)/. + cp tzselect $(DESTDIR)$(BINDIR)/. cp libtz.a $(DESTDIR)$(LIBDIR)/. $(RANLIB) $(DESTDIR)$(LIBDIR)/libtz.a cp -f newctime.3 newtzset.3 $(DESTDIR)$(MANDIR)/man3/. -@@ -406,18 +410,18 @@ +@@ -428,18 +432,18 @@ # to using them, or vice versa. right_posix: right_only leapseconds rm -fr $(DESTDIR)$(TZDIR)-leaps @@ -87,13 +87,13 @@ + $(ZIC) -y $(YEARISTYPE) -d $(DESTDIR)$(TZDIR)/right \ -L leapseconds $(TDATA) - zones: $(REDO) -@@ -440,7 +444,7 @@ - <$? >$@ + posix_packrat: posix_only backzone +@@ -468,7 +472,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_sorted \ +- check_tables check_web ++ check_tables check_character_set: $(ENCHILADA) - sharp='#'; ! grep -n $(INVALID_CHAR) $(ENCHILADA) + LC_ALL=en_US.utf8 && export LC_ALL && \ |
