From owner-svn-ports-head@freebsd.org Sun Feb 9 21:35:53 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 14F572437BE; Sun, 9 Feb 2020 21:35:53 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48G2Qc41hSz4ZXw; Sun, 9 Feb 2020 21:35:52 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6A9C6CC2B; Sun, 9 Feb 2020 21:35:52 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 019LZqWV050635; Sun, 9 Feb 2020 21:35:52 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 019LZqvP050634; Sun, 9 Feb 2020 21:35:52 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202002092135.019LZqvP050634@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Sun, 9 Feb 2020 21:35:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r525677 - head/math/flint2 X-SVN-Group: ports-head X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: head/math/flint2 X-SVN-Commit-Revision: 525677 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Feb 2020 21:35:53 -0000 Author: pkubaj Date: Sun Feb 9 21:35:51 2020 New Revision: 525677 URL: https://svnweb.freebsd.org/changeset/ports/525677 Log: math/flint2: fix build on non-x86 Merge upstream patches for non-x86 architectures. PR: 243851 MFH: 2020Q1 (fix build blanket) Modified: head/math/flint2/Makefile head/math/flint2/distinfo Modified: head/math/flint2/Makefile ============================================================================== --- head/math/flint2/Makefile Sun Feb 9 21:34:32 2020 (r525676) +++ head/math/flint2/Makefile Sun Feb 9 21:35:51 2020 (r525677) @@ -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: head/math/flint2/distinfo ============================================================================== --- head/math/flint2/distinfo Sun Feb 9 21:34:32 2020 (r525676) +++ head/math/flint2/distinfo Sun Feb 9 21:35:51 2020 (r525677) @@ -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