summaryrefslogtreecommitdiff
path: root/math/sage/files
diff options
context:
space:
mode:
authorStephen Montgomery-Smith <stephen@FreeBSD.org>2012-07-10 19:05:56 +0000
committerStephen Montgomery-Smith <stephen@FreeBSD.org>2012-07-10 19:05:56 +0000
commit8ddfb8cfe925f850d3af3a1f1b26fa35d680030a (patch)
tree80434befefe6e82e16c528b802ad500e7fad423b /math/sage/files
parent- Fix maintainer section (diff)
- Update to 5.1.
Notes
Notes: svn path=/head/; revision=300734
Diffstat (limited to 'math/sage/files')
-rw-r--r--math/sage/files/spkg-patch-flintqs-20070817.p6_-_patches_TonelliShanks.h.patch13
-rw-r--r--math/sage/files/spkg-patch-flintqs-20070817.p6_-_spkg-install10
-rw-r--r--math/sage/files/spkg-patch-gap-4.4.12.p6_-_patches_sysfiles.c2
-rw-r--r--math/sage/files/spkg-patch-sage-5.0_-_sage_combinat_partitions_c.cc11
-rw-r--r--math/sage/files/spkg-patch-sage-5.0_-_sage_misc_getusage.py2
5 files changed, 2 insertions, 36 deletions
diff --git a/math/sage/files/spkg-patch-flintqs-20070817.p6_-_patches_TonelliShanks.h.patch b/math/sage/files/spkg-patch-flintqs-20070817.p6_-_patches_TonelliShanks.h.patch
deleted file mode 100644
index 5455cbda087e..000000000000
--- a/math/sage/files/spkg-patch-flintqs-20070817.p6_-_patches_TonelliShanks.h.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- /dev/null 2012-04-08 00:45:00.000000000 +0000
-+++ flintqs-20070817.p6/patches/TonelliShanks.h.patch 2012-04-08 00:45:31.000000000 +0000
-@@ -0,0 +1,10 @@
-+--- src/TonelliShanks.h.orig 2007-05-05 22:52:39.000000000 +0000
-++++ src/TonelliShanks.h 2012-04-08 00:44:38.000000000 +0000
-+@@ -19,6 +19,7 @@
-+
-+ ============================================================================*/
-+
-++#include <stdint.h>
-+ #include <stdlib.h>
-+
-+ // =====================================================================
diff --git a/math/sage/files/spkg-patch-flintqs-20070817.p6_-_spkg-install b/math/sage/files/spkg-patch-flintqs-20070817.p6_-_spkg-install
deleted file mode 100644
index 91978d6f41a0..000000000000
--- a/math/sage/files/spkg-patch-flintqs-20070817.p6_-_spkg-install
+++ /dev/null
@@ -1,10 +0,0 @@
---- flintqs-20070817.p6/spkg-install-orig 2012-04-08 00:46:21.000000000 +0000
-+++ flintqs-20070817.p6/spkg-install 2012-04-08 00:55:33.000000000 +0000
-@@ -7,6 +7,7 @@
- fi
-
- cp patches/lanczos.h src/
-+patch -p0 < patches/TonelliShanks.h.patch
-
- cd src
-
diff --git a/math/sage/files/spkg-patch-gap-4.4.12.p6_-_patches_sysfiles.c b/math/sage/files/spkg-patch-gap-4.4.12.p6_-_patches_sysfiles.c
index a74d6fe8199d..bd7057cf5314 100644
--- a/math/sage/files/spkg-patch-gap-4.4.12.p6_-_patches_sysfiles.c
+++ b/math/sage/files/spkg-patch-gap-4.4.12.p6_-_patches_sysfiles.c
@@ -1,5 +1,5 @@
--- gap-4.4.12.p6/patches/sysfiles.c.orig 2010-04-29 01:30:00.000000000 +1000
-+++ gap-4.4.12.p6/patches/sysfiles.c 2010-07-26 05:25:58.334562226 +1000
++++ gap-4.4.12.p7/patches/sysfiles.c 2010-07-26 05:25:58.334562226 +1000
@@ -1524,7 +1524,7 @@
** to cooked mode before stopping GAP and back to raw mode when continueing.
*/
diff --git a/math/sage/files/spkg-patch-sage-5.0_-_sage_combinat_partitions_c.cc b/math/sage/files/spkg-patch-sage-5.0_-_sage_combinat_partitions_c.cc
deleted file mode 100644
index 8be8ea525d40..000000000000
--- a/math/sage/files/spkg-patch-sage-5.0_-_sage_combinat_partitions_c.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- sage-5.0.beta13/sage/combinat/partitions_c.cc-orig 2012-04-20 01:01:41.000000000 +0000
-+++ sage-5.0.1/sage/combinat/partitions_c.cc 2012-04-20 01:02:47.000000000 +0000
-@@ -152,7 +152,7 @@
- const unsigned int double_precision = DBL_MANT_DIG; // The assumed precision of a double.
-
-
--#if defined(__sparc) || defined(__CYGWIN__)
-+#if defined(__sparc) || defined(__CYGWIN__) || defined(__FreeBSD__)
- // On sparc solaris long double is bad/broken/different, etc. E.g.,
- // LDBL_MANT_DIG is 113 rather than 106, which causes all kinds of trouble.
- // So we only use double_precision.
diff --git a/math/sage/files/spkg-patch-sage-5.0_-_sage_misc_getusage.py b/math/sage/files/spkg-patch-sage-5.0_-_sage_misc_getusage.py
index e33db38a561c..5e9d804bcb3c 100644
--- a/math/sage/files/spkg-patch-sage-5.0_-_sage_misc_getusage.py
+++ b/math/sage/files/spkg-patch-sage-5.0_-_sage_misc_getusage.py
@@ -1,5 +1,5 @@
--- sage-5.0.beta13/sage/misc/getusage.py-orig 2012-04-11 00:14:47.000000000 +0000
-+++ sage-5.0.1/sage/misc/getusage.py 2012-04-11 00:47:03.000000000 +0000
++++ sage-5.1/sage/misc/getusage.py 2012-04-11 00:47:03.000000000 +0000
@@ -20,6 +20,8 @@
"""
Return the 'top' or 'prstat' line that contains this running Sage