Author: pebender
Date: Sat Aug 30 06:32:29 2008
New Revision: 3664
Added:
trunk/gar-minimyth/script/net/ntp/files/ntp-4.2.4p5-cross.patch
Removed:
trunk/gar-minimyth/script/net/ntp/files/ntp-4.2.4p4-cross.patch
trunk/gar-minimyth/script/net/ntp/files/ntp-4.2.4p4-sleep.patch
Modified:
trunk/gar-minimyth/html/minimyth/document-changelog.txt
trunk/gar-minimyth/script/net/ntp/Makefile
trunk/gar-minimyth/script/net/ntp/checksums
Log:
- Updated package
net/ntp
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 Sat Aug 30
06:32:29 2008
@@ -89,6 +89,7 @@
Updated lib/dbus.
Updated multimedia/vlc.
Updated multimedia/xine-lib.
+ Updated net/ntp.
Updated system/udev.
Updated utils/busybox.
Updated utils/ed.
Modified: trunk/gar-minimyth/script/net/ntp/Makefile
==============================================================================
--- trunk/gar-minimyth/script/net/ntp/Makefile (original)
+++ trunk/gar-minimyth/script/net/ntp/Makefile Sat Aug 30 06:32:29 2008
@@ -1,9 +1,9 @@
GARNAME = ntp
-GARVERSION = 4.2.4p4
+GARVERSION = 4.2.4p5
CATEGORIES = net
MASTER_SITES =
http://www.eecis.udel.edu/~$(GARNAME)/$(GARNAME)_spool/$(GARNAME)4/$(GARNAME)-4.2/
DISTFILES = $(DISTNAME).tar.gz
-PATCHFILES = $(DISTNAME)-sleep.patch
+PATCHFILES =
ifneq ($(DESTIMG),build)
PATCHFILES += $(DISTNAME)-cross.patch
endif
Modified: trunk/gar-minimyth/script/net/ntp/checksums
==============================================================================
--- trunk/gar-minimyth/script/net/ntp/checksums (original)
+++ trunk/gar-minimyth/script/net/ntp/checksums Sat Aug 30 06:32:29 2008
@@ -1,3 +1,2 @@
-fcb32a01e1ae3f9ed5bac86b12c7a1cc download/ntp-4.2.4p4.tar.gz
-8c9cdb2ca8facea861ea8820c8097269 download/ntp-4.2.4p4-sleep.patch
-cf4a296daa75cff5bdb1c7fb3224a5f1 download/ntp-4.2.4p4-cross.patch
+eb647e07ecbd6e9e07bf8d3dc555490e download/ntp-4.2.4p5.tar.gz
+7d194ab15f0b0ff6237b972851eca1a5 download/ntp-4.2.4p5-cross.patch
Added: trunk/gar-minimyth/script/net/ntp/files/ntp-4.2.4p5-cross.patch
==============================================================================
--- (empty file)
+++ trunk/gar-minimyth/script/net/ntp/files/ntp-4.2.4p5-cross.patch Sat Aug
30 06:32:29 2008
@@ -0,0 +1,24 @@
+diff -Naur ntp-4.2.4p5-old/ntpdc/Makefile.am
ntp-4.2.4p5-new/ntpdc/Makefile.am
+--- ntp-4.2.4p5-old/ntpdc/Makefile.am 2008-08-29 22:01:44.000000000 -0700
++++ ntp-4.2.4p5-new/ntpdc/Makefile.am 2008-08-29 22:02:37.000000000 -0700
+@@ -41,7 +41,7 @@
+ ntpdc-layout.o: nl.c
+
+ layout.here: ntpdc-layout
+- ./ntpdc-layout > $@
++ ntp-ntpdc-layout > $@
+
+ check-layout: ntpdc-layout layout.std layout.here
+ cmp $(srcdir)/layout.std layout.here && echo stamp > $@
+diff -Naur ntp-4.2.4p5-old/ntpdc/Makefile.in
ntp-4.2.4p5-new/ntpdc/Makefile.in
+--- ntp-4.2.4p5-old/ntpdc/Makefile.in 2008-08-29 22:01:44.000000000 -0700
++++ ntp-4.2.4p5-new/ntpdc/Makefile.in 2008-08-29 22:02:37.000000000 -0700
+@@ -616,7 +616,7 @@
+ ntpdc-layout.o: nl.c
+
+ layout.here: ntpdc-layout
+- ./ntpdc-layout > $@
++ ntp-ntpdc-layout > $@
+
+ check-layout: ntpdc-layout layout.std layout.here
+ cmp $(srcdir)/layout.std layout.here && echo stamp > $@
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---