1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- 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.
This commit is contained in:
Pietro Cerutti 2014-09-10 06:58:49 +00:00
parent 2bb4b261c6
commit b3a83969da
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367797
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= seed7
DISTVERSION= 05_20140817
DISTVERSION= 05_20140907
CATEGORIES= lang
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME}/
DISTNAME= ${PORTNAME}_${DISTVERSION}

View File

@ -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