Date: Thu, 18 Jun 2020 19:31:58 +0000 (UTC) From: Thierry Thomas <thierry@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r539562 - in head/math/sage: . files Message-ID: <202006181931.05IJVw2D009475@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: thierry Date: Thu Jun 18 19:31:57 2020 New Revision: 539562 URL: https://svnweb.freebsd.org/changeset/ports/539562 Log: Chase the upgrade of math/flint2. Added: head/math/sage/files/patch-build_pkgs_flint_spkg-configure.m4 (contents, props changed) Modified: head/math/sage/Makefile Modified: head/math/sage/Makefile ============================================================================== --- head/math/sage/Makefile Thu Jun 18 19:24:51 2020 (r539561) +++ head/math/sage/Makefile Thu Jun 18 19:31:57 2020 (r539562) @@ -3,6 +3,7 @@ PORTNAME= sage PORTVERSION= 9.1 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= https://mirrors.xmission.com/sage/src/ \ http://mirrors.xmission.com/sage/src/ \ Added: head/math/sage/files/patch-build_pkgs_flint_spkg-configure.m4 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/sage/files/patch-build_pkgs_flint_spkg-configure.m4 Thu Jun 18 19:31:57 2020 (r539562) @@ -0,0 +1,14 @@ +--- build/pkgs/flint/spkg-configure.m4.orig 2020-06-18 13:10:54 UTC ++++ build/pkgs/flint/spkg-configure.m4 +@@ -13,11 +13,6 @@ SAGE_SPKG_CONFIGURE([flint], [ + AC_SEARCH_LIBS([fmpz_poly_get_ZZX], [flint], [ + + AC_MSG_CHECKING([that GC is not enabled in Flint... ]) +- AC_RUN_IFELSE([ +- AC_LANG_PROGRAM([[#include <flint/flint.h>]], [[return HAVE_GC;]])], +- [AC_MSG_RESULT([GC not enabled. Good.])], +- [AC_MSG_RESULT([GC enabled. Incompatible with Sage.]) +- sage_spkg_install_flint=yes]) + ], [sage_spkg_install_flint=yes]) + ], [sage_spkg_install_flint=yes]) + ], [sage_spkg_install_flint=yes])
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006181931.05IJVw2D009475>