pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/libgda Explicitly disable use of readline (w...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/91c31ffd0e11
branches:  trunk
changeset: 488657:91c31ffd0e11
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sat Feb 05 16:30:39 2005 +0000

description:
Explicitly disable use of readline (we weren't using it before anyway).
Fixes build problems under -current.

diffstat:

 databases/libgda/distinfo         |   4 ++--
 databases/libgda/patches/patch-ad |  17 +++++++++++++----
 2 files changed, 15 insertions(+), 6 deletions(-)

diffs (43 lines):

diff -r 47d3a67b4147 -r 91c31ffd0e11 databases/libgda/distinfo
--- a/databases/libgda/distinfo Sat Feb 05 16:27:39 2005 +0000
+++ b/databases/libgda/distinfo Sat Feb 05 16:30:39 2005 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.10 2004/12/17 18:20:33 reed Exp $
+$NetBSD: distinfo,v 1.11 2005/02/05 16:30:39 jmmv Exp $
 
 SHA1 (libgda-1.0.4.tar.bz2) = 8ea2b59c9b35230a2e43a6495b148b5507f2e79b
 Size (libgda-1.0.4.tar.bz2) = 1112201 bytes
 SHA1 (patch-aa) = 72bb5daae7ad2d12e74256d443b1813d68fe86b3
 SHA1 (patch-ab) = 833f31fd0c045ff7c15e0a4e0d76f50f389c7cf2
 SHA1 (patch-ac) = 962381015f8df753b35c45935f90758c2c634efa
-SHA1 (patch-ad) = 4534d447d4e6d0ead87b354bd2662d88387578bb
+SHA1 (patch-ad) = d46e46f0d40900c3dcac864fea9e96cc879382df
diff -r 47d3a67b4147 -r 91c31ffd0e11 databases/libgda/patches/patch-ad
--- a/databases/libgda/patches/patch-ad Sat Feb 05 16:27:39 2005 +0000
+++ b/databases/libgda/patches/patch-ad Sat Feb 05 16:30:39 2005 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ad,v 1.1 2004/12/17 18:20:32 reed Exp $
+$NetBSD: patch-ad,v 1.2 2005/02/05 16:30:39 jmmv Exp $
 
---- configure.orig     Thu Dec 16 17:58:45 2004
-+++ configure  Thu Dec 16 17:59:41 2004
-@@ -2046,7 +2046,7 @@
+--- configure.orig     2004-04-18 21:09:46.000000000 +0200
++++ configure
+@@ -2046,7 +2046,7 @@ if test -z "`$INTLTOOL_PERL -v | fgrep '
  echo "$as_me: error: perl 5.x required for intltool" >&2;}
     { (exit 1); exit 1; }; }
  fi
@@ -11,3 +11,12 @@
  :
  else
     { { echo "$as_me:$LINENO: error: XML::Parser perl module is required for intltool" >&5
+@@ -22666,6 +22666,8 @@ else
+   BUILD_CONFIG_TOOL_TRUE='#'
+   BUILD_CONFIG_TOOL_FALSE=
+ fi
++BUILD_CONFIG_TOOL_TRUE='#'
++BUILD_CONFIG_TOOL_FALSE=
+ 
+ 
+ 



Home | Main Index | Thread Index | Old Index