Revision: 5922
Author: pebender
Date: Thu Dec 10 06:35:57 2009
Log: - Updated package net/ntp.


http://code.google.com/p/minimyth/source/detail?r=5922

Added:
  /trunk/gar-minimyth/script/net/ntp/files/ntp-4.2.4p8-cross.patch
  /trunk/gar-minimyth/script/net/ntp/files/ntp-4.2.4p8-dist_man_MAN.patch
  /trunk/gar-minimyth/script/net/ntp/files/ntp-4.2.4p8-glibc_2.10.patch
Deleted:
  /trunk/gar-minimyth/script/net/ntp/files/ntp-4.2.4p7-cross.patch
  /trunk/gar-minimyth/script/net/ntp/files/ntp-4.2.4p7-glibc_2.10.patch
Modified:
  /trunk/gar-minimyth/html/minimyth/document-changelog.txt
  /trunk/gar-minimyth/script/net/ntp/Makefile
  /trunk/gar-minimyth/script/net/ntp/checksums

=======================================
--- /dev/null
+++ /trunk/gar-minimyth/script/net/ntp/files/ntp-4.2.4p8-cross.patch    Thu  
Dec 10 06:35:57 2009
@@ -0,0 +1,24 @@
+diff -Naur ntp-4.2.4p8-old/ntpdc/Makefile.am  
ntp-4.2.4p8-new/ntpdc/Makefile.am
+--- ntp-4.2.4p8-old/ntpdc/Makefile.am  2009-12-10 05:31:42.000000000 -0800
++++ ntp-4.2.4p8-new/ntpdc/Makefile.am  2009-12-10 05:32:36.000000000 -0800
+@@ -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.4p8-old/ntpdc/Makefile.in  
ntp-4.2.4p8-new/ntpdc/Makefile.in
+--- ntp-4.2.4p8-old/ntpdc/Makefile.in  2009-12-10 05:31:42.000000000 -0800
++++ ntp-4.2.4p8-new/ntpdc/Makefile.in  2009-12-10 05:32:36.000000000 -0800
+@@ -686,7 +686,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 > $@
=======================================
--- /dev/null
+++ /trunk/gar-minimyth/script/net/ntp/files/ntp-4.2.4p8-dist_man_MAN.patch     
 
Thu Dec 10 06:35:57 2009
@@ -0,0 +1,11 @@
+diff -Naur ntp-4.2.4p8-old/sntp/Makefile.am  
ntp-4.2.4p8-new/sntp/Makefile.am
+--- ntp-4.2.4p8-old/sntp/Makefile.am   2008-08-10 04:02:42.000000000 -0700
++++ ntp-4.2.4p8-new/sntp/Makefile.am   2009-12-10 06:09:52.000000000 -0800
+@@ -42,7 +42,6 @@
+               autogen-version.def version.def
+ BUILT_SOURCES=        check-autogen-version.def check-version.def     \
+               sntp-opts.c sntp-opts.h sntp.1 sntp-opts.texi sntp-opts.menu
+-man_MANS=     sntp.1
+
+
+ FRC:
=======================================
--- /dev/null
+++ /trunk/gar-minimyth/script/net/ntp/files/ntp-4.2.4p8-glibc_2.10.patch       
 
Thu Dec 10 06:35:57 2009
@@ -0,0 +1,18 @@
+diff -Naur ntp-4.2.4p8-old/include/ntp_syscall.h  
ntp-4.2.4p8-new/include/ntp_syscall.h
+--- ntp-4.2.4p8-old/include/ntp_syscall.h      2004-02-24 21:57:56.000000000  
-0800
++++ ntp-4.2.4p8-new/include/ntp_syscall.h      2009-12-10 05:31:50.000000000  
-0800
+@@ -14,6 +14,14 @@
+ # include <sys/timex.h>
+ #endif
+
++#if defined(ADJ_NANO) && !defined(MOD_NANO)
++#define MOD_NANO ADJ_NANO
++#endif
++
++#if defined(ADJ_TAI) && !defined(MOD_TAI)
++#define MOD_TAI ADJ_TAI
++#endif
++
+ #ifndef NTP_SYSCALLS_LIBC
+ #ifdef NTP_SYSCALLS_STD
+ # define ntp_adjtime(t)               syscall(SYS_ntp_adjtime, (t))
=======================================
--- /trunk/gar-minimyth/script/net/ntp/files/ntp-4.2.4p7-cross.patch    Mon  
May 18 15:03:08 2009
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -Naur ntp-4.2.4p7-old/ntpdc/Makefile.am  
ntp-4.2.4p7-new/ntpdc/Makefile.am
---- ntp-4.2.4p7-old/ntpdc/Makefile.am  2008-03-22 04:03:23.000000000 -0700
-+++ ntp-4.2.4p7-new/ntpdc/Makefile.am  2009-05-18 15:00:57.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.4p7-old/ntpdc/Makefile.in  
ntp-4.2.4p7-new/ntpdc/Makefile.in
---- ntp-4.2.4p7-old/ntpdc/Makefile.in  2009-05-18 01:43:55.000000000 -0700
-+++ ntp-4.2.4p7-new/ntpdc/Makefile.in  2009-05-18 15:00:57.000000000 -0700
-@@ -608,7 +608,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 > $@
=======================================
--- /trunk/gar-minimyth/script/net/ntp/files/ntp-4.2.4p7-glibc_2.10.patch       
 
Tue Jun 23 05:55:55 2009
+++ /dev/null
@@ -1,18 +0,0 @@
-diff -Naur ntp-4.2.4p7-old/include/ntp_syscall.h  
ntp-4.2.4p7-new/include/ntp_syscall.h
---- ntp-4.2.4p7-old/include/ntp_syscall.h      2004-02-24 21:57:56.000000000  
-0800
-+++ ntp-4.2.4p7-new/include/ntp_syscall.h      2009-06-23 05:40:00.000000000  
-0700
-@@ -14,6 +14,14 @@
- # include <sys/timex.h>
- #endif
-
-+#if defined(ADJ_NANO) && !defined(MOD_NANO)
-+#define MOD_NANO ADJ_NANO
-+#endif
-+
-+#if defined(ADJ_TAI) && !defined(MOD_TAI)
-+#define MOD_TAI ADJ_TAI
-+#endif
-+
- #ifndef NTP_SYSCALLS_LIBC
- #ifdef NTP_SYSCALLS_STD
- # define ntp_adjtime(t)               syscall(SYS_ntp_adjtime, (t))
=======================================
--- /trunk/gar-minimyth/html/minimyth/document-changelog.txt    Thu Dec 10  
06:35:01 2009
+++ /trunk/gar-minimyth/html/minimyth/document-changelog.txt    Thu Dec 10  
06:35:57 2009
@@ -123,6 +123,7 @@
      Updated myth-0.22/myththemes-blue-abstract-wide.
      Updated myth-trunk/myththemes-blue-abstract-wide.
      Updated net/lighttpd.
+    Updated net/ntp.
      Updated perl/perl-Date-Manip.
      Updated perl/perl-libwww-perl.
      Updated perl/perl-URI.
=======================================
--- /trunk/gar-minimyth/script/net/ntp/Makefile Tue Jun 23 05:55:55 2009
+++ /trunk/gar-minimyth/script/net/ntp/Makefile Thu Dec 10 06:35:57 2009
@@ -1,9 +1,9 @@
  GARNAME = ntp
-GARVERSION = 4.2.4p7
+GARVERSION = 4.2.4p8
  CATEGORIES = net
  MASTER_SITES =  
http://www.eecis.udel.edu/~$(GARNAME)/$(GARNAME)_spool/$(GARNAME)4/$(GARNAME)-4.2/
  DISTFILES = $(DISTNAME).tar.gz
-PATCHFILES  = $(DISTNAME)-glibc_2.10.patch
+PATCHFILES  = $(DISTNAME)-glibc_2.10.patch $(DISTNAME)-dist_man_MAN.patch
  ifneq ($(DESTIMG),build)
  PATCHFILES += $(DISTNAME)-cross.patch
  endif
@@ -36,6 +36,7 @@
  include ../../gar.mk

  pre-configure:
+       @cd $(WORKSRC) ; autoreconf --verbose --install --force
        @$(call FIX_LIBTOOL,$(WORKSRC),configure)
        @$(MAKECOOKIE)

=======================================
--- /trunk/gar-minimyth/script/net/ntp/checksums        Tue Jun 23 05:55:55 2009
+++ /trunk/gar-minimyth/script/net/ntp/checksums        Thu Dec 10 06:35:57 2009
@@ -1,3 +1,4 @@
-8c19ff62ed4f7d64f8e2aa59cb11f364  download/ntp-4.2.4p7.tar.gz
-6335524252f030468a06b670f1434c7e  download/ntp-4.2.4p7-glibc_2.10.patch
-84d326d14d1b93fe5ec764f181ce45f7  download/ntp-4.2.4p7-cross.patch
+fe137056e7e611798a46971a783567ce  download/ntp-4.2.4p8.tar.gz
+cccdfecbf4eff9972224426bd64178a9  download/ntp-4.2.4p8-glibc_2.10.patch
+2b8fe3d21913af6ace7c685d98d91338  download/ntp-4.2.4p8-dist_man_MAN.patch
+57482bc66b01c2dd934fe1fca437e4f5  download/ntp-4.2.4p8-cross.patch

--

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.


Reply via email to