pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/monotone/patches Fix a bug in the configure scri...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eca095543288
branches:  trunk
changeset: 536401:eca095543288
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Wed Dec 12 14:34:58 2007 +0000

description:
Fix a bug in the configure script that prevents it from working on
NetBSD 3.0.  Found by gavan@.

diffstat:

 devel/monotone/patches/patch-aa |  19 ++++++++++++++++---
 1 files changed, 16 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r d14ac92b56d4 -r eca095543288 devel/monotone/patches/patch-aa
--- a/devel/monotone/patches/patch-aa   Wed Dec 12 13:24:39 2007 +0000
+++ b/devel/monotone/patches/patch-aa   Wed Dec 12 14:34:58 2007 +0000
@@ -1,8 +1,21 @@
-$NetBSD: patch-aa,v 1.16 2007/10/26 14:08:25 jmmv Exp $
+$NetBSD: patch-aa,v 1.17 2007/12/12 14:34:58 jmmv Exp $
 
---- configure.orig     2007-10-26 10:31:46.000000000 +0200
+--- configure.orig     2007-10-26 00:41:00.000000000 +0200
 +++ configure
-@@ -12100,7 +12102,7 @@ echo $ECHO_N "checking for PCRE using pc
+@@ -11879,9 +11879,9 @@ fi
+ # Check whether --with-system-pcre was given.
+ if test "${with_system_pcre+set}" = set; then
+   withval=$with_system_pcre; case "$withval" in
+-      (""|yes) with_system_pcre=yes ;;
+-      (no)     with_system_pcre=no  ;;
+-      (*)      { { echo "$as_me:$LINENO: error: --with(out)-system-pcre takes no argument" >&5
++      ""|yes) with_system_pcre=yes ;;
++      no)     with_system_pcre=no  ;;
++      *)      { { echo "$as_me:$LINENO: error: --with(out)-system-pcre takes no argument" >&5
+ echo "$as_me: error: --with(out)-system-pcre takes no argument" >&2;}
+    { (exit 1); exit 1; }; } ;;
+     esac
+@@ -12100,7 +12100,7 @@ echo $ECHO_N "checking for PCRE using pc
         # automatically.
         PCRE_LIBS="`pcre-config --libs | \
                     sed -e 's:-L */usr/lib/*::' -e 's:-R */usr/lib/*::' \



Home | Main Index | Thread Index | Old Index