pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/rapidsvn Fix portability (==).



details:   https://anonhg.NetBSD.org/pkgsrc/rev/762d1ace3ccf
branches:  trunk
changeset: 522301:762d1ace3ccf
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Dec 06 18:58:45 2006 +0000

description:
Fix portability (==).

diffstat:

 devel/rapidsvn/distinfo         |   3 ++-
 devel/rapidsvn/patches/patch-ab |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r c36781045f88 -r 762d1ace3ccf devel/rapidsvn/distinfo
--- a/devel/rapidsvn/distinfo   Wed Dec 06 18:31:35 2006 +0000
+++ b/devel/rapidsvn/distinfo   Wed Dec 06 18:58:45 2006 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.11 2006/09/24 16:04:00 joerg Exp $
+$NetBSD: distinfo,v 1.12 2006/12/06 18:58:45 joerg Exp $
 
 SHA1 (rapidsvn-0.9.3.tar.gz) = 71a57ffb4f7944191df51c4a2a87f1c971567543
 RMD160 (rapidsvn-0.9.3.tar.gz) = 316904503ab1a067fb14b0567d6e28bc2a6ad6c5
 Size (rapidsvn-0.9.3.tar.gz) = 998268 bytes
 SHA1 (patch-aa) = 05867a8dde1c9c4db512e40e99be20c89b1f3576
+SHA1 (patch-ab) = 93482d2379eaa6ad6096ad754bd0fba6074ca094
diff -r c36781045f88 -r 762d1ace3ccf devel/rapidsvn/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/rapidsvn/patches/patch-ab   Wed Dec 06 18:58:45 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2006/12/06 18:58:45 joerg Exp $
+
+--- configure.orig     2006-12-06 18:43:28.000000000 +0000
++++ configure
+@@ -18665,7 +18665,7 @@ CPPFLAGS="$CPPFLAGS -I$abs_srcdir/includ
+ 
+ echo "$as_me:$LINENO: checking for gcc/g++" >&5
+ echo $ECHO_N "checking for gcc/g++... $ECHO_C" >&6
+-if test "$GXX" == "yes" ; then
++if test "$GXX" = "yes" ; then
+    echo "$as_me:$LINENO: result: found (using \"-Wall\" and \"-fexceptions\")" >&5
+ echo "${ECHO_T}found (using \"-Wall\" and \"-fexceptions\")" >&6
+    CPPFLAGS="$CPPFLAGS -Wall -fexceptions"



Home | Main Index | Thread Index | Old Index