1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

devel/cdecl: update to 3.4.

Static & type-qualified arrays
Added support for C99 static and type-qualified array function arguments, e.g.:

    void f( int a[static const 10] );
Variable length arrays
Added support for C99 variable length array function arguments, e.g.:

    void f( int a[*] );
    void g( int a[const *] );
Help command-line argument
Now prints the help message and exits if the first command-line argument is "help".

Fixed reference to array
The generated gibberish for "reference to array" has been fixed.
This commit is contained in:
Larry Rosenman 2017-07-14 17:52:22 +00:00
parent 32c09ef772
commit 2b1eb3f667
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=445800
2 changed files with 4 additions and 5 deletions

View File

@ -2,9 +2,8 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= cdecl PORTNAME= cdecl
PORTVERSION= 3.3 PORTVERSION= 3.4
DISTVERSIONPREFIX= ${PORTNAME}- DISTVERSIONPREFIX= ${PORTNAME}-
PORTREVISION= 1
CATEGORIES= devel CATEGORIES= devel
MAINTAINER= ler@FreeBSD.org MAINTAINER= ler@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1496856134 TIMESTAMP = 1500053540
SHA256 (paul-j-lucas-cdecl-cdecl-3.3_GH0.tar.gz) = ff8e555f7fe9ebca7804e2ba2829227fdd9d945179f3aa8ff0015335a6832c7a SHA256 (paul-j-lucas-cdecl-cdecl-3.4_GH0.tar.gz) = 5fe9136b870a0af21bae8e5cee7265dbc23002c3de524ab8b31040109a4fa310
SIZE (paul-j-lucas-cdecl-cdecl-3.3_GH0.tar.gz) = 239458 SIZE (paul-j-lucas-cdecl-cdecl-3.4_GH0.tar.gz) = 241770