From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:41096) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hJFNj-00030N-Mx for guix-patches@gnu.org; Wed, 24 Apr 2019 06:44:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hJFNi-0002rX-NK for guix-patches@gnu.org; Wed, 24 Apr 2019 06:44:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:41561) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hJFNi-0002rI-CK for guix-patches@gnu.org; Wed, 24 Apr 2019 06:44:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hJFNi-0004ZH-9a for guix-patches@gnu.org; Wed, 24 Apr 2019 06:44:02 -0400 Subject: [bug#35411] [PATCH] Add hedgewars Resent-Message-ID: References: <87y33zrfyu.fsf@nicolasgoaziou.fr> From: Ricardo Wurmus In-reply-to: <87y33zrfyu.fsf@nicolasgoaziou.fr> Date: Wed, 24 Apr 2019 12:42:28 +0200 Message-ID: <87mukf65wr.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Nicolas Goaziou Cc: 35411@debbugs.gnu.org Hi Nicolas, > The following patch adds hedgewars game. It requires sdl2-net package, > which I submitted in a pending patch (see bug#35391). Thank you. > + ;; XXX: Engine is written as Pascal source code, requiring Free Pas= cal > + ;; Compiler, which we haven't packaged yet. With the flag below, w= e use > + ;; a Pascal to C translator and Clang instead. I tried to package Free Pascal a long time ago, but the compiler is written in Pascal and the GNU Pascal compiler which I tried to use for bootstrapping could not be built=E2=80=A6 What is this Pascal to C translator? Does this mean that we=E2=80=99re usi= ng generated C files here? -- Ricardo