diff options
author | stephen <stephen@FreeBSD.org> | 2012-07-11 03:05:56 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2012-07-11 03:05:56 +0800 |
commit | 3c1837e40259f9265f0cee32a8c090ce10309514 (patch) | |
tree | 8ec173e4b512d80920ed1d15ed5442054a3a7b87 /math/sage/files | |
parent | 1ad10bfbed799b4e279c9adec20917b933ee2451 (diff) | |
download | freebsd-ports-gnome-3c1837e40259f9265f0cee32a8c090ce10309514.tar.gz freebsd-ports-gnome-3c1837e40259f9265f0cee32a8c090ce10309514.tar.zst freebsd-ports-gnome-3c1837e40259f9265f0cee32a8c090ce10309514.zip |
- Update to 5.1.
Diffstat (limited to 'math/sage/files')
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 |