Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 May 2012 11:56:52 +0000 (UTC)
From:      Stephen Montgomery-Smith <stephen@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/math/sage Makefile distinfo pkg-descr ports/math/sage/files gcc.in spkg-patch-flintqs-20070817.p6_-_patches_TonelliShanks.h.patch spkg-patch-flintqs-20070817.p6_-_spkg-install spkg-patch-flintqs-20070817.p6_-_src_TonelliShanks.h spkg-patch-gfan-0.4plus.p1_-_patches_Makefile spkg-patch-linbox-1.1.6.p6_-_spkg-install spkg-patch-linbox-1.1.6.p6_-_src_linbox_util_commentator.h spkg-patch-polybori-0.8.1.p1_-_custom.py ...
Message-ID:  <201205151156.q4FBuqac046646@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
stephen     2012-05-15 11:56:52 UTC

  FreeBSD ports repository

  Modified files:
    math/sage            Makefile distinfo pkg-descr 
    math/sage/files      gcc.in 
  Added files:
    math/sage/files      
                         spkg-patch-flintqs-20070817.p6_-_patches_TonelliShanks.h.patch 
                         spkg-patch-flintqs-20070817.p6_-_spkg-install 
                         spkg-patch-polybori-0.8.1.p1_-_custom.py 
                         spkg-patch-polybori-0.8.1.p1_-_patches_Cudd.cudd.cudd.h 
                         spkg-patch-pycrypto-2.1.0_-_patches_src.libtom.tomcrypt_pk.h 
                         spkg-patch-pycrypto-2.1.0_-_spkg-install 
                         spkg-patch-python-2.7.2.p4_-_src_Doc_library_fcntl.rst 
                         spkg-patch-python-2.7.2.p4_-_src_Modules__ctypes_libffi_configure 
                         spkg-patch-python-2.7.2.p4_-_src_Modules_fcntlmodule.c 
                         spkg-patch-python-2.7.2.p4_-_src_Python_thread_pthread.h 
                         spkg-patch-python-2.7.2.p4_-_src_setup.py 
                         spkg-patch-sage-5.0_-_sage_combinat_partitions_c.cc 
                         spkg-patch-sage-5.0_-_sage_misc_getusage.py 
                         spkg-patch-singular-3-1-3-3.p6_-_patches_omalloc.configure.patch 
                         spkg-patch-singular-3-1-3-3.p6_-_spkg-install 
                         spkg-patch-sympow-1.018.1.p11_-_src_disk.c 
  Removed files:
    math/sage/files      
                         spkg-patch-flintqs-20070817.p6_-_src_TonelliShanks.h 
                         spkg-patch-gfan-0.4plus.p1_-_patches_Makefile 
                         spkg-patch-linbox-1.1.6.p6_-_spkg-install 
                         spkg-patch-linbox-1.1.6.p6_-_src_linbox_util_commentator.h 
                         spkg-patch-pycrypto-2.1.0_-_src_libtom_tomcrypt_pk.h 
                         spkg-patch-python-2.6.4.p13_-_src_setup.py 
                         spkg-patch-singular-3-1-3-3.p3_-_src_omalloc_configure 
                         spkg-patch-sympow-1.018.1.p9_-_src_fpu.c 
  Log:
  - Update to 5.0.
  - Add the following patches:
  http://trac.sagemath.org/sage_trac/ticket/12400
  http://trac.sagemath.org/sage_trac/ticket/12818
  http://trac.sagemath.org/sage_trac/ticket/12828
  http://trac.sagemath.org/sage_trac/ticket/12862
  - Remove obsolete patches.
  - Add options to build optional subpackages.
  - Add option to use 387 FPU instead of SSE (amd64 only).
  - Reduce size of what is installed in PREFIX.
  - It now passes all tests (except minor floating point differences) under
  amd64.  There are still unsolved failed tests with i386.
  
  Revision  Changes    Path
  1.10      +269 -23   ports/math/sage/Makefile
  1.2       +2 -2      ports/math/sage/distinfo
  1.2       +12 -1     ports/math/sage/files/gcc.in
  1.1       +13 -0     ports/math/sage/files/spkg-patch-flintqs-20070817.p6_-_patches_TonelliShanks.h.patch (new)
  1.1       +10 -0     ports/math/sage/files/spkg-patch-flintqs-20070817.p6_-_spkg-install (new)
  1.2       +0 -10     ports/math/sage/files/spkg-patch-flintqs-20070817.p6_-_src_TonelliShanks.h (dead)
  1.2       +0 -11     ports/math/sage/files/spkg-patch-gfan-0.4plus.p1_-_patches_Makefile (dead)
  1.2       +0 -12     ports/math/sage/files/spkg-patch-linbox-1.1.6.p6_-_spkg-install (dead)
  1.2       +0 -11     ports/math/sage/files/spkg-patch-linbox-1.1.6.p6_-_src_linbox_util_commentator.h (dead)
  1.1       +11 -0     ports/math/sage/files/spkg-patch-polybori-0.8.1.p1_-_custom.py (new)
  1.1       +18 -0     ports/math/sage/files/spkg-patch-polybori-0.8.1.p1_-_patches_Cudd.cudd.cudd.h (new)
  1.1       +14 -0     ports/math/sage/files/spkg-patch-pycrypto-2.1.0_-_patches_src.libtom.tomcrypt_pk.h (new)
  1.1       +11 -0     ports/math/sage/files/spkg-patch-pycrypto-2.1.0_-_spkg-install (new)
  1.2       +0 -11     ports/math/sage/files/spkg-patch-pycrypto-2.1.0_-_src_libtom_tomcrypt_pk.h (dead)
  1.2       +0 -29     ports/math/sage/files/spkg-patch-python-2.6.4.p13_-_src_setup.py (dead)
  1.1       +11 -0     ports/math/sage/files/spkg-patch-python-2.7.2.p4_-_src_Doc_library_fcntl.rst (new)
  1.1       +21 -0     ports/math/sage/files/spkg-patch-python-2.7.2.p4_-_src_Modules__ctypes_libffi_configure (new)
  1.1       +53 -0     ports/math/sage/files/spkg-patch-python-2.7.2.p4_-_src_Modules_fcntlmodule.c (new)
  1.1       +55 -0     ports/math/sage/files/spkg-patch-python-2.7.2.p4_-_src_Python_thread_pthread.h (new)
  1.1       +29 -0     ports/math/sage/files/spkg-patch-python-2.7.2.p4_-_src_setup.py (new)
  1.1       +11 -0     ports/math/sage/files/spkg-patch-sage-5.0_-_sage_combinat_partitions_c.cc (new)
  1.1       +40 -0     ports/math/sage/files/spkg-patch-sage-5.0_-_sage_misc_getusage.py (new)
  1.2       +0 -12     ports/math/sage/files/spkg-patch-singular-3-1-3-3.p3_-_src_omalloc_configure (dead)
  1.1       +16 -0     ports/math/sage/files/spkg-patch-singular-3-1-3-3.p6_-_patches_omalloc.configure.patch (new)
  1.1       +11 -0     ports/math/sage/files/spkg-patch-singular-3-1-3-3.p6_-_spkg-install (new)
  1.1       +11 -0     ports/math/sage/files/spkg-patch-sympow-1.018.1.p11_-_src_disk.c (new)
  1.2       +0 -11     ports/math/sage/files/spkg-patch-sympow-1.018.1.p9_-_src_fpu.c (dead)
  1.2       +0 -4      ports/math/sage/pkg-descr



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205151156.q4FBuqac046646>