Update of /cvsroot/fink/dists/10.4/stable/crypto/finkinfo
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27598/stable/crypto/finkinfo

Modified Files:
        svn-ssl.info svn-ssl.patch 
Log Message:
GCC: 4.0 version


Index: svn-ssl.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/crypto/finkinfo/svn-ssl.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- svn-ssl.patch       20 Jan 2006 20:15:33 -0000      1.1
+++ svn-ssl.patch       1 Feb 2006 19:58:34 -0000       1.2
@@ -1,7 +1,7 @@
-diff -Naur subversion-1.1.4_orig/Makefile.in subversion-1.1.4/Makefile.in
---- subversion-1.1.4_orig/Makefile.in  2005-03-26 21:03:11.000000000 +0100
-+++ subversion-1.1.4/Makefile.in       2005-04-05 09:39:37.000000000 +0200
-@@ -583,7 +583,7 @@
+diff -Naur subversion-1.2.0_orig/Makefile.in subversion-1.2.0/Makefile.in
+--- subversion-1.2.0_orig/Makefile.in  2005-03-31 01:48:42.000000000 +0200
++++ subversion-1.2.0/Makefile.in       2005-04-08 14:21:52.000000000 +0200
+@@ -577,7 +577,7 @@
  $(SWIG_PL_DIR)/native/Makefile: $(SWIG_PL_DIR)/native/Makefile.PL
        cd $(SWIG_PL_DIR)/native; $(PERL) Makefile.PL
  
@@ -10,39 +10,30 @@
  swig-pl: $(swig-pl_DEPS)
        cd $(SWIG_PL_DIR)/native; $(MAKE)
  
-diff -Naur subversion-1.1.4_orig/ac-helpers/ltmain.sh 
subversion-1.1.4/ac-helpers/ltmain.sh
---- subversion-1.1.4_orig/ac-helpers/ltmain.sh 2005-04-01 22:44:11.000000000 
+0200
-+++ subversion-1.1.4/ac-helpers/ltmain.sh      2005-04-05 09:41:07.000000000 
+0200
-@@ -1395,6 +1395,8 @@
-       lib=
-       found=no
-       case $deplib in
-+      -ldb-4.1*) continue ;;
-+      libdb-4.1*) continue ;;
-       -l*)
-         if test $linkmode = oldlib && test $linkmode = obj; then
-           $echo "$modename: warning: \`-l' is ignored for archives/objects: 
$deplib" 1>&2
-@@ -3649,7 +3651,7 @@
+diff -Naur subversion-1.2.0_orig/ac-helpers/ltmain.sh 
subversion-1.2.0/ac-helpers/ltmain.sh
+--- subversion-1.2.0_orig/ac-helpers/ltmain.sh 2005-04-05 01:45:29.000000000 
+0200
++++ subversion-1.2.0/ac-helpers/ltmain.sh      2005-04-08 14:25:27.000000000 
+0200
+@@ -4906,7 +4906,7 @@
  # if CDPATH is set.
- if test \"\${CDPATH+set}\" = set; then CDPATH=:; export CDPATH; fi
+ (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
  
 -relink_command=\"$relink_command\"
-+relink_command=\"\""
++relink_command=\"\"
  
  # This environment variable determines our operation mode.
  if test \"\$libtool_install_magic\" = \"$magic\"; then
-@@ -4020,7 +4022,7 @@
+@@ -5303,7 +5303,7 @@
  libdir='$install_libdir'"
-         if test "$installed" = no && test $need_relink = yes; then
+         if test "$installed" = no && test "$need_relink" = yes; then
            $echo >> $output "\
 -relink_command=\"$relink_command\""
 +relink_command=\"\""
          fi
        done
        fi
-diff -Naur subversion-1.1.4_orig/build/generator/gen_make.py 
subversion-1.1.4/build/generator/gen_make.py
---- subversion-1.1.4_orig/build/generator/gen_make.py  2005-03-26 
21:03:11.000000000 +0100
-+++ subversion-1.1.4/build/generator/gen_make.py       2005-04-05 
09:43:55.000000000 +0200
+diff -Naur subversion-1.2.0_orig/build/generator/gen_make.py 
subversion-1.2.0/build/generator/gen_make.py
+--- subversion-1.2.0_orig/build/generator/gen_make.py  2005-03-22 
16:08:25.000000000 +0100
++++ subversion-1.2.0/build/generator/gen_make.py       2005-04-08 
15:24:29.000000000 +0200
 @@ -5,6 +5,7 @@
  import os
  import sys
@@ -51,7 +42,7 @@
  
  import gen_base
  
-@@ -27,6 +28,13 @@
+@@ -39,6 +40,13 @@
      install_deps = self.graph.get_deps(gen_base.DT_INSTALL)
      install_sources = self.graph.get_all_sources(gen_base.DT_INSTALL)
  
@@ -65,25 +56,7 @@
      # ensure consistency between runs
      install_deps.sort()
      install_sources.sort(lambda s1, s2: cmp(s1.name, s2.name))
-@@ -68,6 +76,8 @@
-         elif isinstance(source, gen_base.TargetLinked):
-           if source.external_lib:
-             libs.append(source.external_lib)
-+          elif source.name in self.installed_libs:
-+            libs.append('-l%s-%s' % (source.name[3:], self.cfg.version))
-           else:
-             # append the output of the target to our stated dependencies
-             deps.append(source.filename)
-@@ -189,6 +199,8 @@
-       for target in inst_targets:
-         for target_dep in self.graph.get_sources(gen_base.DT_LINK, 
target.name,
-                                                  gen_base.TargetLib):
-+          if target_dep.name in self.installed_libs:
-+            continue
-           if target_dep.install and target_dep.install != area:
-             install_deps['install-%s' % target_dep.install] = None
-       install_deps = install_deps.keys()
-@@ -361,11 +373,18 @@
+@@ -54,11 +62,17 @@
  
          # construct a list of the other .la libs to link against
          retreat = build_path_retreat(target.path)
@@ -91,23 +64,31 @@
 -        link = [ build_path_join(retreat, target.filename) ]
 +        if target.name in self.installed_libs:
 +          deps = []
-+          link = [ '-l%s-%s' % (target.name[3:], self.cfg.version) ]
++          link = [ '-l%s-%s' % (target.name[3:], self.version) ]
 +        else:
-+          deps = [ target.filename ]
-+          link = [ build_path_join(retreat, target.filename) ]
++           deps = [ target.filename ]
++           link = [ build_path_join(retreat, target.filename) ]
          for source in self.graph.get_sources(gen_base.DT_LINK, target.name):
            if not isinstance(source, gen_base.TargetLib) or 
source.external_lib:
              continue
-+          if source.name in self.installed_libs:
-+            link.append('-l%s-%s' % (source.name[3:], self.cfg.version))
++          elif source.name in self.installed_libs:
 +            continue
            deps.append(source.filename)
            link.append(build_path_join(retreat, source.filename))
  
-diff -Naur subversion-1.1.4_orig/gen-make.py subversion-1.1.4/gen-make.py
---- subversion-1.1.4_orig/gen-make.py  2004-08-10 19:26:26.000000000 +0200
-+++ subversion-1.1.4/gen-make.py       2005-04-05 09:45:01.000000000 +0200
-@@ -62,6 +62,13 @@
+@@ -136,6 +150,8 @@
+         elif isinstance(link_dep, gen_base.TargetLinked):
+           if link_dep.external_lib:
+             libs.append(link_dep.external_lib)
++          elif link_dep.name in self.installed_libs:
++            libs.append('-l%s-%s' % (link_dep.name[3:], self.version))
+           else:
+             # append the output of the target to our stated dependencies
+             deps.append(link_dep.filename)
+diff -Naur subversion-1.2.0_orig/gen-make.py subversion-1.2.0/gen-make.py
+--- subversion-1.2.0_orig/gen-make.py  2005-01-31 13:11:57.000000000 +0100
++++ subversion-1.2.0/gen-make.py       2005-04-08 14:45:18.000000000 +0200
+@@ -81,6 +81,13 @@
    print
    print "           The default generator type is 'make'"
    print
@@ -121,19 +102,17 @@
    print "  Windows-specific options:"
    print
    print "  --with-apr=DIR"
-@@ -140,7 +147,8 @@
-                                 'enable-purify',
-                                 'enable-quantify',
+@@ -176,6 +183,7 @@
                                  'enable-nls',
--                                'enable-bdb-in-apr-util'
-+                                'enable-bdb-in-apr-util',
+                                 'enable-bdb-in-apr-util',
+                                 'vsnet-version=',
 +                                'installed-libs=',
                                  ])
      if len(args) > 1:
        _usage_exit()
-diff -Naur 
subversion-1.1.4_orig/subversion/bindings/swig/perl/native/Makefile.PL.in 
subversion-1.1.4/subversion/bindings/swig/perl/native/Makefile.PL.in
---- subversion-1.1.4_orig/subversion/bindings/swig/perl/native/Makefile.PL.in  
2005-03-20 23:12:33.000000000 +0100
-+++ subversion-1.1.4/subversion/bindings/swig/perl/native/Makefile.PL.in       
2005-04-05 09:45:43.000000000 +0200
+diff -Naur 
subversion-1.2.0_orig/subversion/bindings/swig/perl/native/Makefile.PL.in 
subversion-1.2.0/subversion/bindings/swig/perl/native/Makefile.PL.in
+--- subversion-1.2.0_orig/subversion/bindings/swig/perl/native/Makefile.PL.in  
2005-03-22 10:31:58.000000000 +0100
++++ subversion-1.2.0/subversion/bindings/swig/perl/native/Makefile.PL.in       
2005-04-08 15:12:47.000000000 +0200
 @@ -3,7 +3,7 @@
  use Config;
  use Cwd 'abs_path';
@@ -151,9 +130,9 @@
                                     "ra_plugin.hi ra_reporter.hi ".
                                     "delta_editor.hi\n" .
                                     "\t$swig_command".
-diff -Naur subversion-1.1.4_orig/svn-config.in subversion-1.1.4/svn-config.in
---- subversion-1.1.4_orig/svn-config.in        2003-12-16 17:41:14.000000000 
+0100
-+++ subversion-1.1.4/svn-config.in     2005-04-05 09:49:04.000000000 +0200
+diff -Naur subversion-1.2.0_orig/svn-config.in subversion-1.2.0/svn-config.in
+--- subversion-1.2.0_orig/svn-config.in        2003-12-16 17:41:14.000000000 
+0100
++++ subversion-1.2.0/svn-config.in     2005-04-08 14:46:56.000000000 +0200
 @@ -22,10 +22,10 @@
  libdir="@libdir@"
  includedir="@includedir@"

Index: svn-ssl.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/crypto/finkinfo/svn-ssl.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- svn-ssl.info        25 Jan 2006 04:21:37 -0000      1.2
+++ svn-ssl.info        1 Feb 2006 19:58:34 -0000       1.3
@@ -1,59 +1,64 @@
 Package: svn-ssl
-Version: 1.1.4
-Revision: 1011
-Architecture: powerpc
+Version: 1.2.3
+Revision: 1012
 Description: Subversion - svnserve, tools (with SSL)
 License: Restrictive
 Maintainer: Christian Schaffner <[EMAIL PROTECTED]>
 
 # Dependencies:
 Depends: %N-shlibs (= %v-%r), daemonic
-BuildDepends: apr-ssl (>= 0.9.5-15), apr-ssl-common (>= 0.9.5-15), db42-ssl 
(>= 4.2.52-1017), gdbm3, expat (>= 1.95.6-2), libxml2 (>= 2.5.10-12), fink (>= 
0.16.0-1), neon24-ssl (>= 0.24.7-11), openldap-ssl-dev (>= 2.1.22-24), 
cyrus-sasl2-dev (>= 2.1.15-23), openssl097-dev, swig (>= 1.3.20-2), texinfo (>= 
4.2-22), libiconv-dev (>= 1.9.1-11), gettext-bin, gettext-tools, gettext-dev, 
io-string-pm, libtool14 (>= 1.5.10-1), autoconf2.5, automake1.9, gcc3.3
+BuildDepends: apr-ssl (>= 0.9.7-1011), apr-ssl-common (>= 0.9.7-1011), 
db43-ssl (>= 4.3.29-1001), gdbm3, expat (>= 1.95.6-2), libxml2 (>= 2.5.10-12), 
fink (>= 0.16.0-1), neon24-ssl (>= 0.24.7-11), openldap23-dev, cyrus-sasl2-dev 
(>= 2.1.15-23), openssl097-dev, swig (>= 1.3.20-1012), texinfo (>= 4.2-22), 
libiconv-dev (>= 1.9.1-11), gettext-bin, gettext-tools, gettext-dev, 
io-string-pm, libtool14 (>= 1.5.10-1), autoconf2.5, automake1.9
 Conflicts: svn-client, svn-client-ssl (<= 0.26.0-2), apache2 (<< 2.0.47-1)
 Replaces: svn-client, svn-client-ssl (<= 1.1.1-11)
 
 # Unpack Phase:
 Source: http://subversion.tigris.org/tarballs/subversion-%v.tar.bz2
-Source-MD5: 6e557ae65b6b8d7577cc7704ede85a23
+Source-MD5: a14bc6590241b6e5c2ff2b354cc184a1
 
 # Patch Phase:
 Patch: %n.patch
 
 # Compile Phase:
-ConfigureParams: --libexecdir='${prefix}/lib/svn' 
--mandir='${prefix}/share/man' --infodir='${prefix}/share/info' --with-neon=%p 
--with-apr=%p --with-apr-util=%p --enable-shared --without-apxs 
--without-apache --disable-mod-activation --without-jdk --disable-javahl 
--with-jikes=no --disable-swig-bindings --with-swig=%p --without-python 
--without-perl
+ConfigureParams: --libexecdir='${prefix}/lib/svn' 
--mandir='${prefix}/share/man' --infodir='${prefix}/share/info' --with-neon=%p 
--with-apr=%p --with-apr-util=%p --enable-shared --without-apxs 
--without-apache --disable-mod-activation --without-jdk --disable-javahl 
--with-jikes=no --disable-swig-bindings --with-swig=%p --without-python 
--without-perl --without-ruby
 SetCPPFLAGS: -I%p/include/db4 -no-cpp-precomp
-GCC: 3.3
+GCC: 4.0
 CompileScript: <<
-#! /bin/sh -e
+#! /bin/sh -ev
  ### Remove packages that are installed by fink
  rm -rf neon
  rm -rf apr
  rm -rf apr-util
 
- # recreate configure with libtool 1.5.
+ # recreate configure with libtool 1.5
  ./autogen.sh
 
  ### Configure shared
- export CC=gcc-3.3; export CXX=g++-3.3; export F77=no; ./configure %c
+ export F77=no; ./configure %c
 
  ### force SWIG to use gcc 3.3 too
- perl -pi.bak -e 's|(SWIG.*)gcc|${1}gcc-3.3|g' Makefile
+# perl -pi.bak -e 's|(SWIG.*)gcc|${1}gcc-3.3|g' Makefile
  
  ### make everything shared
- make CC=gcc-3.3 CXX=g++-3.3
+ make
  
- ### Run tests over ra_local:
-#  echo "Running tests over ra_local using BDB..."
-#  make check
+ ### Run tests over ra_local using BDB:
+# echo "Running tests over ra_local using BDB..."
+# make check CLEANUP=true FS_TYPE=bdb
  
- ### Run tests over ra_local:
-#  echo "Running tests over ra_local using fs_fs..."
-#  make check FS_TYPE=fsfs
+ ### Run tests over ra_local using fs_fs:
+# echo "Running tests over ra_local using fs_fs..."
+# make check CLEANUP=true FS_TYPE=fsfs
 
- ### Run tests over ra_svn:
-#  echo "Running tests over ra_svn..."
-#  subversion/svnserve/svnserve -d -r `pwd`/subversion/tests/clients/cmdline
-#  make check BASE_URL=svn://localhost
+ ### Run tests over ra_svn using BDB:
+#  echo "Running tests over ra_svn using BDB..."
+#  ./subversion/svnserve/svnserve -d -r `pwd`/subversion/tests/clients/cmdline
+#  make svncheck CLEANUP=true FS_TYPE=bdb
+#  killall -v -u root svnserve
+
+ ### Run tests over ra_svn using fs_fs:
+#  echo "Running tests over ra_svn using fs_fs..."
+#  ./subversion/svnserve/svnserve -d -r `pwd`/subversion/tests/clients/cmdline
+#  make check CLEANUP=true BASE_URL=svn://localhost FS_TYPE=fsfs
 #  killall -v -u root svnserve
 
  ### Run tests over ra_dav:
@@ -61,46 +66,32 @@
  # See DescPackaging on how to set up for tests over ra_dav
 #  echo "Running tests over ra_dav..."
 #  make check BASE_URL=http://localhost
-
- ### Build swig java bindings (they don't build yet!)
- ### need to add --enable-swig-bindings=java to configure
- #make swig-java-lib
- #make swig-java-java
 <<
 
 # Install Phase:
 DocFiles: BUGS CHANGES COMMITTERS COPYING HACKING INSTALL README
 InstallScript: <<
- make install DESTDIR=%d
+ make -j1 install DESTDIR=%d
  
  ### Install docu and notes
  /usr/bin/install -d %i/share
  /usr/bin/install -d %i/share/doc
  /usr/bin/install -d %i/share/doc/%n
- /usr/bin/install -d %i/share/doc/%n/book
  cp -r www %i/share/doc/%n
  cp -r doc/user %i/share/doc/%n
  cp -r notes %i/share/doc/%n
- cp -r doc/book/misc-docs %i/share/doc/%n/book
- cp -r doc/book/README doc/book/REVIEW doc/book/TODO %i/share/doc/%n/book
- cp doc/book/book/svn-book.pdf %i/share/doc/%n/book
+ cp -r doc/book %i/share/doc/%n
  
  ### Configure and install examples, tools and notes
- perl -pi -e 's;#!/usr/bin/env python2;#!/usr/bin/env %p/bin/python2.3;' 
tools/backup/*.py
- perl -pi -e 's;#!/usr/bin/env python2;#!/usr/bin/env %p/bin/python2.3;' 
tools/client-side/*.py
- perl -pi -e 's;#!/usr/bin/env python2;#!/usr/bin/env %p/bin/python2.3;' 
tools/dev/*.py
- perl -pi -e 's;#!/usr/bin/env python2;#!/usr/bin/env %p/bin/python2.3;' 
tools/examples/*.py
- perl -pi -e 's;#!/usr/bin/env python2;#!/usr/bin/env %p/bin/python2.3;' 
tools/hook-scripts/mailer/*.py
- perl -pi -e 's;#!/usr/bin/env python2;#!/usr/bin/env %p/bin/python2.3;' 
tools/hook-scripts/mailer/tests/*.py
- perl -pi -e 's;#!/usr/bin/env python2;#!/usr/bin/env %p/bin/python2.3;' 
tools/hook-scripts/*.py
- 
  /usr/bin/install -d %i/share/%n
  cp -r tools/backup %i/share/%n/tools
+ cp -r tools/bdb %i/share/%n/tools
  cp -r tools/client-side %i/share/%n/tools
  cp -r tools/dev %i/share/%n/tools
  cp -r tools/examples %i/share/%n/tools
  cp -r tools/hook-scripts %i/share/%n/tools
  cp -r tools/test-scripts %i/share/%n/tools
+ cp -r tools/xslt %i/share/%n/tools
  
  cp -r contrib %i/share/%n
 
@@ -114,10 +105,6 @@
  # Install default directory for repositories
  /usr/bin/install -d %i/var
  /usr/bin/install -m 770 -d %i/var/svn
- chown www:admin %i/var/svn
-
- ### Install swig java bindings
- #make install-swig-java DESTDIR=%d swig_javadir=%p/share/java/svn-swig-java
 <<
 
 DaemonicName: svnserve
@@ -133,6 +120,7 @@
  </service>
 <<
 PostInstScript: <<
+ chown www:admin %p/var/svn
  daemonic install svnserve
 <<
 PreRmScript: <<
@@ -141,6 +129,35 @@
  fi
 <<
 
+PreInstScript: <<
+ if [ "$1" = upgrade ]; then
+   if dpkg --compare-versions "$2" lt "1.2.0"; then
+     echo ""
+     echo "WARNING: Subversion (svn) 1.2 or later uses Berkeley DB 4.3 (db43)."
+     echo "If you are upgrading from an earlier version and you are using"
+     echo "BDB repositories please read"
+     echo ""
+     echo "  http://subversion.tigris.org/faq.html#bdb43-upgrade";
+     echo ""
+     echo "To install an older svnadmin binary linked to db42 please install"
+     echo "the fink package 'svn-ssl-1.1.4-11', e.g. by typing"
+     echo ""
+     echo "  fink install svn-ssl-1.1.4-11"
+     echo ""
+     echo -n "Do you want to continue [Y/n] ? ";
+     if read -t 3600 CONTINUECHOICE; then
+       case $CONTINUECHOICE in
+         y|Y|'' ) ;;
+         * ) exit 1 ;;
+       esac
+     else
+       echo "Time-out."
+     fi
+   fi
+ fi
+ exit 0
+<<
+
 SplitOff: <<
   Description: Subversion - Development headers and libraries (with SSL)
   Package: %N-dev
@@ -174,7 +191,7 @@
   Package: %N-shlibs
   Conflicts: svn-client-ssl (<= 0.26.0-2)
   Replaces: svn-client-ssl (<= 0.26.0-2)
-  Depends: apr-ssl-shlibs (>= 0.9.5-15), db42-ssl-shlibs (>= 4.2.52-1017), 
gdbm3-shlibs, expat-shlibs (>= 1.95.6-2), libxml2-shlibs (>= 2.5.10-12), 
neon24-ssl-shlibs (>= 0.24.7-11), openldap-ssl-shlibs (>= 2.1.22-24), 
cyrus-sasl2-shlibs (>= 2.1.15-23), openssl097-shlibs, gettext
+  Depends: apr-ssl-shlibs (>= 0.9.7-1011), db43-ssl-shlibs (>= 4.3.29-1001), 
gdbm3-shlibs, expat-shlibs (>= 1.95.6-2), libxml2-shlibs (>= 2.5.10-12), 
neon24-ssl-shlibs (>= 0.24.7-11), openldap23-shlibs, cyrus-sasl2-shlibs (>= 
2.1.15-23), openssl097-shlibs, gettext
   Files: <<
     lib/libsvn_client-1.0.0.0.dylib
     lib/libsvn_delta-1.0.0.0.dylib
@@ -218,7 +235,7 @@
     %p/lib/libsvn_subr-1.0.dylib 1.0.0 %n (>= 0.30.0-11)
     %p/lib/libsvn_wc-1.0.dylib 1.0.0 %n (>= 0.30.0-11)
   <<
-  DocFiles: BUGS CHANGES COMMITTERS COPYING HACKING INSTALL README
+  DocFiles: BUGS CHANGES COMMITTERS COPYING HACKING INSTALL README TRANSLATING
 <<
 SplitOff3: <<
   Description: Subversion - Client (with SSL)
@@ -260,7 +277,7 @@
 <<
 # SplitOff7: <<
 #   Package: %N-swig-java
-#   Depends: %N-shlibs (= %v-%r), system-java14, swig-shlibs (>= 1.3.20-2)
+#   Depends: %N-shlibs (= %v-%r), system-java14, swig-shlibs (>= 1.3.20-1012)
 #   Files: <<
 #     share/java/%N-swig-java
 #   <<
@@ -323,8 +340,8 @@
 - The "svn-ssl-swig-pm581" package contains the swig perl bindings to call
   svn from perl. Type 'fink describe svn-ssl-swig-pm581' to get usage help.
  
-- The "svn-ssl-swig-py23" package contains the swig python bindings to call
-  svn from python. Type 'fink describe svn-ssl-swig-py23' to get usage help.
+- The "svn-ssl-swig-py24" package contains the swig python bindings to call
+  svn from python. Type 'fink describe svn-ssl-swig-py24' to get usage help.
  
 - The "svn-ssl-javahl" package contains the java bindings to call
   svn from java. Type 'fink describe svn-ssl-javahl' to get usage help.
@@ -352,6 +369,19 @@
  in the new repository have the correct permissions for svnserve (and apache)
  to read and write. E.g. run 'chown -R www %p/var/svn/yourrepos' and 
  'chmod -R go-rwx %p/var/svn/yourrepos'.
+
+ WARNING:
+ 
+ Subversion (svn) 1.2 or later uses Berkeley DB 4.3 (db43).
+ If you are upgrading from an earlier version and you are using
+ BDB repositories please read
+ 
+   http://subversion.tigris.org/faq.html#bdb43-upgrade
+ 
+ To install an older svnadmin binary linked to db42 please install
+ the fink package 'svn-ssl-1.1.4-11', e.g. by typing
+ 
+   fink install svn-ssl-1.1.4-11
 <<
 DescPackaging: <<
  Although this package has a BSD license, it is marked Restrictive since
@@ -359,19 +389,19 @@
 
  To run the tests over ra_dav apache2 must be running with (an older) 
  fink 'libapache2-ssl-mod-svn' already installed. You need to add the
- following to your '%p/etc/apache2/httpd.conf' file:
+ following to your '/sw/etc/apache2/httpd.conf' file:
  
  <Location /repositories>
   DAV svn
-  SVNParentPath 
%p/src/svn-ssl-%v-%r/subversion-%v/subversion/tests/clients/cmdline/repositories
+  SVNParentPath 
/sw/src/svn-ssl-%v-%r/subversion-%v/subversion/tests/clients/cmdline/repositories
  </Location>
  <Location /local_tmp/repos>
   DAV svn
-  SVNPath 
%p/src/svn-ssl-%v-%r/subversion-%v/subversion/tests/clients/cmdline/local_tmp/repos
+  SVNPath 
/sw/src/svn-ssl-%v-%r/subversion-%v/subversion/tests/clients/cmdline/local_tmp/repos
  </Location>
  
  where %v and %r are replaced with the correct versions. Then do
- 'sudo %p/sbin/apachectl graceful' to enable the mod_svn support.
+ 'sudo /sw/sbin/apachectl graceful' to enable the mod_svn support.
 
  The "Replaces: svn-ssl (<= 1.1.1-11)" is needed since svnlook was 
  (incorrectly) in the svn-client-ssl package < 1.1.1 and was 
@@ -383,7 +413,7 @@
 of using %i
 
 The patch also fixes problem with dependency_libs in other packages 
-having -ldb-4.1 ot libdb-4.1.la in there, so that libtool ignores 
+having -ldb-4.1 or libdb-4.1.la in there, so that libtool ignores 
 these.
 
 Many thanks to Peter O'Gorman for the help with the libtool patch.



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to