From owner-svn-ports-head@freebsd.org Mon Sep 10 12:54:58 2018 Return-Path: Delivered-To: svn-ports-head@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 2A050108EEB9; Mon, 10 Sep 2018 12:54:58 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D40577F75E; Mon, 10 Sep 2018 12:54:57 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CEE51A04; Mon, 10 Sep 2018 12:54:57 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8ACsvd0037500; Mon, 10 Sep 2018 12:54:57 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8ACsvpa037498; Mon, 10 Sep 2018 12:54:57 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201809101254.w8ACsvpa037498@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Mon, 10 Sep 2018 12:54:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479402 - head/lang/seed7 X-SVN-Group: ports-head X-SVN-Commit-Author: gahr X-SVN-Commit-Paths: head/lang/seed7 X-SVN-Commit-Revision: 479402 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2018 12:54:58 -0000 Author: gahr Date: Mon Sep 10 12:54:57 2018 New Revision: 479402 URL: https://svnweb.freebsd.org/changeset/ports/479402 Log: lang/seed7: update to 05_20180821 20180821: - In fil_dos.c in the function setupFiles the handling of ctrl-c has been improved such that ctrl-c is sent immediate (without the need to press return afterwards). Additionally redirected stdin, stdout and stderr files are switched to binary mode now. - In the compiler (in comp/const.s7i) the actions BIN_XOR, ENU_ICONV2, ENU_ORD2, INT_ICONV1 and INT_ICONV3 have been added to the list of special actions. - The batch files bin/call_gcc.bat and bin/call_ar.bat have been improved to set environment variables with the command 'set'. This is necessary to execute them successfully under Wine. - The description of log, log10 and log2 in the manual has been improved. - In flt_rtl.c the functions fltLog, fltLog10 and fltLog2 have been added. This functions are based on the original functions log(), log10() and log2() and work according to IEEE 754. - The configuration values LOG_FUNCTION_OKAY, LOG10_FUNCTION_OKAY and LOG2_FUNCTION_OKAY have been added to cc_conf.s7i. - The configuration value HAS_LOG2 has been removed from cc_conf.s7i. - The compiler (s7c) has been improved to use the functions fltLog, fltLog10 and fltLog2. - In comp/inline.s7i the functions push_inline_func_param, pop_inline_func_param, push_inline_proc_param and pop_inline_proc_param have been improved to support inline functions with 'attr' parameters. - The example program diff7.sd7 has been improved. - Documentation comments have been improved in math.s7i and tar.s7i. - In chkflt.sd7 the tests for the operators 'parse' and 'sci' and for the function str() have been improved. - The program chkccomp.c has been improved to define the macros POW_OF_NEGATIVE_OKAY, LOG_OF_NAN_OKAY, LOG_OF_ZERO_OKAY, LOG_OF_NEGATIVE_OKAY, LOG10_OF_NAN_OKAY, LOG10_OF_ZERO_OKAY, LOG10_OF_NEGATIVE_OKAY, LOG2_OF_NAN_OKAY, LOG2_OF_ZERO_OKAY, LOG2_OF_NEGATIVE_OKAY, MEMCMP_RETURNS_SIGNUM and WMEMCMP_RETURNS_SIGNUM. - In chkccomp.c the function determineFseekFunctions has been improved to make tests that actually use fseek() and ftell(). - Calls of logFunction have been added in cmd_rtl.c, str_rtl.c, strlib.c and striutl.c. - In bstlib.c the function bst_cmp() has been improved to be based on bstCmp(). - The functions strCompare(), str_cmp() and bstCmp() have been improved to use different code depending on MEMCMP_RETURNS_SIGNUM and WMEMCMP_RETURNS_SIGNUM. - In s7c.sd7 the function canTakeAddress has been improved to return FALSE for a CONSTENUMOBJECT. Modified: head/lang/seed7/Makefile head/lang/seed7/distinfo Modified: head/lang/seed7/Makefile ============================================================================== --- head/lang/seed7/Makefile Mon Sep 10 12:54:05 2018 (r479401) +++ head/lang/seed7/Makefile Mon Sep 10 12:54:57 2018 (r479402) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= seed7 -DISTVERSION= 05_20180708 +DISTVERSION= 05_20180821 CATEGORIES= lang MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME}/ DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/lang/seed7/distinfo ============================================================================== --- head/lang/seed7/distinfo Mon Sep 10 12:54:05 2018 (r479401) +++ head/lang/seed7/distinfo Mon Sep 10 12:54:57 2018 (r479402) @@ -1,3 +1,3 @@ -TIMESTAMP = 1531742319 -SHA256 (seed7_05_20180708.tgz) = 345cc21c824dee87c44f0dd738c22af78ba4c7b98788db771376b783423392c9 -SIZE (seed7_05_20180708.tgz) = 2816808 +TIMESTAMP = 1536579506 +SHA256 (seed7_05_20180821.tgz) = 73a3d40469df8c1c185273ed873ed9a0091c082b51736c1244c457eee7ebc2da +SIZE (seed7_05_20180821.tgz) = 2820766