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:   27-Jul-2009 16:30:48
  Branch: HEAD                             Handle: 2009072715304800

  Modified files:
    openpkg-src/procmail    procmail.spec

  Log:
    workaround problems under Fedora 11 where there is a getline(3)
    defined in <stdio.h>

  Summary:
    Revision    Changes     Path
    1.50        +4  -1      openpkg-src/procmail/procmail.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/procmail/procmail.spec
  ============================================================================
  $ cvs diff -u -r1.49 -r1.50 procmail.spec
  --- openpkg-src/procmail/procmail.spec        18 Apr 2009 13:14:30 -0000      
1.49
  +++ openpkg-src/procmail/procmail.spec        27 Jul 2009 14:30:48 -0000      
1.50
  @@ -32,7 +32,7 @@
   Group:        Mail
   License:      GPL
   Version:      3.22
  -Release:      20080101
  +Release:      20090727
   
   #   package options
   %option       with_fsl  yes
  @@ -88,6 +88,9 @@
           -e 
's;\(#define.*ETCRC[^"]"\)[^"]*\(".*\);\1%{l_prefix}/etc/procmail/procmailrc\2;'
 \
           -e 
's;\(#define.*ETCRCS[^"]"\)[^"]*\(".*\);\1%{l_prefix}/etc/procmail/\2;' \
           config.h
  +    %{l_shtool} subst \
  +        -e 's;getline;procmail_getline;g' \
  +        src/formisc.h src/formisc.c src/formail.c src/fields.c
   %if "%{with_fsl}" == "yes"
       %{l_shtool} subst \
           -e 
's;openlog(ident,logopt,facility);openlog(ident,logopt,LOG_USER);' \
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to