pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/gtranslator Fix build with scrollkeeper-config...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3c8c2bca2174
branches:  trunk
changeset: 537011:3c8c2bca2174
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Jan 01 15:44:55 2008 +0000

description:
Fix build with scrollkeeper-config related changes.

diffstat:

 editors/gtranslator/distinfo         |   3 ++-
 editors/gtranslator/patches/patch-aa |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 5fc5b54e45a8 -r 3c8c2bca2174 editors/gtranslator/distinfo
--- a/editors/gtranslator/distinfo      Tue Jan 01 14:23:44 2008 +0000
+++ b/editors/gtranslator/distinfo      Tue Jan 01 15:44:55 2008 +0000
@@ -1,8 +1,9 @@
-$NetBSD: distinfo,v 1.6 2007/05/12 13:46:20 wiz Exp $
+$NetBSD: distinfo,v 1.7 2008/01/01 15:44:55 joerg Exp $
 
 SHA1 (gtranslator-1.1.7.tar.gz) = 2f91ea7a7bb3adf3524a92d9961d57c2cbf7667a
 RMD160 (gtranslator-1.1.7.tar.gz) = ff9ff64c762cb746bf1e5c87fd15b014aa212048
 Size (gtranslator-1.1.7.tar.gz) = 1108637 bytes
+SHA1 (patch-aa) = eb4480817b4d4da73365e8a1b92040bc9dabfab3
 SHA1 (patch-ab) = 93e6c28aacf1d0400238c3273579ba54f5a4f62f
 SHA1 (patch-ac) = 5683310f863afd029642178258b9992e2008ea69
 SHA1 (patch-ae) = 54d575786d22087b1a86185e9b7f2f1ea598283e
diff -r 5fc5b54e45a8 -r 3c8c2bca2174 editors/gtranslator/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/gtranslator/patches/patch-aa      Tue Jan 01 15:44:55 2008 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.3 2008/01/01 15:44:55 joerg Exp $
+
+--- configure.orig     2006-11-28 00:13:09.000000000 +0000
++++ configure
+@@ -7127,7 +7127,7 @@ fi
+ if test "z$sc_present" = "zyes" ; then
+       { echo "$as_me:$LINENO: checking for scrollkeeper" >&5
+ echo $ECHO_N "checking for scrollkeeper... $ECHO_C" >&6; }
+-      _VERSION=`scrollkeeper-config --version|sed -e 's/\.//g'`
++      _VERSION=`scrollkeeper-config --version|sed -e 's/\.//g' | awk '{ print $1 }'`
+       if test $_VERSION -ge 0 -o $_VERSION -ge 02; then
+               { echo "$as_me:$LINENO: result: yes" >&5
+ echo "${ECHO_T}yes" >&6; }



Home | Main Index | Thread Index | Old Index