pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ogre Fix a typo in the configure script that mak...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2460ccda76bb
branches:  trunk
changeset: 469721:2460ccda76bb
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Fri Feb 27 14:50:19 2004 +0000

description:
Fix a typo in the configure script that makes the build fail when using
gcc < 3.x, as shown in last kristerw@'s bulk build.

diffstat:

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

diffs (29 lines):

diff -r 499675318e4f -r 2460ccda76bb devel/ogre/distinfo
--- a/devel/ogre/distinfo       Fri Feb 27 14:30:04 2004 +0000
+++ b/devel/ogre/distinfo       Fri Feb 27 14:50:19 2004 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.1.1.1 2003/12/03 19:01:46 xtraeme Exp $
+$NetBSD: distinfo,v 1.2 2004/02/27 14:50:19 jmmv Exp $
 
 SHA1 (ogre-v0-12-1.tar.bz2) = ffabeeb66305182ca3c7f2d9ee5a700599afd0db
 Size (ogre-v0-12-1.tar.bz2) = 13718569 bytes
 SHA1 (patch-aa) = f091507e8f84385a1ce2e78bd811189006fdb449
 SHA1 (patch-ab) = d2d6e3482391d6b5562a9cfdb302adc2911686b2
+SHA1 (patch-ac) = bfe1bfd9c2033cb75dd5db97ce930e419a649639
diff -r 499675318e4f -r 2460ccda76bb devel/ogre/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ogre/patches/patch-ac       Fri Feb 27 14:50:19 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1 2004/02/27 14:50:19 jmmv Exp $
+
+--- configure.orig     2003-10-12 22:56:56.000000000 +0200
++++ configure
+@@ -8485,7 +8485,7 @@ _ACEOF
+ echo "${ECHO_T}yes" >&6;
+     else
+         echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6!
++echo "${ECHO_T}no" >&6;
+     fi
+ fi
+ 



Home | Main Index | Thread Index | Old Index