From c4b56c95064984415b093fb12299e7b10063ff34 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Fri, 12 Mar 2021 10:37:42 +0000 Subject: [PATCH] MFH: r568164 multimedia/arcan: unbreak on aarch64 (encode) disabled, lzma not found [...] Determining if the function lzma_auto_decoder exists in the /usr/lib/liblzma.so failed with the following output: c++: error: the clang compiler does not support '-march=native' [...] ===> Checking for items in pkg-plist which are not in STAGEDIR Error: Missing: bin/afsrv_encode PR: 254234 Reported by: mikael --- multimedia/arcan/Makefile | 1 + multimedia/arcan/distinfo | 2 ++ 2 files changed, 3 insertions(+) diff --git a/multimedia/arcan/Makefile b/multimedia/arcan/Makefile index ace8f47ec599..1ec7314dbe1c 100644 --- a/multimedia/arcan/Makefile +++ b/multimedia/arcan/Makefile @@ -7,6 +7,7 @@ CATEGORIES= multimedia PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES+= 347240c18313.patch:-p2 # https://github.com/letoram/arcan/pull/229 +PATCHFILES+= bbdb86c8be1b.patch:-p2 # https://github.com/letoram/arcan/pull/230 MAINTAINER= jbeich@FreeBSD.org COMMENT= Display Server, Multimedia Framework, Game Engine diff --git a/multimedia/arcan/distinfo b/multimedia/arcan/distinfo index 60ec02ae040e..e6edb70d1ca5 100644 --- a/multimedia/arcan/distinfo +++ b/multimedia/arcan/distinfo @@ -3,3 +3,5 @@ SHA256 (letoram-arcan-0.6.0.1_GH0.tar.gz) = 7ae00a9dee79f9b58ac2bacbf532ff063128 SIZE (letoram-arcan-0.6.0.1_GH0.tar.gz) = 11223434 SHA256 (347240c18313.patch) = 251f07964e6a32461a335911016af82c8ea58aaba1bea9985bfabdc851b826f8 SIZE (347240c18313.patch) = 1038 +SHA256 (bbdb86c8be1b.patch) = 74f8ca37bc8b659c750be1cb20c8dce1d9c01143c7af5a83441d508c184166db +SIZE (bbdb86c8be1b.patch) = 883