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>
14 lines
283 B
Text
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"
|
|
|
|
|