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:   01-Mar-2005 15:41:55
  Branch: HEAD                             Handle: 2005030114415500

  Modified files:
    openpkg-src/subversion  subversion.spec

  Log:
    switch from internal to external Neon library because parameters are
    not correctly passed to internal one and this way HTTPS support was
    broken

  Summary:
    Revision    Changes     Path
    1.80        +4  -4      openpkg-src/subversion/subversion.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/subversion/subversion.spec
  ============================================================================
  $ cvs diff -u -r1.79 -r1.80 subversion.spec
  --- openpkg-src/subversion/subversion.spec    26 Jan 2005 09:44:06 -0000      
1.79
  +++ openpkg-src/subversion/subversion.spec    1 Mar 2005 14:41:55 -0000       
1.80
  @@ -39,7 +39,7 @@
   Group:        SCM
   License:      Apache/BSD
   Version:      %{V_opkg}
  -Release:      20050126
  +Release:      20050301
   
   #   package options
   %option       with_cvs2svn  no
  @@ -58,8 +58,8 @@
   BuildRoot:    %{l_buildroot}
   BuildPreReq:  OpenPKG, openpkg >= 20040130, make
   PreReq:       OpenPKG, openpkg >= 20040130
  -BuildPreReq:  diffutils, libxml, db, openssl, zlib
  -PreReq:       diffutils, libxml, db, openssl, zlib
  +BuildPreReq:  diffutils, libxml, db, openssl, zlib, neon
  +PreReq:       diffutils, libxml, db, openssl, zlib, neon
   %if "%{with_cvs2svn}" == "yes"
   PreReq:       rcs, python
   %endif
  @@ -110,7 +110,7 @@
       ./configure \
           --prefix=%{l_prefix} \
           --with-berkeley-db=%{l_prefix} \
  -        --with-ssl \
  +        --with-neon=%{l_prefix} \
           --with-zlib \
           --enable-static \
           --disable-nls \
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to