From owner-freebsd-ports@freebsd.org Sat Dec 3 19:16:37 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 647BAC63825 for ; Sat, 3 Dec 2016 19:16:37 +0000 (UTC) (envelope-from tingox@gmail.com) Received: from mail-lf0-x232.google.com (mail-lf0-x232.google.com [IPv6:2a00:1450:4010:c07::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E01B71694 for ; Sat, 3 Dec 2016 19:16:36 +0000 (UTC) (envelope-from tingox@gmail.com) Received: by mail-lf0-x232.google.com with SMTP id o141so216585875lff.1 for ; Sat, 03 Dec 2016 11:16:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=VY+8+nkCBacLePEDraWHgAPsEqG49m89kEBd9sShpIs=; b=YJ15M0rXm12dfQSEiqZuS6MQ/bT0qVdzuW+v1pOpGNDzroiR4h/vEqnGtlWIoymqGw R98t5rnllYl+clpIGVAswt3ybrkVeqxOHQo5KygVBQ989RalBTQSS46lChRhYCLjwWQW taClzKVHK7VZVLIb7TBTIvNx3DbLS4HWr0sqg0c3hIZlo4r2TDR8ePZAtmKWk3NE6GWA 1dU4kISS1WFxb1CMee6AtzBa78nIpsMgGPg8DCbmLMndsrh9cadFjMBxq5joj6lQ4+rR 7/YUDu8nrfX+T8AT3SacKncky+SDXggm0vRl76nY8lhqQ5r75HO5GppYomJwIBT1gBXl D1Yw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=VY+8+nkCBacLePEDraWHgAPsEqG49m89kEBd9sShpIs=; b=NchBUIWBzgkmvE2EpjU68Orfxt2tTN5GlpnV+H5hKYY3J+x3Zh3Sf+yY9qFkx8RnnD LEsebyATkLgi3DxsTTtnWeT1dqdCa5rR5JXPfoAeI4M5maXXAuVaNm9aeUcak0S7hdmL xxIQn68fIdgQSHG+XZ+EBToK9Nq2/pbLY7tvr/uzpVV+nI9B36lUmKM75fit+yjxDbwl fIcv070TSdG0BVShpgFGEgjV0ZzTrGKoSfwEG29Kx2goNjRM7+wsYW/3g+8RzTpc2lMg aDWkc1RSsuDY8IfFZsOc+ZZsxTRT6i7cpl0Mlx7bjeVUNXYHBej/jEzqG3viui7vsvlJ QaKQ== X-Gm-Message-State: AKaTC02UQjF9xU4MuTkrtgxlCI6IRf/NgS/SwWQztr0AmW6jzmNIxtXycWcsXiPQu1KRjIyIU7VNScz2Z7CMiw== X-Received: by 10.46.76.10 with SMTP id z10mr22785903lja.48.1480792594648; Sat, 03 Dec 2016 11:16:34 -0800 (PST) MIME-Version: 1.0 Received: by 10.25.99.19 with HTTP; Sat, 3 Dec 2016 11:16:33 -0800 (PST) In-Reply-To: <5842E93E.1070301@sorbs.net> References: <20161203015938.GE44284@eureka.lemis.com> <1fca9c334b64e9c1e9a7c64edb8723eb@lerctr.org> <19663ef3-c389-be3d-0912-1bc046a90924@freebsd.org> <5842E93E.1070301@sorbs.net> From: Torfinn Ingolfsen Date: Sat, 3 Dec 2016 20:16:33 +0100 Message-ID: Subject: Re: FOCAL To: FreeBSD Ports ML Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Dec 2016 19:16:37 -0000 This one can easily be compiled: tingo@kg-core1$ mkdir focal tingo@kg-core1$ cd focal tingo@kg-core1$ fetch ftp://www.cozx.com/pub/langs/focal.tar.gz focal.tar.gz 100% of 42 kB 116 kBps 00m00s untar, then tingo@kg-core1$ cd focal-1.0.4 tingo@kg-core1$ make OS type FreeBSD is unknown You must enter an OS type. OS types are: linux | nt | openmvs | openvms | os2 | riscos | solaris | sunos | gnuhurd | gnukfreebsd | dx10 For IBM OS/390 you have the choices: dignusdcc | dignusgcc | mvs (I copied the gnukfreebsd entry and modified it to read FreeBSD) tingo@kg-core1$ make Making FreeBSD on a amd64 gcc -O2 -DSYSVDIR -DSTRERROR -DANSICRT -c focal.c -o focal.o gcc -O2 -DSYSVDIR -DSTRERROR -DANSICRT -c parser.c -o parser.o gcc -O2 -DSYSVDIR -DSTRERROR -DANSICRT -c screen.c -o screen.o gcc -o focal -O2 -DSYSVDIR -DSTRERROR -DANSICRT focal.o parser.o screen.o -lm tingo@kg-core1$ ./focal FOCAL-1.0.4 execution begins *quit I have no experience with FOCAL myself, so I'm not going to try any programs. This on tingo@kg-core1$ uname -a FreeBSD kg-core1.kg4.no 9.3-STABLE FreeBSD 9.3-STABLE #3 r304838: Fri Aug 26 12:11:25 CEST 2016 root@kg-core1.kg4.no:/usr/obj/usr/src/sys/GENERIC amd64 HTH, HAND -- Regards, Torfinn Ingolfsen