diff options
author | is <is@pkgsrc.org> | 2010-01-23 23:21:45 +0000 |
---|---|---|
committer | is <is@pkgsrc.org> | 2010-01-23 23:21:45 +0000 |
commit | 5c9f2374bc24e958e7833d457e46754ba8542473 (patch) | |
tree | 096c2d3f6c99f9d65a9427e3047838768a16d0f6 /math/ordCalc | |
parent | b9ba5646b71b77592799a69517be685d4ba82234 (diff) | |
download | pkgsrc-5c9f2374bc24e958e7833d457e46754ba8542473.tar.gz |
Make "make test" less confusing (stdout/stderr reordering issue).
Diffstat (limited to 'math/ordCalc')
-rw-r--r-- | math/ordCalc/Makefile | 3 | ||||
-rw-r--r-- | math/ordCalc/distinfo | 3 | ||||
-rw-r--r-- | math/ordCalc/patches/patch-ac | 13 |
3 files changed, 17 insertions, 2 deletions
diff --git a/math/ordCalc/Makefile b/math/ordCalc/Makefile index 61c2f0efba5..d43894748f9 100644 --- a/math/ordCalc/Makefile +++ b/math/ordCalc/Makefile @@ -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 --git a/math/ordCalc/distinfo b/math/ordCalc/distinfo index 6949deeb0e4..145cf671ccb 100644 --- a/math/ordCalc/distinfo +++ b/math/ordCalc/distinfo @@ -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 --git a/math/ordCalc/patches/patch-ac b/math/ordCalc/patches/patch-ac new file mode 100644 index 00000000000..b2131a2b16a --- /dev/null +++ b/math/ordCalc/patches/patch-ac @@ -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) + { + } + |