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:   22-Dec-2008 22:31:03
  Branch: HEAD                             Handle: 2008122221310100

  Modified files:
    openpkg-src/subversion  subversion.spec

  Log:
    add optional SASL support

  Summary:
    Revision    Changes     Path
    1.155       +10 -1      openpkg-src/subversion/subversion.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/subversion/subversion.spec
  ============================================================================
  $ cvs diff -u -r1.154 -r1.155 subversion.spec
  --- openpkg-src/subversion/subversion.spec    17 Dec 2008 10:52:52 -0000      
1.154
  +++ openpkg-src/subversion/subversion.spec    22 Dec 2008 21:31:01 -0000      
1.155
  @@ -40,7 +40,7 @@
   Group:        SCM
   License:      Apache/BSD
   Version:      %{V_opkg}
  -Release:      20081217
  +Release:      20081222
   
   #   package options
   %option       with_cvs2svn  no
  @@ -49,6 +49,7 @@
   %option       with_perl     no
   %option       with_python   no
   %option       with_ruby     no
  +%option       with_sasl     no
   
   #   list of sources
   Source0:      
http://subversion.tigris.org/downloads/subversion-%{V_dist}.tar.bz2
  @@ -96,6 +97,10 @@
   BuildPreReq:  ruby
   PreReq:       ruby
   %endif
  +%if "%{with_sasl}" == "yes"
  +BuildPreReq:  sasl
  +PreReq:       sasl
  +%endif
   AutoReq:      no
   AutoReqProv:  no
   Provides:     subversion = %{version}-%{release}
  @@ -169,7 +174,11 @@
           --with-ssl=openssl \
           --with-zlib=%{l_prefix} \
           --without-libxml2 \
  +%if "%{with_sasl}" == "yes"
  +        --with-sasl \
  +%else
           --without-sasl \
  +%endif
           --without-gssapi \
           --without-serf \
   %if "%{with_apache}" == "yes"
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to