Date: Wed, 10 Sep 2014 06:58:49 +0000 (UTC) From: Pietro Cerutti <gahr@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367797 - head/lang/seed7 Message-ID: <201409100658.s8A6wnLo068473@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gahr Date: Wed Sep 10 06:58:49 2014 New Revision: 367797 URL: http://svnweb.freebsd.org/changeset/ports/367797 QAT: https://qat.redports.org/buildarchive/r367797/ Log: - Update to 05_20140907 Changes: * The function setSearchPath has been added to the library process.s7i. * The compiler has been improved to write an error message, when the sets of a case-statement overlap. Until now this situation was only recognized by the C compiler. * The interpreter has been improved to raise an exception, when the current value of a case-statement is element of two sets. * There have been changes in the libraries makedata.s7i and make.s7i. * The macro expansion in makedata.s7i has been changed. Now all macro expansions (except the expansions of internal macros) are done with the function applyMacros. * In makedata.s7i the function applyMacros has been improved to process the makefile macro functions wildcard, error and warning. * The functions evalFunction and getMacro, that where used to do macro expansion when the makefile is read, have been removed. * The code to read the definition of recursively expanded variables has been changed to do no macro expansion. This macros are expanded when they are used. * The library make.s7i has been improved to read the parameters for the commands rm, cp, and mv as Unix shell parameters (with the function getUnixCommandParameter). * The library make.s7i has been improved to read the parameters for the commands del, copy, xcopy and move as Dos/Windows batch parameters (with the function getDosCommandParameter). * Interpreter and compiler have been improved to support the action CMD_SET_SEARCH_PATH. * The batch file bin/call_gcc.bat has been changed to work correctly, when it is called from any directory. * Writing error messages in error.c has been changed to use prot_... functions instead of printf. Modified: head/lang/seed7/Makefile head/lang/seed7/distinfo Modified: head/lang/seed7/Makefile ============================================================================== --- head/lang/seed7/Makefile Wed Sep 10 06:42:58 2014 (r367796) +++ head/lang/seed7/Makefile Wed Sep 10 06:58:49 2014 (r367797) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= seed7 -DISTVERSION= 05_20140817 +DISTVERSION= 05_20140907 CATEGORIES= lang MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME}/ DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/lang/seed7/distinfo ============================================================================== --- head/lang/seed7/distinfo Wed Sep 10 06:42:58 2014 (r367796) +++ head/lang/seed7/distinfo Wed Sep 10 06:58:49 2014 (r367797) @@ -1,2 +1,2 @@ -SHA256 (seed7_05_20140817.tgz) = ad56007251a042d2ee42042bdeb363bfbbab83e02811a6ea60f4f67d1e0483d0 -SIZE (seed7_05_20140817.tgz) = 2220085 +SHA256 (seed7_05_20140907.tgz) = 0f573dac0f23f6b6a4cc47202b2819f75cf1c9d6a7e5795815d6d444929069a0 +SIZE (seed7_05_20140907.tgz) = 2222067
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409100658.s8A6wnLo068473>