Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/devel
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv19770/main/finkinfo/devel

Modified Files:
        libapache2-mod-svn.info svn-javahl.info svn-swig-pm.info 
        svn-swig-py.info svn.info 
Log Message:
Patch to work with apr 0.9.12


Index: svn-swig-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/devel/svn-swig-pm.info,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- svn-swig-pm.info    18 Jul 2006 22:43:29 -0000      1.16
+++ svn-swig-pm.info    3 Aug 2006 19:31:25 -0000       1.17
@@ -10,7 +10,7 @@
 
 # Dependencies:
 Depends: perl%type_pkg[perl]-core, svn-shlibs (>= %v-11), swig-shlibs (>= 
1.3.20-2), %{Ni}-shlibs
-BuildDepends: fink (>= 0.21.1-1), svn-dev (>= %v-11), apr (>= 0.9.6-10), 
apr-common (>= 0.9.6-10), db43, gdbm3, expat (>= 1.95.6-2), libxml2 (>= 
2.5.10-12), neon24 (>= 0.24.7-11), swig (>= 1.3.20-2), libiconv-dev (>= 
1.9.1-11), gettext-bin, gettext-tools, libgettext3-dev, io-string-pm, libtool14 
(>= 1.5.10-1), autoconf (>= 2.60-1), automake1.9
+BuildDepends: fink (>= 0.21.1-1), svn-dev (>= %v-11), apr (>= 0.9.12-1), 
apr-common (>= 0.9.12-1), db43, gdbm3, expat (>= 1.95.6-2), libxml2 (>= 
2.5.10-12), neon24 (>= 0.24.7-11), swig (>= 1.3.20-2), libiconv-dev (>= 
1.9.1-11), gettext-bin, gettext-tools, libgettext3-dev, io-string-pm, libtool14 
(>= 1.5.10-1), autoconf (>= 2.60-1), automake1.9
 
 # Unpack Phase:
 Source: http://subversion.tigris.org/tarballs/subversion-%v.tar.bz2
@@ -18,6 +18,7 @@
 
 # Patch Phase:
 Patch: svn.patch
+PatchScript: perl -pi -e 's;\[5\-9\];\\($&\\|[0-9]\\{2,\\}\\);' configure.in
 
 # Compile Phase:
 SetCPPFLAGS: -I%p/include/db4 -no-cpp-precomp

Index: svn-javahl.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/devel/svn-javahl.info,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- svn-javahl.info     18 Jul 2006 22:43:29 -0000      1.12
+++ svn-javahl.info     3 Aug 2006 19:31:25 -0000       1.13
@@ -1,7 +1,7 @@
 Info2: <<
 Package: svn-javahl
 Version: 1.2.3
-Revision: 11
+Revision: 14
 Description: Subversion - Java bindings
 Type: java(1.4)
 License: BSD
@@ -9,7 +9,7 @@
 
 # Dependencies:
 Depends: system-java%type_pkg[java], svn-shlibs (>= %v-11)
-BuildDepends: fink (>= 0.22.2-1), svn-dev (>= %v-11), apr (>= 0.9.6-10), 
apr-common (>= 0.9.6-10), db43, gdbm3, expat (>= 1.95.6-2), libxml2 (>= 
2.5.10-12), neon24 (>= 0.24.7-11), libiconv-dev (>= 1.9.1-11), 
system-java%type_pkg[java]-dev, gettext-bin, gettext-tools, libgettext3-dev, 
io-string-pm, libtool14 (>= 1.5.10-1), autoconf (>= 2.60-1), automake1.9
+BuildDepends: fink (>= 0.22.2-1), svn-dev (>= %v-11), apr (>= 0.9.12-1), 
apr-common (>= 0.9.12-1), db43, gdbm3, expat (>= 1.95.6-2), libxml2 (>= 
2.5.10-12), neon24 (>= 0.24.7-11), libiconv-dev (>= 1.9.1-11), 
system-java%type_pkg[java]-dev, gettext-bin, gettext-tools, libgettext3-dev, 
io-string-pm, libtool14 (>= 1.5.10-1), autoconf (>= 2.60-1), automake1.9
 # Only needs to be enabled for 'make check-javahl':
 #, junit
 
@@ -19,6 +19,7 @@
 
 # Patch Phase:
 Patch: svn.patch
+PatchScript: perl -pi -e 's;\[5\-9\];\\($&\\|[0-9]\\{2,\\}\\);' configure.in
 
 # 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 
--with-jdk=/System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Home 
--enable-javahl --with-jikes=no --disable-swig-bindings --without-swig 
--without-python --without-perl --without-ruby

Index: libapache2-mod-svn.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/devel/libapache2-mod-svn.info,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- libapache2-mod-svn.info     18 Jul 2006 22:43:29 -0000      1.13
+++ libapache2-mod-svn.info     3 Aug 2006 19:31:25 -0000       1.14
@@ -1,13 +1,13 @@
 Package: libapache2-mod-svn
 Version: 1.2.3
-Revision: 11
+Revision: 14
 Description: Subversion - mod_svn
 License: BSD
 Maintainer: Christian Schaffner <[EMAIL PROTECTED]>
 
 # Dependencies:
-Depends: apache2 (>= 2.0.54-10), apr-common (>= 0.9.6-10), svn-shlibs (>= 
%v-11)
-BuildDepends: fink (>= 0.21.1-1), svn-dev (>= %v-11), apr (>= 0.9.6-10), 
apr-common (>= 0.9.6-10), db43, gdbm3, expat (>= 1.95.6-2), libxml2 (>= 
2.5.10-12), neon24 (>= 0.24.7-11), libiconv-dev (>= 1.9.1-11), apache2-dev (>= 
2.0.54-10), gettext-bin, gettext-tools, libgettext3-dev, io-string-pm, 
libtool14 (>= 1.5.10-1), autoconf (>= 2.60-1), automake1.9
+Depends: apache2 (>= 2.0.54-10), apr-common (>= 0.9.12-1), svn-shlibs (>= 
%v-11)
+BuildDepends: fink (>= 0.21.1-1), svn-dev (>= %v-11), apr (>= 0.9.12-1), 
apr-common (>= 0.9.12-1), db43, gdbm3, expat (>= 1.95.6-2), libxml2 (>= 
2.5.10-12), neon24 (>= 0.24.7-11), libiconv-dev (>= 1.9.1-11), apache2-dev (>= 
2.0.54-10), gettext-bin, gettext-tools, libgettext3-dev, io-string-pm, 
libtool14 (>= 1.5.10-1), autoconf (>= 2.60-1), automake1.9
 Conflicts: svn-client (<= 0.26.0-2), apache2 (<< 2.0.47-1)
 
 # Unpack Phase:
@@ -16,6 +16,7 @@
 
 # Patch Phase:
 Patch: svn.patch
+PatchScript: perl -pi -e 's;\[5\-9\];\\($&\\|[0-9]\\{2,\\}\\);' configure.in
 
 # 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 --with-apxs=%p/sbin/apxs 
--without-apache --disable-mod-activation --without-jdk --disable-javahl 
--with-jikes=no --disable-swig-bindings --without-swig --without-python 
--without-perl --without-ruby

Index: svn-swig-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/devel/svn-swig-py.info,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- svn-swig-py.info    18 Jul 2006 22:43:29 -0000      1.12
+++ svn-swig-py.info    3 Aug 2006 19:31:25 -0000       1.13
@@ -1,7 +1,7 @@
 Info2: <<
 Package: svn-swig-py%type_pkg[python]
 Version: 1.2.3
-Revision: 11
+Revision: 14
 Description: Subversion - Swig Python bindings
 Type: python (2.3 2.4)
 License: BSD
@@ -9,7 +9,7 @@
 
 # Dependencies:
 Depends: python%type_pkg[python] | python%type_pkg[python]-nox, svn-shlibs (>= 
%v-11), swig-shlibs (>= 1.3.20-2)
-BuildDepends: fink (>= 0.21.1-1), svn-dev (>= %v-11), apr (>= 0.9.6-10), 
apr-common (>= 0.9.6-10), db43, gdbm3, expat (>= 1.95.6-2), libxml2 (>= 
2.5.10-12), neon24 (>= 0.24.7-11), swig (>= 1.3.20-2), libiconv-dev (>= 
1.9.1-11), gettext-bin, gettext-tools, libgettext3-dev, io-string-pm, libtool14 
(>= 1.5.10-1), autoconf (>= 2.60-1), automake1.9
+BuildDepends: fink (>= 0.21.1-1), svn-dev (>= %v-11), apr (>= 0.9.12-1), 
apr-common (>= 0.9.12-1), db43, gdbm3, expat (>= 1.95.6-2), libxml2 (>= 
2.5.10-12), neon24 (>= 0.24.7-11), swig (>= 1.3.20-2), libiconv-dev (>= 
1.9.1-11), gettext-bin, gettext-tools, libgettext3-dev, io-string-pm, libtool14 
(>= 1.5.10-1), autoconf (>= 2.60-1), automake1.9
 Conflicts: %{Ni}23, %{Ni}24
 Replaces: %{Ni}23, %{Ni}24, svn-shlibs (<< 1.0.4-11)
 
@@ -19,6 +19,7 @@
 
 # Patch Phase:
 Patch: svn.patch
+PatchScript: perl -pi -e 's;\[5\-9\];\\($&\\|[0-9]\\{2,\\}\\);' configure.in
 
 # Compile Phase:
 SetCPPFLAGS: -I%p/include/db4 -no-cpp-precomp

Index: svn.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/devel/svn.info,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- svn.info    18 Jul 2006 22:43:29 -0000      1.42
+++ svn.info    3 Aug 2006 19:31:25 -0000       1.43
@@ -1,13 +1,13 @@
 Package: svn
 Version: 1.2.3
-Revision: 11
+Revision: 14
 Description: Subversion - svnserve, tools
 License: BSD
 Maintainer: Christian Schaffner <[EMAIL PROTECTED]>
 
 # Dependencies:
 Depends: %N-shlibs (= %v-%r), daemonic
-BuildDepends: apr (>= 0.9.6-10), apr-common (>= 0.9.6-10), db43, gdbm3, expat 
(>= 1.95.6-2), libxml2 (>= 2.5.10-12), fink (>= 0.16.0-1), neon24 (>= 
0.24.7-11), swig (>= 1.3.20-2), texinfo (>= 4.2-22), libiconv-dev (>= 
1.9.1-11), gettext-bin, gettext-tools, libgettext3-dev, io-string-pm, libtool14 
(>= 1.5.10-1), autoconf (>= 2.60-1), automake1.9
+BuildDepends: apr (>= 0.9.12-1), apr-common (>= 0.9.12-1), db43, gdbm3, expat 
(>= 1.95.6-2), libxml2 (>= 2.5.10-12), fink (>= 0.16.0-1), neon24 (>= 
0.24.7-11), swig (>= 1.3.20-2), texinfo (>= 4.2-22), libiconv-dev (>= 
1.9.1-11), gettext-bin, gettext-tools, libgettext3-dev, io-string-pm, libtool14 
(>= 1.5.10-1), autoconf (>= 2.60-1), automake1.9
 Conflicts: svn-client-ssl, svn-client (<= 0.26.0-2), apache2 (<< 2.0.47-1)
 Replaces: svn-client-ssl, svn-client (<= 1.1.1-11)
 
@@ -17,6 +17,7 @@
 
 # Patch Phase:
 Patch: %n.patch
+PatchScript: perl -pi -e 's;\[5\-9\];\\($&\\|[0-9]\\{2,\\}\\);' configure.in
 
 # 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 --without-ruby
@@ -191,7 +192,7 @@
   Package: %N-shlibs
   Conflicts: svn-client (<= 0.26.0-2)
   Replaces: svn-client (<= 0.26.0-2)
-  Depends: apr-shlibs (>= 0.9.6-10), db43-shlibs, gdbm3-shlibs, expat-shlibs 
(>= 1.95.6-2), libxml2-shlibs (>= 2.5.10-12), neon24-shlibs (>= 0.24.7-11), 
libgettext3-shlibs
+  Depends: apr-shlibs (>= 0.9.12-1), db43-shlibs, gdbm3-shlibs, expat-shlibs 
(>= 1.95.6-2), libxml2-shlibs (>= 2.5.10-12), neon24-shlibs (>= 0.24.7-11), 
libgettext3-shlibs
   Files: <<
     lib/libsvn_client-1.0.0.0.dylib
     lib/libsvn_delta-1.0.0.0.dylib
@@ -390,11 +391,11 @@
  
  <Location /repositories>
   DAV svn
-  SVNParentPath 
/sw/src/svn-%v-%r/subversion-%v/subversion/tests/clients/cmdline/repositories
+  SVNParentPath 
/sw/src/fink.build/svn-%v-%r/subversion-%v/subversion/tests/clients/cmdline/repositories
  </Location>
  <Location /local_tmp/repos>
   DAV svn
-  SVNPath 
/sw/src/svn-%v-%r/subversion-%v/subversion/tests/clients/cmdline/local_tmp/repos
+  SVNPath 
/sw/src/fink.build/svn-%v-%r/subversion-%v/subversion/tests/clients/cmdline/local_tmp/repos
  </Location>
  
  where %v and %r are replaced with the correct versions. Then do


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to