Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Apr 2020 16:05:07 +0000 (UTC)
From:      Larry Rosenman <ler@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r533148 - head/devel/cdecl
Message-ID:  <202004271605.03RG57Sw083051@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ler
Date: Mon Apr 27 16:05:07 2020
New Revision: 533148
URL: https://svnweb.freebsd.org/changeset/ports/533148

Log:
  devel/cdecl: upgrade to 6.11.
  
  Added __inline__, __restrict__, and __thread
  Added GNU C's __inline__, __restrict__, and __thread.
  
  Added GNU C types
  The GNU C types _Decimal32, _Decimal64, _Decimal128, _Float128, __float128, _Float16, __fp16, __ibm128, _Float64x, __float80, and __int128 were added to the set of predefined types.
  
  Added WIN32 types
  All of the Windows types, e.g., DWORD, HANDLE, INT, etc., given here were added to the set of predefined types.
  
  Fixed retypedef
  Fixed a crash caused by a case like:
  
  typedef int I
  typedef I J
  typedef I J

Modified:
  head/devel/cdecl/Makefile
  head/devel/cdecl/distinfo

Modified: head/devel/cdecl/Makefile
==============================================================================
--- head/devel/cdecl/Makefile	Mon Apr 27 15:53:27 2020	(r533147)
+++ head/devel/cdecl/Makefile	Mon Apr 27 16:05:07 2020	(r533148)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	cdecl
-PORTVERSION=	6.10
+PORTVERSION=	6.11
 DISTVERSIONPREFIX=	${PORTNAME}-
 CATEGORIES=	devel
 

Modified: head/devel/cdecl/distinfo
==============================================================================
--- head/devel/cdecl/distinfo	Mon Apr 27 15:53:27 2020	(r533147)
+++ head/devel/cdecl/distinfo	Mon Apr 27 16:05:07 2020	(r533148)
@@ -1,3 +1,3 @@
-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
+TIMESTAMP = 1588003023
+SHA256 (paul-j-lucas-cdecl-cdecl-6.11_GH0.tar.gz) = 3aa721f3d3099ad2ed00c65dba3c85f537929378735f167439a9913c2180c178
+SIZE (paul-j-lucas-cdecl-cdecl-6.11_GH0.tar.gz) = 411269



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004271605.03RG57Sw083051>