svn commit: r451635 - head/devel/cdecl
Larry Rosenman
ler at FreeBSD.org
Mon Oct 9 19:53:59 UTC 2017
Author: ler
Date: Mon Oct 9 19:53:57 2017
New Revision: 451635
URL: https://svnweb.freebsd.org/changeset/ports/451635
Log:
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.
Modified:
head/devel/cdecl/Makefile
head/devel/cdecl/distinfo
Modified: head/devel/cdecl/Makefile
==============================================================================
--- head/devel/cdecl/Makefile Mon Oct 9 19:50:36 2017 (r451634)
+++ head/devel/cdecl/Makefile Mon Oct 9 19:53:57 2017 (r451635)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= cdecl
-PORTVERSION= 4.0
+PORTVERSION= 4.1
DISTVERSIONPREFIX= ${PORTNAME}-
CATEGORIES= devel
Modified: head/devel/cdecl/distinfo
==============================================================================
--- head/devel/cdecl/distinfo Mon Oct 9 19:50:36 2017 (r451634)
+++ head/devel/cdecl/distinfo Mon Oct 9 19:53:57 2017 (r451635)
@@ -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
More information about the svn-ports-head
mailing list