From owner-freebsd-ports@freebsd.org Tue Apr 2 23:06:53 2019 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9D1961551AE8 for ; Tue, 2 Apr 2019 23:06:53 +0000 (UTC) (envelope-from kiri@kx.openedu.org) Received: from kx.openedu.org (flets-sg1027.kamome.or.jp [202.216.24.27]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EC2478458D for ; Tue, 2 Apr 2019 23:06:51 +0000 (UTC) (envelope-from kiri@kx.openedu.org) Received: from kx.openedu.org (kx.openedu.org [202.216.24.27]) by kx.openedu.org (8.14.5/8.14.5) with ESMTP id x32MqKXC018151; Wed, 3 Apr 2019 07:52:20 +0900 (JST) (envelope-from kiri@kx.openedu.org) Message-Id: <201904022252.x32MqKXC018151@kx.openedu.org> Date: Wed, 03 Apr 2019 07:52:18 +0900 From: KIRIYAMA Kazuhiko To: FreeBSD ports list Cc: kiri@kx.openedu.org Subject: CLISP (2.49.93+) re-ported User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.6 MULE XEmacs/21.4 (patch 22) (Instant Classic) (amd64--freebsd) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Rspamd-Queue-Id: EC2478458D X-Spamd-Bar: + Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [1.79 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.59)[-0.588,0]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; NEURAL_SPAM_SHORT(0.70)[0.700,0]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[openedu.org]; AUTH_NA(1.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MX_GOOD(-0.01)[kx.openedu.org]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_SPAM_LONG(0.60)[0.601,0]; R_SPF_NA(0.00)[]; RCVD_COUNT_ONE(0.00)[1]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:4704, ipnet:202.216.0.0/19, country:JP]; MID_RHS_MATCH_FROM(0.00)[]; IP_SCORE(-0.01)[country: JP(-0.07)]; ONCE_RECEIVED(0.10)[] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Apr 2019 23:06:53 -0000 Hi all, I've re-ported lang/clisp [1]. This port has beed moved since 2014-07-28 because it's development has ceased. But it continue to developed with GitLab [2]. Latest version is 2.49.93+ and last commitment was in 12 Nov, 2018. I've reconstructed to suit this latest version and worked fine without sevral features: CLX_NEW Faster X11 Interface (replaces clx/mit-clx) GLIBC Interface to most of the GNU libc library JITC Use a given Just-In-Time Compiler MATLAB Matrix calculations using Matlab NETICA Bayesian belief networks and influence diagrams ORACLE Oracle RDMBS interface PARI PARI Computer Algebra System These were all faild to compile with gcc8. My working environments are as follows: admin@jdtpkx:~ % uname -a FreeBSD jdtpkx 13.0-CURRENT FreeBSD 13.0-CURRENT #0 r339677M: Fri Oct 26 14:56:49 JST 2018 root@msrvkx:/usr/obj/usr/src/amd64.amd64/sys/XIJ amd64 admin@jdtpkx:~ % svnlite info --show-item revision /usr/ports 486173 admin@jdtpkx:~ % I'm willing to report to test [1] and how to resolve above problems. Best regards [1] https://github.com/TrueFC/ports/tree/master/lang/clisp [2] https://gitlab.com/gnu-clisp/clisp --- KIRIYAMA Kazuhiko