OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  r...@openpkg.org
  Module: openpkg-src                      Date:   12-Dec-2009 13:02:02
  Branch: HEAD                             Handle: 2009121212020001

  Modified files:
    openpkg-src/ntp         ntp.spec
  Removed files:
    openpkg-src/ntp         ntp.patch

  Log:
    upgrading package: ntp 4.2.4p7 -> 4.2.6

  Summary:
    Revision    Changes     Path
    1.12        +0  -12     openpkg-src/ntp/ntp.patch
    1.102       +10 -5      openpkg-src/ntp/ntp.spec
  ____________________________________________________________________________

  rm -f openpkg-src/ntp/ntp.patch <<'@@ .'
  Index: openpkg-src/ntp/ntp.patch
  ============================================================================
  [NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/ntp/ntp.spec
  ============================================================================
  $ cvs diff -u -r1.101 -r1.102 ntp.spec
  --- openpkg-src/ntp/ntp.spec  7 Jun 2009 16:51:48 -0000       1.101
  +++ openpkg-src/ntp/ntp.spec  12 Dec 2009 12:02:01 -0000      1.102
  @@ -24,7 +24,7 @@
   #   package version
   %define       V_major 4
   %define       V_minor 2
  -%define       V_micro 4p7
  +%define       V_micro 6
   
   #   package information
   Name:         ntp
  @@ -37,7 +37,7 @@
   Group:        Network
   License:      BSD-style
   Version:      %{V_major}.%{V_minor}.%{V_micro}
  -Release:      20090607
  +Release:      20091212
   
   #   package options
   %option       with_fsl     yes
  @@ -51,7 +51,6 @@
   Source2:      ntp.conf
   Source3:      rc.ntp
   Source4:      fsl.ntp
  -Patch0:       ntp.patch
   
   #   build information
   Prefix:       %{l_prefix}
  @@ -92,7 +91,6 @@
   %prep
       %setup -q
       %setup -q -T -D -a 1
  -    %patch -p0
   
   %build
       #   configure program
  @@ -110,10 +108,15 @@
       CC="%{l_cc}" \
       CFLAGS="%{l_cflags -O}" \
       LDFLAGS="%{l_fsl_ldflags}" \
  +%if "%{with_crypto}" == "yes"
  +    LIBS="%{l_fsl_libs} -lcrypto" \
  +%else
       LIBS="%{l_fsl_libs}" \
  +%endif
       ./configure \
           --cache-file=./config.cache \
           --prefix=%{l_prefix} \
  +        --mandir=%{l_prefix}/man \
   %if "%{with_sntp}" == "yes"
           --with-sntp \
   %endif
  @@ -129,7 +132,9 @@
           --without-openssl-libdir \
           --without-openssl-incdir \
   %endif
  -        --enable-ntpdate-step
  +        --enable-ntpdate-step \
  +        --without-net-snmp-config \
  +        --without-ntpsnmpd
       %{l_shtool} subst \
           -e 
's;\(CONFIG_FILE[^"]*"\)/etc/ntp.conf;\1%{l_prefix}/etc/ntp/ntp.conf;' \
           include/ntp_config.h ntpdate/ntptime_config.c
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to