Date: Sun, 9 Feb 2020 21:36:43 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r525678 - branches/2020Q1/math/flint2 Message-ID: <202002092136.019Lah4g050853@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Sun Feb 9 21:36:43 2020 New Revision: 525678 URL: https://svnweb.freebsd.org/changeset/ports/525678 Log: MFH: r525677 math/flint2: fix build on non-x86 Merge upstream patches for non-x86 architectures. PR: 243851 Approved by: portmgr (fix build blanket) Modified: branches/2020Q1/math/flint2/Makefile branches/2020Q1/math/flint2/distinfo Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/math/flint2/Makefile ============================================================================== --- branches/2020Q1/math/flint2/Makefile Sun Feb 9 21:35:51 2020 (r525677) +++ branches/2020Q1/math/flint2/Makefile Sun Feb 9 21:36:43 2020 (r525678) @@ -4,17 +4,15 @@ PORTNAME= flint2 DISTVERSION= g20190210 CATEGORIES= math +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/commit/ +PATCHFILES= a143883797f27f853332adbee09b76f48b5fbfaf.patch:-p1 \ + 1266c04004a846221491cb005fc8ba45cd3c75f4.patch:-p1 + MAINTAINER= yuri@FreeBSD.org COMMENT= Fast library for number theory LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE - -BROKEN_aarch64= fails to compile: invokes x86 assembler -BROKEN_armv6= fails to compile: invokes x86 assembler -BROKEN_armv7= fails to compile: invokes x86 assembler -BROKEN_mips= fails to compile: invokes x86 assembler -BROKEN_mips64= fails to compile: invokes x86 assembler LIB_DEPENDS= libgmp.so:math/gmp \ libmpfr.so:math/mpfr Modified: branches/2020Q1/math/flint2/distinfo ============================================================================== --- branches/2020Q1/math/flint2/distinfo Sun Feb 9 21:35:51 2020 (r525677) +++ branches/2020Q1/math/flint2/distinfo Sun Feb 9 21:36:43 2020 (r525678) @@ -1,3 +1,7 @@ -TIMESTAMP = 1550371793 +TIMESTAMP = 1580761062 SHA256 (wbhart-flint2-g20190210-2baa9bc_GH0.tar.gz) = e3c085121f481992af84330ae76b47015bd22bffb078432a197e325855d667d5 SIZE (wbhart-flint2-g20190210-2baa9bc_GH0.tar.gz) = 4130197 +SHA256 (a143883797f27f853332adbee09b76f48b5fbfaf.patch) = 16e16aa60a825008371f4a723d6ad6861999fc1ce9877d372464944a77337441 +SIZE (a143883797f27f853332adbee09b76f48b5fbfaf.patch) = 1205 +SHA256 (1266c04004a846221491cb005fc8ba45cd3c75f4.patch) = c4c7903c98323437a3226af05e9a14398b8944ab8c8c00e6a4dfd1b29e56c651 +SIZE (1266c04004a846221491cb005fc8ba45cd3c75f4.patch) = 1577
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002092136.019Lah4g050853>