Author: pebender
Date: Wed Jan 21 19:33:00 2009
New Revision: 4304
Added:
trunk/gar-minimyth/script/system/zoneinfo/files/zoneinfo-2009a.patch
Removed:
trunk/gar-minimyth/script/system/zoneinfo/files/zoneinfo-2008i.patch
Modified:
trunk/gar-minimyth/html/minimyth/document-changelog.txt
trunk/gar-minimyth/script/system/zoneinfo/Makefile
trunk/gar-minimyth/script/system/zoneinfo/checksums
Log:
- Updated
system/zoneinfo
Modified: trunk/gar-minimyth/html/minimyth/document-changelog.txt
==============================================================================
--- trunk/gar-minimyth/html/minimyth/document-changelog.txt (original)
+++ trunk/gar-minimyth/html/minimyth/document-changelog.txt Wed Jan 21
19:33:00 2009
@@ -163,6 +163,7 @@
Updated perl/perl-libwww-perl.
Reverted system/lcdproc (breaks imonlcd).
Updated system/lirc.
+ Updated system/zoneinfo.
Updated utils/alsa-utils.
Updated utils/pciutils.
Updated X11/vdpinfo.
Modified: trunk/gar-minimyth/script/system/zoneinfo/Makefile
==============================================================================
--- trunk/gar-minimyth/script/system/zoneinfo/Makefile (original)
+++ trunk/gar-minimyth/script/system/zoneinfo/Makefile Wed Jan 21 19:33:00
2009
@@ -1,8 +1,8 @@
GARNAME = zoneinfo
-GARVERSION = 2008i
+GARVERSION = 2009a
CATEGORIES = system
MASTER_SITES = ftp://elsie.nci.nih.gov/pub/
-DISTFILES = tzcode2008h.tar.gz tzdata$(GARVERSION).tar.gz
+DISTFILES = tzcode2009a.tar.gz tzdata$(GARVERSION).tar.gz
PATCHFILES = $(DISTNAME).patch
LICENSE = Public_Domain
Modified: trunk/gar-minimyth/script/system/zoneinfo/checksums
==============================================================================
--- trunk/gar-minimyth/script/system/zoneinfo/checksums (original)
+++ trunk/gar-minimyth/script/system/zoneinfo/checksums Wed Jan 21 19:33:00
2009
@@ -1,3 +1,3 @@
-2f0fc8b1227bd7289483f64e8a194ed9 download/tzcode2008h.tar.gz
-b659aac215ca5d1ef43c596cfb561252 download/tzdata2008i.tar.gz
-7e2093f82cc6e8da2028e8fa60a3d5a2 download/zoneinfo-2008i.patch
+6a20a58704c779e3006394cf38a1dc0a download/tzcode2009a.tar.gz
+979cb227a83d7fbb954611a4fb5b1949 download/tzdata2009a.tar.gz
+ee5057b043301c2ad4058675aa0faa13 download/zoneinfo-2009a.patch
Added: trunk/gar-minimyth/script/system/zoneinfo/files/zoneinfo-2009a.patch
==============================================================================
--- (empty file)
+++ trunk/gar-minimyth/script/system/zoneinfo/files/zoneinfo-2009a.patch
Wed Jan 21 19:33:00 2009
@@ -0,0 +1,15 @@
+diff -Naur zoneinfo-2009a-old/Makefile zoneinfo-2009a-new/Makefile
+--- zoneinfo-2009a-old/Makefile 2009-01-14 14:35:15.000000000 -0800
++++ zoneinfo-2009a-new/Makefile 2009-01-21 19:26:31.000000000 -0800
+@@ -344,9 +344,8 @@
+
+ $(TZLIB): $(LIBOBJS)
+ -mkdir $(TOPDIR) $(LIBDIR)
+- ar ru $@ $(LIBOBJS)
+- if [ -x /usr/ucb/ranlib -o -x /usr/bin/ranlib ] ; \
+- then ranlib $@ ; fi
++ $(AR) ru $@ $(LIBOBJS)
++ $(RANLIB) $@
+
+ date: $(DATEOBJS)
+ $(CC) $(CFLAGS) date.o localtime.o asctime.o strftime.o \
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---