Date: Mon, 15 Jul 2019 20:34:42 +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: r506711 - head/devel/cdecl Message-ID: <201907152034.x6FKYg3x026276@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ler Date: Mon Jul 15 20:34:42 2019 New Revision: 506711 URL: https://svnweb.freebsd.org/changeset/ports/506711 Log: devel/cdecl: update to 6.5. Much better alternative tokens support Alternative tokens (and, and_eq, etc.) are now parsed correctly in all cases. Additionally, alternative tokens can be emitted via the new set alt-tokens option. Changed -q to -p The --quiet and -q options (that were in the original cdecl) were changed to --no-prompt and -p so they're more explicit about what they do. Trigraphs warning If the trigraphs option is set and the language is C++17 or later, a warning will be printed (since trigraphs were removed from C++17). Set command output changed The set command now only prints the current options. Its help has beed added to the help command. Better K&R C prototypes error The error message given when attempting to use function prototypes in K&R C has been improved. — Modified: head/devel/cdecl/Makefile head/devel/cdecl/distinfo Modified: head/devel/cdecl/Makefile ============================================================================== --- head/devel/cdecl/Makefile Mon Jul 15 20:26:43 2019 (r506710) +++ head/devel/cdecl/Makefile Mon Jul 15 20:34:42 2019 (r506711) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cdecl -PORTVERSION= 6.4.2 +PORTVERSION= 6.5 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= devel Modified: head/devel/cdecl/distinfo ============================================================================== --- head/devel/cdecl/distinfo Mon Jul 15 20:26:43 2019 (r506710) +++ head/devel/cdecl/distinfo Mon Jul 15 20:34:42 2019 (r506711) @@ -1,3 +1,3 @@ -TIMESTAMP = 1561521305 -SHA256 (paul-j-lucas-cdecl-cdecl-6.4.2_GH0.tar.gz) = 4ad9ca9ba7c742cdcf050bb215c7cfacb2aefeffbca37ee082badf52e18c06b2 -SIZE (paul-j-lucas-cdecl-cdecl-6.4.2_GH0.tar.gz) = 378379 +TIMESTAMP = 1563222117 +SHA256 (paul-j-lucas-cdecl-cdecl-6.5_GH0.tar.gz) = 94b52c5073b2fdffbc493d371cd533178eca094d2f0562edf65d338c3a90a133 +SIZE (paul-j-lucas-cdecl-cdecl-6.5_GH0.tar.gz) = 382514
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907152034.x6FKYg3x026276>