From 58523e38bed36a77db3619b767435e89ad6bfd3b Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Mon, 2 May 2011 07:30:25 +0000 Subject: remove unmaintained expired ports from math 2011-05-01 math/fudgit: Upstream disapear and distfile is no more available 2011-05-01 math/kaskade: Upstream disapear and distfile is no more available 2011-05-01 math/qscanplot: Upstream disapear and distfile is no more available 2011-05-01 math/rpc: Upstream disapear and distfile is no more available 2011-05-01 math/ss: Upstream disapear and distfile is no more available 2011-05-01 math/wmcalc: Upstream disapear and distfile is no more available --- math/kaskade/files/patch-sources_vector.c | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 math/kaskade/files/patch-sources_vector.c (limited to 'math/kaskade/files/patch-sources_vector.c') diff --git a/math/kaskade/files/patch-sources_vector.c b/math/kaskade/files/patch-sources_vector.c deleted file mode 100644 index 404ff2e6d4b2..000000000000 --- a/math/kaskade/files/patch-sources_vector.c +++ /dev/null @@ -1,28 +0,0 @@ ---- ./sources/vector.c.orig Thu Oct 10 12:01:35 1996 -+++ ./sources/vector.c Tue Aug 16 22:37:14 2005 -@@ -5,12 +5,14 @@ - Part of the Kaskade distribution - */ - -+#include -+using namespace std; - - template Vector:: ~Vector() { v+=l; delete[] v; } - - template void Vector:: allocate (int l1, int h1) --{ -- l=l1; h=h1; -+{ -+ l=l1; h=h1; - if (h < l) { - cout << "\n*** Class vector: wrong indices: l,h = " - << l << " " << h << "\n"; -@@ -23,7 +25,7 @@ - cout.flush(); abort(); - } - v -= l; --} -+} - - template void Vector:: resize(int newl, int newh) - { -- cgit v1.2.3