Date: Tue, 21 Jul 2020 08:21:55 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r542724 - head/devel/libffi Message-ID: <202007210821.06L8LtQR088503@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007210821.06L8LtQR088503>