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

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   31-Dec-2004 13:30:35
  Branch: HEAD                             Handle: 2004123112303400

  Modified files:
    openpkg-src/sendmail    sendmail.spec

  Log:
    correctly disable MILTER support and switch MILTER on by default

  Summary:
    Revision    Changes     Path
    1.117       +5  -3      openpkg-src/sendmail/sendmail.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/sendmail/sendmail.spec
  ============================================================================
  $ cvs diff -u -r1.116 -r1.117 sendmail.spec
  --- openpkg-src/sendmail/sendmail.spec        16 Dec 2004 11:52:35 -0000      
1.116
  +++ openpkg-src/sendmail/sendmail.spec        31 Dec 2004 12:30:34 -0000      
1.117
  @@ -34,13 +34,13 @@
   Group:        Mail
   License:      BSD
   Version:      8.13.2
  -Release:      20041216
  +Release:      20041231
   
   #   package options
   %option       with_fsl      yes
  +%option       with_milter   yes
   %option       with_ssl      no
   %option       with_sasl     no
  -%option       with_milter   no
   %option       with_ldap     no
   %option       with_mysql    no
   
  @@ -188,8 +188,10 @@
           echo "APPENDDEF(\`confLIBS', \`-lsasl2 -lcrypto')dnl"
   %endif
   %if "%{with_milter}" == "yes"
  -        echo "APPENDDEF(\`conf_sendmail_ENVDEF', \`-DMILTER')dnl"
  +        echo "APPENDDEF(\`conf_sendmail_ENVDEF', \`-DMILTER=1')dnl"
           echo "APPENDDEF(\`conf_libmilter_ENVDEF', 
\`-D_FFR_MILTER_ROOT_UNSAFE')dnl"
  +%else
  +        echo "APPENDDEF(\`conf_sendmail_ENVDEF', \`-DMILTER=0')dnl"
   %endif
   %if "%{with_ldap}" == "yes"
           echo "APPENDDEF(\`confMAPDEF', \`-DLDAPMAP')dnl"
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to