pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/tochnog Correct a bug in the patch that made the ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1da579f48b9b
branches: trunk
changeset: 470305:1da579f48b9b
user: kristerw <kristerw%pkgsrc.org@localhost>
date: Mon Mar 08 00:10:52 2004 +0000
description:
Correct a bug in the patch that made the makefile think that c++
files has .gcc as suffix instead of .cc.
diffstat:
math/tochnog/distinfo | 4 ++--
math/tochnog/patches/patch-aa | 9 +--------
2 files changed, 3 insertions(+), 10 deletions(-)
diffs (37 lines):
diff -r 1f9795a13798 -r 1da579f48b9b math/tochnog/distinfo
--- a/math/tochnog/distinfo Mon Mar 08 00:09:46 2004 +0000
+++ b/math/tochnog/distinfo Mon Mar 08 00:10:52 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2001/05/07 22:09:14 dmcmahill Exp $
+$NetBSD: distinfo,v 1.4 2004/03/08 00:10:52 kristerw Exp $
SHA1 (tochnog-20010429/tn.tar.gz) = a4628df82573b5b9ebf5deeb9f32c6068cff5fed
Size (tochnog-20010429/tn.tar.gz) = 394723 bytes
@@ -6,5 +6,5 @@
Size (tochnog-20010429/tnu.ps.gz) = 756685 bytes
SHA1 (tochnog-20010429/tnp.ps.gz) = d12a0840f8cceae67dea8bd18a2405a05f356d9b
Size (tochnog-20010429/tnp.ps.gz) = 41836 bytes
-SHA1 (patch-aa) = 256526e013cc652fae30328869244975c12fa4b8
+SHA1 (patch-aa) = 5ab191726552c8d7b44a3d3649099e5ab9f6f0b7
SHA1 (patch-ab) = e90269af74181a3ce4be670b83ac07ff7e1a7c94
diff -r 1f9795a13798 -r 1da579f48b9b math/tochnog/patches/patch-aa
--- a/math/tochnog/patches/patch-aa Mon Mar 08 00:09:46 2004 +0000
+++ b/math/tochnog/patches/patch-aa Mon Mar 08 00:10:52 2004 +0000
@@ -1,16 +1,9 @@
-$NetBSD: patch-aa,v 1.3 2001/05/07 22:09:15 dmcmahill Exp $
+$NetBSD: patch-aa,v 1.4 2004/03/08 00:10:52 kristerw Exp $
avoid the c++ with optimization compiler bug on one particular file.
--- makefile.orig Sun Apr 8 13:13:35 2001
+++ makefile Mon May 7 17:50:13 2001
-@@ -22,5 +22,5 @@
-
- # *********** default environment *******************
--SRC_CPP=cc
-+SRC_CPP=$(CC)
- SRC_C=c
- SYS_FILE=sysother
@@ -66,5 +66,5 @@
# *********** default platform *******************
Home |
Main Index |
Thread Index |
Old Index