summaryrefslogtreecommitdiff
path: root/math/PDL/files
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-05-06 03:49:05 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-05-06 03:49:05 +0000
commit28e7382123cbc7ef132190c6b3c29b101db38cfc (patch)
treea9d50288bd0e48228abd908a6f7bd8be06c4e7bd /math/PDL/files
parentPR: 51521 (diff)
As announced on 27 March 2003 in <20030328052350.GA18971@rot13.obsecurity.org>,
remove these ports that have been broken for >4 months (in many cases much longer) with no sign of a fix.
Notes
Notes: svn path=/head/; revision=80201
Diffstat (limited to 'math/PDL/files')
-rw-r--r--math/PDL/files/patch-aa20
-rw-r--r--math/PDL/files/patch-cpoly.c21
-rw-r--r--math/PDL/files/patch-gg12
3 files changed, 0 insertions, 53 deletions
diff --git a/math/PDL/files/patch-aa b/math/PDL/files/patch-aa
deleted file mode 100644
index 07c535f951e5..000000000000
--- a/math/PDL/files/patch-aa
+++ /dev/null
@@ -1,20 +0,0 @@
---- perldl.conf.orig Wed Sep 25 00:54:05 2002
-+++ perldl.conf Wed Sep 25 00:56:00 2002
-@@ -22,7 +22,7 @@
- # 0 -> don't use
- # true -> force use
-
-- WITH_POSIX_THREADS => undef,
-+ WITH_POSIX_THREADS => 0,
-
- MALLOCDBG => undef,
- # {
-@@ -75,7 +75,7 @@
- OPENGL_DEFINE => undef,
- # Whether or not to build the Karma interface module
-
-- WITH_KARMA => undef, # Leave it up to PDL to decide
-+ WITH_KARMA => 0, # Leave it up to PDL to decide
- WHERE_KARMA => undef, # you may explicitly specify directory location
-
- # Whether or not to build the PDL::Slatec module
diff --git a/math/PDL/files/patch-cpoly.c b/math/PDL/files/patch-cpoly.c
deleted file mode 100644
index bc425f940f6c..000000000000
--- a/math/PDL/files/patch-cpoly.c
+++ /dev/null
@@ -1,21 +0,0 @@
---- Basic/Math/cpoly.c.orig Wed Sep 25 01:05:04 2002
-+++ Basic/Math/cpoly.c Wed Sep 25 01:13:38 2002
-@@ -9,7 +9,6 @@
- #include <stdlib.h>
- #include <math.h>
- #if !defined(WIN32) && !defined(_WIN32) && !defined(__APPLE__)
--#include <values.h>
- #endif
- #include <float.h>
- /* #define DEBUGMAIN */ /* Set up debugging main, etc. */
-@@ -750,8 +749,8 @@
- #if !defined(WIN32) && !defined(_WIN32) && !defined(__APPLE__)
- base = 2;
- eta = DBL_EPSILON;
-- smalno = MINDOUBLE;
-- infin = MAXDOUBLE;
-+ smalno = DBL_MIN;
-+ infin = DBL_MAX;
- #else
- base = 2;
- eta = DBL_EPSILON;
diff --git a/math/PDL/files/patch-gg b/math/PDL/files/patch-gg
deleted file mode 100644
index 0177b9bd2496..000000000000
--- a/math/PDL/files/patch-gg
+++ /dev/null
@@ -1,12 +0,0 @@
---- Basic/Math/mconf.h.orig Wed Sep 25 00:57:31 2002
-+++ Basic/Math/mconf.h Wed Sep 25 00:58:06 2002
-@@ -89,7 +89,9 @@
- #endif
- #if defined __alpha && ! defined __linux
- #include <float.h>
-+#ifndef __FreeBSD__
- #include <nan.h>
-+#endif
- #endif
- #ifndef NANARG
- #define NANARG