diff options
author | gahr <gahr@FreeBSD.org> | 2014-09-10 14:58:49 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2014-09-10 14:58:49 +0800 |
commit | d44bce7edccdede7c8efd4e54b68209d5dce030f (patch) | |
tree | 89d9edd7186e3048ee8a5816d502fd0696adbeb1 /lang | |
parent | 6b29d60166ea2f3ee160c1a29af9a0b612f697ac (diff) | |
download | freebsd-ports-gnome-d44bce7edccdede7c8efd4e54b68209d5dce030f.tar.gz freebsd-ports-gnome-d44bce7edccdede7c8efd4e54b68209d5dce030f.tar.zst freebsd-ports-gnome-d44bce7edccdede7c8efd4e54b68209d5dce030f.zip |
- 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.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/seed7/Makefile | 2 | ||||
-rw-r--r-- | lang/seed7/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lang/seed7/Makefile b/lang/seed7/Makefile index 3ba3fb146602..ffdd0d141512 100644 --- a/lang/seed7/Makefile +++ b/lang/seed7/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= seed7 -DISTVERSION= 05_20140817 +DISTVERSION= 05_20140907 CATEGORIES= lang MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME}/ DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/lang/seed7/distinfo b/lang/seed7/distinfo index 68e495420b32..1c7c33004a7c 100644 --- a/lang/seed7/distinfo +++ b/lang/seed7/distinfo @@ -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 |