aboutsummaryrefslogtreecommitdiff
path: root/devel/cdecl
diff options
context:
space:
mode:
authorLarry Rosenman <ler@FreeBSD.org>2020-04-13 17:09:12 +0000
committerLarry Rosenman <ler@FreeBSD.org>2020-04-13 17:09:12 +0000
commitfddff173cc559c8822c1276f9100ae37ec4aa079 (patch)
tree5d7240ffa3233820bcd568c810396761ae620c15 /devel/cdecl
parent9938b1f602aac1915d19e930b843c4eb643dc472 (diff)
downloadports-fddff173cc559c8822c1276f9100ae37ec4aa079.tar.gz
ports-fddff173cc559c8822c1276f9100ae37ec4aa079.zip
devel/cdecl: update to 6.10
Added __auto_type Added GNU C's __auto_type. Fixed long long C version The long long type was incorrectly allowed in C89; it wasn't added until C99. Added pthread.h, threads.h, and C++ thread types The types pthread_t, pthread_barrier_t, pthread_barrierattr_t, pthread_cond_t, pthread_condattr_t, pthread_mutex_t, pthread_mutexattr_t, pthread_once_t, pthread_rwlock_t, pthread_rwlockattr_t, and pthread_spinlock_t from <pthread.h> (POSIX); the types thrd_t, cnd_t, mtx_t, once_flag, thrd_start_t, tss_dtor_t, and tss_t from <thread.h> (C11); and std::thread (C++11) and std::jthread (C++20) from <thread> to the set of predefined types.
Notes
Notes: svn path=/head/; revision=531619
Diffstat (limited to 'devel/cdecl')
-rw-r--r--devel/cdecl/Makefile2
-rw-r--r--devel/cdecl/distinfo6
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/cdecl/Makefile b/devel/cdecl/Makefile
index cb5953cd889d..5e0b7d6e72d8 100644
--- a/devel/cdecl/Makefile
+++ b/devel/cdecl/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= cdecl
-PORTVERSION= 6.9
+PORTVERSION= 6.10
DISTVERSIONPREFIX= ${PORTNAME}-
CATEGORIES= devel
diff --git a/devel/cdecl/distinfo b/devel/cdecl/distinfo
index 253a0154672d..26d8662f9e0f 100644
--- a/devel/cdecl/distinfo
+++ b/devel/cdecl/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1582843794
-SHA256 (paul-j-lucas-cdecl-cdecl-6.9_GH0.tar.gz) = 106abaf4dd639351025fbd3a6bf705359028a474b486f924a8f0759caa18e625
-SIZE (paul-j-lucas-cdecl-cdecl-6.9_GH0.tar.gz) = 400561
+TIMESTAMP = 1586797027
+SHA256 (paul-j-lucas-cdecl-cdecl-6.10_GH0.tar.gz) = 56eacc579c3e3729e0bc8cfd3ab09f9c4a3082ff6b9f26a8d791b37787dcaf74
+SIZE (paul-j-lucas-cdecl-cdecl-6.10_GH0.tar.gz) = 404116