1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

devel/cdecl: upgrade to 7.1.

dded more GNU extensions
Added GNU C's __complex, __complex__, __const, __inline, __restrict, __signed, __signed__, __volatile, and __volatile__.

_Bool in C
In C, _Bool is now emitted rather than bool.

register removed
register is now removed (but still reserved) in C++17 and later.
This commit is contained in:
Larry Rosenman 2020-05-26 17:25:19 +00:00
parent 22b7536d6b
commit 3c06e2dff6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=536642
2 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= cdecl
PORTVERSION= 7.0
PORTVERSION= 7.1
DISTVERSIONPREFIX= ${PORTNAME}-
CATEGORIES= devel

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1589569491
SHA256 (paul-j-lucas-cdecl-cdecl-7.0_GH0.tar.gz) = 6cfd6efa0eeea9a8f731e15de527904fe15d3d22b2d900ca8e53397f9cab7868
SIZE (paul-j-lucas-cdecl-cdecl-7.0_GH0.tar.gz) = 416839
TIMESTAMP = 1590513618
SHA256 (paul-j-lucas-cdecl-cdecl-7.1_GH0.tar.gz) = b300a918a9f6cd79922bdb903d2b4ceba933a1bf289ad669cc872980c396e8cf
SIZE (paul-j-lucas-cdecl-cdecl-7.1_GH0.tar.gz) = 418180