From 5f3a08aa72b2201a8cdb074348a8f42fb060197d Mon Sep 17 00:00:00 2001 From: Larry Rosenman Date: Mon, 9 Oct 2017 19:53:57 +0000 Subject: [PATCH] devel/cdecl: upgrade to 4.1. New C11 standard atomic types The following C11 atomic types are now supported via the new typedef command: atomic_bool, atomic_char, atomic_schar, atomic_char16_t, atomic_char32_t, atomic_wchar_t, atomic_short, atomic_int, atomic_long, atomic_llong, atomic_uchar, atomic_ushort, atomic_uint, atomic_ulong, atomic_ullong, atomic_ptrdiff_t, atomic_size_t, atomic_intmax_t, atomic_intptr_t, atomic_uintptr_t, atomic_uintmax_t, atomic_int_fast8_t, atomic_int_fast16_t, atomic_int_fast32_t, atomic_int_fast64_t, atomic_uint_fast8_t, atomic_uint_fast16_t, atomic_uint_fast32_t, atomic_uint_fast64_t, atomic_int_least8_t, atomic_int_least16_t, atomic_int_least32_t, atomic_int_least64_t, atomic_uint_least8_t, atomic_uint_least16_t, atomic_uint_least32_t, and atomic_uint_least64_t. Fixed typedef and define commands with storage classes Typedef and define now prohibit storage classes, e.g.: typedef static int sint; is now correctly reported as an error. --- devel/cdecl/Makefile | 2 +- devel/cdecl/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/cdecl/Makefile b/devel/cdecl/Makefile index a737af66c47c..f0e3cf07739e 100644 --- a/devel/cdecl/Makefile +++ b/devel/cdecl/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cdecl -PORTVERSION= 4.0 +PORTVERSION= 4.1 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= devel diff --git a/devel/cdecl/distinfo b/devel/cdecl/distinfo index 023ec4024051..f8ea1a49c9a2 100644 --- a/devel/cdecl/distinfo +++ b/devel/cdecl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1506085907 -SHA256 (paul-j-lucas-cdecl-cdecl-4.0_GH0.tar.gz) = f9e543cdfc343230366667eb982f4d0fbd1b02ccffc8a58c2d9a8beae581e31b -SIZE (paul-j-lucas-cdecl-cdecl-4.0_GH0.tar.gz) = 258365 +TIMESTAMP = 1507577805 +SHA256 (paul-j-lucas-cdecl-cdecl-4.1_GH0.tar.gz) = bc085ba9092c87421c8a2f9f6120eeab79ea52e6ec3dd440174ea11186e7cc9c +SIZE (paul-j-lucas-cdecl-cdecl-4.1_GH0.tar.gz) = 260821