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

  Server: cvs.openpkg.org                  Name:   Christoph Schug
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   07-Jan-2005 13:08:56
  Branch: HEAD                             Handle: 2005010712085600

  Modified files:
    openpkg-src/exim        exim.spec

  Log:
    additional appendfile transports

  Summary:
    Revision    Changes     Path
    1.81        +14 -0      openpkg-src/exim/exim.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/exim/exim.spec
  ============================================================================
  $ cvs diff -u -r1.80 -r1.81 exim.spec
  --- openpkg-src/exim/exim.spec        7 Jan 2005 11:56:47 -0000       1.80
  +++ openpkg-src/exim/exim.spec        7 Jan 2005 12:08:56 -0000       1.81
  @@ -40,6 +40,9 @@
   %option       with_auth_cram_md5  no
   %option       with_auth_plaintext no
   %option       with_ipv6           no
  +%option       with_maildir        no
  +%option       with_mailstore      no
  +%option       with_mbx            no
   %option       with_mysql          no
   %option       with_pgsql          no
   %option       with_ssl            no
  @@ -198,6 +201,17 @@
         echo 'USE_TCP_WRAPPERS=yes'
         echo 'EXTRALIBS_EXIM+=%{l_ldflags} -lwrap'
   %endif
  +
  +      #   support for various appendfile transports
  +%if "%{with_maildir}" == "yes"
  +      echo 'SUPPORT_MAILDIR=yes'
  +%endif
  +%if "%{with_mailstore}" == "yes"
  +      echo 'SUPPORT_MAILSTORE=yes'
  +%endif
  +%if "%{with_mbx}" == "yes"
  +      echo 'SUPPORT_MBX=yes'
  +%endif
       ) >Local/Makefile
   
       case "%{l_platform -t}" in
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to