[Lunar-commits] <moonbase> postgresql: Another breakage with perl-5.14.0.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Sun May 22 18:09:39 CEST 2011


commit fe1123ca3ae4d7b75d26120efbcbc95362edb3e2
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Sun May 22 12:09:39 2011 -0400

    postgresql: Another breakage with perl-5.14.0.
    
    Damn it Jim, I must equal equal.
---
 sql/postgresql/BUILD |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/sql/postgresql/BUILD b/sql/postgresql/BUILD
index 82e1387..89c831f 100644
--- a/sql/postgresql/BUILD
+++ b/sql/postgresql/BUILD
@@ -1,13 +1,16 @@
 (
 
-  message " ${PROBLEM_COLOR}Warning! ${DEFAULT_COLOR}This module needs a dump/restore for the databases in the old 8.x <= version format."
-  sleep 5
+# Another bit of breakage with the bump to perl-5.14.0
+  sedit "s:GvCV(sv) =:GvCV(sv) ==:" src/pl/plperl/plperl.c &&
+
+  message " ${PROBLEM_COLOR}Warning! ${DEFAULT_COLOR}This module needs a dump/restore for the databases in the old 8.x <= version format." &&
+  sleep 5 &&
 
   if in_depends $MODULE timezone-data; then
     OPTS+=" --with-system-tzdata=/usr/share/zoneinfo"
   fi &&
 
-  OPTS+=" --enable-thread-safety --enable-nls --enable-integer-datetimes"
+  OPTS+=" --enable-thread-safety --enable-nls --enable-integer-datetimes" &&
 
   default_build &&
 


More information about the Lunar-commits mailing list