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

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   08-Dec-2006 09:14:33
  Branch: HEAD                             Handle: 2006120808143201

  Modified files:
    openpkg-src/aide        aide.patch aide.spec

  Log:
    upgrading package: aide 0.12 -> 0.13

  Summary:
    Revision    Changes     Path
    1.7         +6  -6      openpkg-src/aide/aide.patch
    1.47        +8  -3      openpkg-src/aide/aide.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/aide/aide.patch
  ============================================================================
  $ cvs diff -u -r1.6 -r1.7 aide.patch
  --- openpkg-src/aide/aide.patch       5 Oct 2006 20:12:22 -0000       1.6
  +++ openpkg-src/aide/aide.patch       8 Dec 2006 08:14:32 -0000       1.7
  @@ -1,18 +1,18 @@
   Index: src/snprintf.c
  ---- src/snprintf.c.orig      2005-04-06 12:16:30 +0200
  -+++ src/snprintf.c   2006-10-05 21:57:44 +0200
  -@@ -410,10 +410,10 @@
  - 
  +--- src/snprintf.c.orig      2006-10-27 20:51:45 +0200
  ++++ src/snprintf.c   2006-12-08 09:00:08 +0100
  +@@ -411,10 +411,10 @@
    /* declarations */
    
  + #if !defined(HAVE_SNPRINTF) || defined(PREFER_PORTABLE_SNPRINTF)
   -static char credits[] = "\n\
   -@(#)snprintf.c, v2.2: Mark Martinec, <[EMAIL PROTECTED]>\n\
   -@(#)snprintf.c, v2.2: Copyright 1999, Mark Martinec. Frontier Artistic 
License applies.\n\
   -@(#)snprintf.c, v2.2: http://www.ijs.si/software/snprintf/\n";;
  -+static char credits[] = "\n"
  ++static char credits[] = "\n\"
   +"@(#)snprintf.c, v2.2: Mark Martinec, <[EMAIL PROTECTED]>\n"
   +"@(#)snprintf.c, v2.2: Copyright 1999, Mark Martinec. Frontier Artistic 
License applies.\n"
   +"@(#)snprintf.c, v2.2: http://www.ijs.si/software/snprintf/\n";;
  + #endif
    
    #if defined(NEED_ASPRINTF)
  - int asprintf(char **ptr, const char *fmt, /*args*/ ...) {
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/aide/aide.spec
  ============================================================================
  $ cvs diff -u -r1.46 -r1.47 aide.spec
  --- openpkg-src/aide/aide.spec        13 Oct 2006 17:26:42 -0000      1.46
  +++ openpkg-src/aide/aide.spec        8 Dec 2006 08:14:33 -0000       1.47
  @@ -32,8 +32,8 @@
   Class:        PLUS
   Group:        Filesystem
   License:      GPL
  -Version:      0.12
  -Release:      20061013
  +Version:      0.13
  +Release:      20061208
   
   #   package options
   %option       with_fsl  yes
  @@ -75,6 +75,9 @@
       %patch -p0
   
   %build
  +    ( echo "ac_cv_func_ustat=no"
  +      echo "ac_cv_header_ustat_h=no"
  +    ) >config.cache
       CC="%{l_cc}" \
       CFLAGS="%{l_cflags -O}" \
       CPPFLAGS="%{l_cppflags}" \
  @@ -82,11 +85,13 @@
       LIBS="%{l_fsl_libs}" \
       GREP="grep" \
       ./configure \
  +        --cache-file=./config.cache \
           --prefix=%{l_prefix} \
           --mandir=%{l_prefix}/man \
           --sysconfdir=%{l_prefix}/etc/aide \
           --with-dbhmactype=sha1 \
  -        --with-dbhmackey=T3BlblBLRyBNYWludGFpbmVy
  +        --with-dbhmackey=T3BlblBLRyBNYWludGFpbmVy \
  +        --disable-static
       %{l_make} %{l_mflags}
   
   %install
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to