Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 427416 Details for
Bug 576444
sys-libs/timezone-data-2016a bump request
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
updated timezone-data makefile patch
timezone-data-2016a-makefile.patch (text/plain), 2.51 KB, created by
Chris White
on 2016-03-04 14:24:56 UTC
(
hide
)
Description:
updated timezone-data makefile patch
Filename:
MIME Type:
Creator:
Chris White
Created:
2016-03-04 14:24:56 UTC
Size:
2.51 KB
patch
obsolete
> - Fix up default paths > - Support env CC > - Don't build/install libtz.a > - Don't install man-pages provided by sys-apps/man-pages > - Move zic, zdump to sbin and tzselect to bin ala glibc > - Do not run network based unittests > >diff -ru work.orig/Makefile work/Makefile >--- work.orig/Makefile 2016-01-27 07:30:16.000000000 +0000 >+++ work/Makefile 2016-03-04 13:21:26.000000000 +0000 >@@ -44,21 +44,21 @@ > > # Everything gets put in subdirectories of. . . > >-TOPDIR= /usr/local >+TOPDIR= /usr > > # "Compiled" time zone information is placed in the "TZDIR" directory > # (and subdirectories). > # Use an absolute path name for TZDIR unless you're just testing the software. > > TZDIR_BASENAME= zoneinfo >-TZDIR= $(TOPDIR)/etc/$(TZDIR_BASENAME) >+TZDIR= $(TOPDIR)/share/$(TZDIR_BASENAME) > > # Types to try, as an alternative to time_t. int64_t should be first. > TIME_T_ALTERNATIVES= int64_t int32_t uint32_t uint64_t > > # The "tzselect", "zic", and "zdump" commands get installed in. . . > >-ETCDIR= $(TOPDIR)/etc >+SBINDIR= $(TOPDIR)/sbin > > # If you "make INSTALL", the "date" command gets installed in. . . > >@@ -66,7 +66,7 @@ > > # Manual pages go in subdirectories of. . . > >-MANDIR= $(TOPDIR)/man >+MANDIR= $(TOPDIR)/share/man > > # Library functions are put in an archive in LIBDIR. > >@@ -335,8 +335,10 @@ > > #MAKE= make > >-cc= cc >-CC= $(cc) -DTZDIR=\"$(TZDIR)\" >+CPPFLAGS+= -DTZDIR=\"$(TZDIR)\" >+ifeq ($(NLS),1) >+CPPFLAGS+= -DHAVE_GETTEXT=1 -DTZ_DOMAIN=\"libc\" >+endif > > AR= ar > >@@ -387,17 +389,14 @@ > > install: all $(DATA) $(REDO) $(MANS) > mkdir -p $(DESTDIR)$(ETCDIR) $(DESTDIR)$(TZDIR) \ >- $(DESTDIR)$(LIBDIR) \ >+ $(DESTDIR)$(SBINDIR) $(DESTDIR)$(BINDIR) \ > $(DESTDIR)$(MANDIR)/man3 $(DESTDIR)$(MANDIR)/man5 \ > $(DESTDIR)$(MANDIR)/man8 > $(ZIC_INSTALL) -l $(LOCALTIME) -p $(POSIXRULES) > cp -f iso3166.tab $(ZONETABLES) $(DESTDIR)$(TZDIR)/. >- cp tzselect zic zdump $(DESTDIR)$(ETCDIR)/. >- cp libtz.a $(DESTDIR)$(LIBDIR)/. >- $(RANLIB) $(DESTDIR)$(LIBDIR)/libtz.a >+ cp zic zdump $(DESTDIR)$(SBINDIR)/. >+ cp tzselect $(DESTDIR)$(BINDIR)/. > 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 > mkdir -p $(DESTDIR)$(BINDIR) $(DESTDIR)$(MANDIR)/man1 >@@ -492,7 +491,7 @@ > chmod +x $@ > > check: check_character_set check_white_space check_links check_sorted \ >- check_tables check_web >+ check_tables > > check_character_set: $(ENCHILADA) > LC_ALL=en_US.utf8 && export LC_ALL && \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 576444
: 427416