From owner-svn-ports-head@FreeBSD.ORG Mon Oct 28 13:06:44 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 94210AF0; Mon, 28 Oct 2013 13:06:44 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 815FF2D49; Mon, 28 Oct 2013 13:06:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9SD6iBE058800; Mon, 28 Oct 2013 13:06:44 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9SD6itq058798; Mon, 28 Oct 2013 13:06:44 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201310281306.r9SD6itq058798@svn.freebsd.org> From: Pietro Cerutti Date: Mon, 28 Oct 2013 13:06:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331850 - head/lang/seed7 X-SVN-Group: ports-head 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.14 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, 28 Oct 2013 13:06:44 -0000 Author: gahr Date: Mon Oct 28 13:06:43 2013 New Revision: 331850 URL: http://svnweb.freebsd.org/changeset/ports/331850 Log: - Update to 05_20131027 Changes: * Compiler and runtime library have been improved to support big-endian systems. Thanks go to Brian Callahan, for his support and for providing access to his PowerPC Macintosh under OpenBSD. * The list of source files and the chapter about the defines used in version.h have been improved in src/read_me.txt. * The library tls.s7i has been improved to avoid raising an exception, when the remote side closes the socket. * The program chkccomp.c has been improved to write defines for CHECK_INT_DIV_BY_ZERO, INT_DIV_BY_ZERO_SIGNALS and DO_SIGFPE_WITH_DIV_BY_ZERO to version.h. * Documentation comments have been added or improved in fillib.c, int_rtl.c, soclib.c, tim_dos.c, tim_unx.c, tim_win.c, ut8lib.c, ut8_rtl.c, tls.s7i and bytedata.s7i. * The generic compare functions bigCmpGeneric, bstCmpGeneric, chrCmpGeneric, intCmpGeneric, rflCmpGeneric, setCmpGeneric, strCmpGeneric and typCmpGeneric have been improved to work endianness neutral. Now they work correct on little- and big-endian systems. * The generic create functions bigCreateGeneric, bstCreateGeneric, drwCreateGeneric, rflCreateGeneric, setCreateGeneric, strCreateGeneric and itfCreateGeneric have been improved to work endianness neutral. Now they work correct on little- and big-endian systems. * The new generic copy functions bigCpyGeneric, bstCpyGeneric, drwCpyGeneric, fltCpyGeneric, rflCpyGeneric, setCpyGeneric and strCpyGeneric have been added. This functions work endianness neutral. * The new generic destroy functions bigDestrGeneric, drwDestrGeneric, rflDestrGeneric, setDestrGeneric and strDestrGeneric have been added. This functions work endianness neutral. * The functions uintCmpGeneric, intCreateGeneric and intDestrGeneric have been renamed to genericCmp, genericCreate respectively genericDestr. * The functions genericCpy, ptrCmp, ptrCmpGeneric, ptrCpyGeneric and ptrCreateGeneric have been added to int_rtl.c. * The function cmdConfigValue in cmd_rtl.c has been improved to support the config value DO_SIGFPE_WITH_DIV_BY_ZERO. * The handling of the option -l in processOptions (file s7.c) has been improved to work endianness neutral. * Several functions have been optimized: In infile.c: get_file_name and get_file_name_ustri In prg_comp.c: prgSyobject In rfllib.c: rfl_elemcpy and rfl_idx In rfl_data.c: rflElemcpy, rflIdx and rflTail * The function get_ident and the macro IDENT_TABLE have been changed to have an additional progtype argument. * The function typNum in typ_data.c has been improved to use a hashtable. * In typlib.c the functions typ_num and typ_str have been improved to call typNum respectively typStr. * Support for the actions ACT_ICONV and ACT_ORD has been added to interpreter, compiler and runtime library. * The function id_string2 has been added to datautl.c, and used in ref_data.c and typ_data.c. Modified: head/lang/seed7/Makefile head/lang/seed7/distinfo Modified: head/lang/seed7/Makefile ============================================================================== --- head/lang/seed7/Makefile Mon Oct 28 12:58:16 2013 (r331849) +++ head/lang/seed7/Makefile Mon Oct 28 13:06:43 2013 (r331850) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= seed7 -DISTVERSION= 05_20131013 +DISTVERSION= 05_20131027 CATEGORIES= lang MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME}/ DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/lang/seed7/distinfo ============================================================================== --- head/lang/seed7/distinfo Mon Oct 28 12:58:16 2013 (r331849) +++ head/lang/seed7/distinfo Mon Oct 28 13:06:43 2013 (r331850) @@ -1,2 +1,2 @@ -SHA256 (seed7_05_20131013.tgz) = 9067760e862f4a9012e970fd341c5cae30c8b57bf2f4c31d4e441e6bade822a3 -SIZE (seed7_05_20131013.tgz) = 1974721 +SHA256 (seed7_05_20131027.tgz) = baf733aa155ba1377e7605cfd0b2bc5fb114003045a23761576affc3b04a714e +SIZE (seed7_05_20131027.tgz) = 1981052