Revision: 5933
Author: pebender
Date: Sat Dec 12 09:23:32 2009
Log: - Updated package net/ntp.


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

Added:
  /trunk/gar-minimyth/script/net/ntp/files/ntp-4.2.6-cross.patch
  /trunk/gar-minimyth/script/net/ntp/files/ntp-4.2.6-glibc_2.10.patch
Deleted:
  /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
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.6-cross.patch      Sat Dec 
 
12 09:23:32 2009
@@ -0,0 +1,24 @@
+diff -Naur ntp-4.2.6-old/ntpdc/Makefile.am ntp-4.2.6-new/ntpdc/Makefile.am
+--- ntp-4.2.6-old/ntpdc/Makefile.am    2009-12-12 09:15:41.000000000 -0800
++++ ntp-4.2.6-new/ntpdc/Makefile.am    2009-12-12 09:17:41.000000000 -0800
+@@ -50,7 +50,7 @@
+ ntpdc-layout.o: nl.c
+
+ layout.here: ntpdc-layout
+-      ./ntpdc-layout > $@
++      ntp-ntpdc-layout > $@
+
+ check-layout: ntpdc-layout $(srcdir)/layout.std layout.here
+       cmp $(srcdir)/layout.std layout.here && echo stamp > $@
+diff -Naur ntp-4.2.6-old/ntpdc/Makefile.in ntp-4.2.6-new/ntpdc/Makefile.in
+--- ntp-4.2.6-old/ntpdc/Makefile.in    2009-12-12 09:15:41.000000000 -0800
++++ ntp-4.2.6-new/ntpdc/Makefile.in    2009-12-12 09:17:41.000000000 -0800
+@@ -690,7 +690,7 @@
+ ntpdc-layout.o: nl.c
+
+ layout.here: ntpdc-layout
+-      ./ntpdc-layout > $@
++      ntp-ntpdc-layout > $@
+
+ check-layout: ntpdc-layout $(srcdir)/layout.std layout.here
+       cmp $(srcdir)/layout.std layout.here && echo stamp > $@
=======================================
--- /dev/null
+++ /trunk/gar-minimyth/script/net/ntp/files/ntp-4.2.6-glibc_2.10.patch Sat  
Dec 12 09:23:32 2009
@@ -0,0 +1,18 @@
+diff -Naur ntp-4.2.6-old/include/ntp_syscall.h  
ntp-4.2.6-new/include/ntp_syscall.h
+--- ntp-4.2.6-old/include/ntp_syscall.h        2009-12-08 23:36:37.000000000 
-0800
++++ ntp-4.2.6-new/include/ntp_syscall.h        2009-12-12 09:15:54.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.4p8-cross.patch    Thu  
Dec 10 06:35:57 2009
+++ /dev/null
@@ -1,24 +0,0 @@
-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 > $@
=======================================
--- /trunk/gar-minimyth/script/net/ntp/files/ntp-4.2.4p8-dist_man_MAN.patch     
 
Thu Dec 10 06:35:57 2009
+++ /dev/null
@@ -1,11 +0,0 @@
-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:
=======================================
--- /trunk/gar-minimyth/script/net/ntp/files/ntp-4.2.4p8-glibc_2.10.patch       
 
Thu Dec 10 06:35:57 2009
+++ /dev/null
@@ -1,18 +0,0 @@
-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/html/minimyth/document-changelog.txt    Fri Dec 11  
17:24:10 2009
+++ /trunk/gar-minimyth/html/minimyth/document-changelog.txt    Sat Dec 12  
09:23:32 2009
@@ -5,7 +5,7 @@
  MiniMyth release. For earlier changes see the yearly changelog files.

   
--------------------------------------------------------------------------------
-Changes since 72 (2009-12-11):
+Changes since 72 (2009-12-12):

  Current MythTV versions
      MythTV 0.20-softpad: version 0.20.2.softpad, release-0-20-fixes branch  
svn 16082 and
=======================================
--- /trunk/gar-minimyth/script/net/ntp/Makefile Thu Dec 10 06:35:57 2009
+++ /trunk/gar-minimyth/script/net/ntp/Makefile Sat Dec 12 09:23:32 2009
@@ -1,9 +1,9 @@
  GARNAME = ntp
-GARVERSION = 4.2.4p8
+GARVERSION = 4.2.6
  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 $(DISTNAME)-dist_man_MAN.patch
+PATCHFILES  = $(DISTNAME)-glibc_2.10.patch
  ifneq ($(DESTIMG),build)
  PATCHFILES += $(DISTNAME)-cross.patch
  endif
@@ -36,7 +36,6 @@
  include ../../gar.mk

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

=======================================
--- /trunk/gar-minimyth/script/net/ntp/checksums        Thu Dec 10 06:35:57 2009
+++ /trunk/gar-minimyth/script/net/ntp/checksums        Sat Dec 12 09:23:32 2009
@@ -1,4 +1,3 @@
-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
+4d64a99592b818aa9419fc9dcb149746  download/ntp-4.2.6.tar.gz
+53c0d76c6cd75e653a471e8c739e1b1c  download/ntp-4.2.6-glibc_2.10.patch
+f733ed6fef16d3d9922cfb329f7e7621  download/ntp-4.2.6-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