pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/ordCalc Make "make test" less confusing (stdout/s...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0d1148a420b4
branches: trunk
changeset: 570041:0d1148a420b4
user: is <is%pkgsrc.org@localhost>
date: Sat Jan 23 23:21:45 2010 +0000
description:
Make "make test" less confusing (stdout/stderr reordering issue).
diffstat:
math/ordCalc/Makefile | 3 ++-
math/ordCalc/distinfo | 3 ++-
math/ordCalc/patches/patch-ac | 13 +++++++++++++
3 files changed, 17 insertions(+), 2 deletions(-)
diffs (45 lines):
diff -r 7c26a720ac99 -r 0d1148a420b4 math/ordCalc/Makefile
--- a/math/ordCalc/Makefile Sat Jan 23 23:08:03 2010 +0000
+++ b/math/ordCalc/Makefile Sat Jan 23 23:21:45 2010 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2010/01/21 13:50:55 is Exp $
+# $NetBSD: Makefile,v 1.3 2010/01/23 23:21:45 is Exp $
#
ORDCALCVER= 0.2
PKGNAME= ordCalc-${ORDCALCVER}
DISTNAME= ordCalc_${ORDCALCVER}
+PKGREVISION= 1
CATEGORIES= math
MASTER_SITES= http://mtnmath.com/ord/
EXTRACT_SUFX= .tar.bz2
diff -r 7c26a720ac99 -r 0d1148a420b4 math/ordCalc/distinfo
--- a/math/ordCalc/distinfo Sat Jan 23 23:08:03 2010 +0000
+++ b/math/ordCalc/distinfo Sat Jan 23 23:21:45 2010 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.2 2010/01/21 13:50:55 is Exp $
+$NetBSD: distinfo,v 1.3 2010/01/23 23:21:45 is Exp $
SHA1 (ordCalc_0.2.tar.bz2) = 6b3e1e5b714cc50d1e2c48b8f06b8dd41fbde134
RMD160 (ordCalc_0.2.tar.bz2) = caf9c89a2a54fe3e5414cb7f1e1a4e1d4aad0397
Size (ordCalc_0.2.tar.bz2) = 1123521 bytes
SHA1 (patch-aa) = 8e07a797e1f258727e1320ffe4e6256cd5049a69
SHA1 (patch-ab) = 0adfeaa3a1018d3197a26480e9a736e7d9da962d
+SHA1 (patch-ac) = a716cc6dc42d46b5c9c0d0fe5bda8a226ab71638
diff -r 7c26a720ac99 -r 0d1148a420b4 math/ordCalc/patches/patch-ac
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/ordCalc/patches/patch-ac Sat Jan 23 23:21:45 2010 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1 2010/01/23 23:21:45 is Exp $
+
+--- src/ordinal.cpp.orig 2010-01-17 04:51:35.000000000 +0000
++++ src/ordinal.cpp
+@@ -1341,7 +1341,7 @@ static void limitElementComboTest(const
+ }
+ }
+
+-OutStream::OutStream():currentStream(&cerr),debugStream(0)
++OutStream::OutStream():currentStream(&cout),debugStream(0)
+ {
+ }
+
Home |
Main Index |
Thread Index |
Old Index