Date: Tue, 29 Mar 2022 13:17:06 GMT From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 549d2fd534e3 - main - misc/far2l: attempt to unbreak the build on ARM64 (AArch64) Message-ID: <202203291317.22TDH6ZX054901@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=549d2fd534e3a23eec443a3a5ebb0de89f5c4801 commit 549d2fd534e3a23eec443a3a5ebb0de89f5c4801 Author: Alexey Dokuchaev <danfe@FreeBSD.org> AuthorDate: 2022-03-29 13:16:06 +0000 Commit: Alexey Dokuchaev <danfe@FreeBSD.org> CommitDate: 2022-03-29 13:16:06 +0000 misc/far2l: attempt to unbreak the build on ARM64 (AArch64) And probably other architectures where `wchar_t' is unsigned. Reported by: pkg-fallout --- misc/far2l/Makefile | 3 +++ misc/far2l/distinfo | 2 ++ 2 files changed, 5 insertions(+) diff --git a/misc/far2l/Makefile b/misc/far2l/Makefile index f5e4f72d9556..0847d88b1c50 100644 --- a/misc/far2l/Makefile +++ b/misc/far2l/Makefile @@ -5,6 +5,9 @@ PORTVERSION= 2.4.0 DISTVERSIONPREFIX= v_ CATEGORIES= misc +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES= f49e2475f7eba50d3d5c.patch:-p1 + MAINTAINER= danfe@FreeBSD.org COMMENT= Port of FAR v2 to Unix-like systems diff --git a/misc/far2l/distinfo b/misc/far2l/distinfo index 6e12a901869f..56b2a7b9f573 100644 --- a/misc/far2l/distinfo +++ b/misc/far2l/distinfo @@ -1,3 +1,5 @@ TIMESTAMP = 1641943318 SHA256 (elfmz-far2l-v_2.4.0_GH0.tar.gz) = a595f7f2b48aaf6cfd61c1539bb52207f8f985576ee928915f54b675666e9f88 SIZE (elfmz-far2l-v_2.4.0_GH0.tar.gz) = 6223889 +SHA256 (f49e2475f7eba50d3d5c.patch) = 127f43c5b85a2737c5280e5db1511f2d9b3d5363bc43f265b48c98a79aa9da13 +SIZE (f49e2475f7eba50d3d5c.patch) = 1859
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203291317.22TDH6ZX054901>