summaryrefslogtreecommitdiff
path: root/math/tochnog
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2004-03-08 00:10:52 +0000
committerkristerw <kristerw@pkgsrc.org>2004-03-08 00:10:52 +0000
commit1dda53a009b39a18a69b157af0b736d15cb6b942 (patch)
tree320601a5758d7a05e18d00b3fee702feb3aa6bd9 /math/tochnog
parente2d16b771a001b99a03cd899edaff5ee827b4cce (diff)
downloadpkgsrc-1dda53a009b39a18a69b157af0b736d15cb6b942.tar.gz
Correct a bug in the patch that made the makefile think that c++
files has .gcc as suffix instead of .cc.
Diffstat (limited to 'math/tochnog')
-rw-r--r--math/tochnog/distinfo4
-rw-r--r--math/tochnog/patches/patch-aa9
2 files changed, 3 insertions, 10 deletions
diff --git a/math/tochnog/distinfo b/math/tochnog/distinfo
index 24b9a9aa0c0..1e20fec8948 100644
--- a/math/tochnog/distinfo
+++ b/math/tochnog/distinfo
@@ -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 @@ SHA1 (tochnog-20010429/tnu.ps.gz) = 9f41c9cf997f3e4ee60a735dd584bef19be69ef9
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 --git a/math/tochnog/patches/patch-aa b/math/tochnog/patches/patch-aa
index 5fa4505be4a..b2c7416d8c6 100644
--- a/math/tochnog/patches/patch-aa
+++ b/math/tochnog/patches/patch-aa
@@ -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 *******************