From owner-svn-ports-head@freebsd.org Tue Jul 21 08:21:55 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 9853837B842; Tue, 21 Jul 2020 08:21:55 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4B9s5H3XDpz4K3j; Tue, 21 Jul 2020 08:21:55 +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 5C95E1B55D; Tue, 21 Jul 2020 08:21:55 +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 06L8LtMw088505; Tue, 21 Jul 2020 08:21:55 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06L8LtQR088503; Tue, 21 Jul 2020 08:21:55 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202007210821.06L8LtQR088503@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Tue, 21 Jul 2020 08:21:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r542724 - head/devel/libffi X-SVN-Group: ports-head X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: head/devel/libffi X-SVN-Commit-Revision: 542724 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.33 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: Tue, 21 Jul 2020 08:21:55 -0000 Author: pkubaj Date: Tue Jul 21 08:21:54 2020 New Revision: 542724 URL: https://svnweb.freebsd.org/changeset/ports/542724 Log: devel/libffi: fix build on powerpc Problem: In file included from src/powerpc/ffi.c:33: src/powerpc/ffi_powerpc.h:65:9: error: '__int128' is not supported on this target 65 | typedef __int128 float128; | ^~~~~~~~ Modified: head/devel/libffi/Makefile head/devel/libffi/distinfo Modified: head/devel/libffi/Makefile ============================================================================== --- head/devel/libffi/Makefile Tue Jul 21 07:46:13 2020 (r542723) +++ head/devel/libffi/Makefile Tue Jul 21 08:21:54 2020 (r542724) @@ -6,6 +6,9 @@ PORTVERSION= 3.3 CATEGORIES= devel MASTER_SITES= SOURCEWARE/${PORTNAME} +PATCH_SITES= https://github.com/${PORTNAME}/${PORTNAME}/commit/ +PATCHFILES= 01a75ed76ea7e57f1b7a5c183e2b1e890e6aa0fd.patch:-p1 + MAINTAINER= zeising@FreeBSD.org COMMENT= Foreign Function Interface Modified: head/devel/libffi/distinfo ============================================================================== --- head/devel/libffi/distinfo Tue Jul 21 07:46:13 2020 (r542723) +++ head/devel/libffi/distinfo Tue Jul 21 08:21:54 2020 (r542724) @@ -1,3 +1,5 @@ -TIMESTAMP = 1575540897 +TIMESTAMP = 1595286570 SHA256 (libffi-3.3.tar.gz) = 72fba7922703ddfa7a028d513ac15a85c8d54c8d67f55fa5a4802885dc652056 SIZE (libffi-3.3.tar.gz) = 1305466 +SHA256 (01a75ed76ea7e57f1b7a5c183e2b1e890e6aa0fd.patch) = 13299479bc5259456912afaf6d6d8fb97ed8e42938ff42902d4d7bcffe7d9660 +SIZE (01a75ed76ea7e57f1b7a5c183e2b1e890e6aa0fd.patch) = 1234