Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Dec 2019 15:57:06 +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: r519940 - head/devel/cdecl
Message-ID:  <201912121557.xBCFv6FB076106@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ler
Date: Thu Dec 12 15:57:06 2019
New Revision: 519940
URL: https://svnweb.freebsd.org/changeset/ports/519940

Log:
  devel/cdecl: update to 6.6.2.
  
  Added atomic_char8_t
  Added atomic_char8_t typedef for C++20.
  
  Fixed flex & bison dependency
  Now insists on flex & bison only when lexer.c & parser.c don't exist (i.e., when building from a git clone that doesn't include those files rather than an official release that does).
  
  Explicit structure definition error
  Structure declarations (that were never supported) now produce a specific error message:
  
  cdecl> explain struct S { int x; };
                          ^
  18: error: structure definitions are not supported
  Fixed libreadline & libcurses dependency
  Moved check for libcurses before libreadline since some implementations of the latter depend on the former (e.g., Solaris 11).
  
  More gcc warnings
  Enabled more gcc warnings and fixed them.
  
  thread-local
  Added this (with a -) as an English synonym for thread_local (with an _).

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

Modified: head/devel/cdecl/Makefile
==============================================================================
--- head/devel/cdecl/Makefile	Thu Dec 12 15:47:38 2019	(r519939)
+++ head/devel/cdecl/Makefile	Thu Dec 12 15:57:06 2019	(r519940)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	cdecl
-PORTVERSION=	6.6.1
+PORTVERSION=	6.6.2
 DISTVERSIONPREFIX=	${PORTNAME}-
 CATEGORIES=	devel
 

Modified: head/devel/cdecl/distinfo
==============================================================================
--- head/devel/cdecl/distinfo	Thu Dec 12 15:47:38 2019	(r519939)
+++ head/devel/cdecl/distinfo	Thu Dec 12 15:57:06 2019	(r519940)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1572542234
-SHA256 (paul-j-lucas-cdecl-cdecl-6.6.1_GH0.tar.gz) = 00fcf2f2912d2131e7ba1790ea420ea1192d250b3799dcbe738ca4de8c8ea185
-SIZE (paul-j-lucas-cdecl-cdecl-6.6.1_GH0.tar.gz) = 389298
+TIMESTAMP = 1576164926
+SHA256 (paul-j-lucas-cdecl-cdecl-6.6.2_GH0.tar.gz) = 7179c554a4a6f91d8e4cedfe4753a62cc91314f626a04d2dcbd62d74b6068e8a
+SIZE (paul-j-lucas-cdecl-cdecl-6.6.2_GH0.tar.gz) = 392984



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