OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 01-Jun-2004 13:12:03
Branch: HEAD Handle: 2004060112120200
Modified files:
openpkg-src/ntp ntp.patch ntp.spec
Log:
since we are (correctly) testing for the HAVE_VSPRINTF variable in
code, configure should at least previously set it or not
Summary:
Revision Changes Path
1.5 +24 -0 openpkg-src/ntp/ntp.patch
1.65 +1 -1 openpkg-src/ntp/ntp.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/ntp/ntp.patch
============================================================================
$ cvs diff -u -r1.4 -r1.5 ntp.patch
--- openpkg-src/ntp/ntp.patch 28 Jan 2004 22:18:44 -0000 1.4
+++ openpkg-src/ntp/ntp.patch 1 Jun 2004 11:12:02 -0000 1.5
@@ -66,3 +66,27 @@
#ifdef AI_ADDRCONFIG
hints.ai_flags |= AI_ADDRCONFIG;
+Index: configure.in
+--- configure.in.orig 2004-06-01 13:09:33.037786345 +0200
++++ configure.in 2004-06-01 13:08:41.148480934 +0200
+@@ -794,7 +794,7 @@
+ esac])
+ AC_CHECK_FUNCS(setvbuf sigaction)
+ AC_CHECK_FUNCS(sigvec sigset sigsuspend stime strchr sysconf sysctl)
+-AC_CHECK_FUNCS(snprintf strdup strerror strstr)
++AC_CHECK_FUNCS(snprintf vsnprintf strdup strerror strstr)
+ AC_CHECK_FUNCS(timegm)
+ case "$host" in
+ *-*-aix[[45]]*)
+Index: configure
+--- configure.orig 2004-06-01 13:09:37.013651517 +0200
++++ configure 2004-06-01 13:08:51.875558748 +0200
+@@ -17385,7 +17385,7 @@
+
+
+
+-for ac_func in snprintf strdup strerror strstr
++for ac_func in snprintf vsnprintf strdup strerror strstr
+ do
+ as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
+ echo "$as_me:$LINENO: checking for $ac_func" >&5
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/ntp/ntp.spec
============================================================================
$ cvs diff -u -r1.64 -r1.65 ntp.spec
--- openpkg-src/ntp/ntp.spec 30 May 2004 07:47:54 -0000 1.64
+++ openpkg-src/ntp/ntp.spec 1 Jun 2004 11:12:02 -0000 1.65
@@ -34,7 +34,7 @@
Group: Network
License: BSD-style
Version: 4.2.0
-Release: 20040530
+Release: 20040601
# package options
%option with_fsl yes
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]