freebsd-ports/devel/subversion-freebsd/files/patch-configure
Lev A. Serebryakov 0ba956f121 Update to subversion-0.35.1
Use old (0.9.4) version of apr instead of recommended 0.9.5.
  Return BIG MESSAGE about repository dump/restore cycle.

  Based on PR form Roman Neuhauser <neuhauser@bellavista.cz>

PR:		ports/61013
Submitted by:	Roman Neuhauser <neuhauser@bellavista.cz>
2004-01-09 16:59:36 +00:00

14 lines
283 B
Text

--- configure.orig Thu Oct 9 09:10:22 2003
+++ configure Thu Oct 9 09:10:30 2003
@@ -2952,9 +2952,9 @@
-APR_VER_REGEX="0\.9\.[5-9]"
+APR_VER_REGEX="0\.9\.[4-9]"
APR_VER_REGEX_TOO="1\.0"
-APU_VER_REGEX="0\.9\.[5-9]"
+APU_VER_REGEX="0\.9\.[4-9]"
APU_VER_REGEX_TOO="1\.0"