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 [email protected]:/usr/obj/usr/src/sys/GENERIC amd64 HTH, HAND -- Regards, Torfinn Ingolfsen _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[email protected]"
