diff options
author | wiz <wiz> | 2015-09-30 20:26:51 +0000 |
---|---|---|
committer | wiz <wiz> | 2015-09-30 20:26:51 +0000 |
commit | dd631b272e1afae5ff8a7c66a1221d7e4486c67e (patch) | |
tree | 21829d75f6147e23ab52d734ab4f6218ed27e645 | |
parent | 2b10d47cc118531df20232e6ccee43207ede1804 (diff) | |
download | pkgsrc-dd631b272e1afae5ff8a7c66a1221d7e4486c67e.tar.gz |
Update to 6.5.1:
Version 6.5.1 - Sep 15 2015
[CHANGES]
New facilities:
o gtags(c, c++): New environment variable GTAGSFORCEENDBLOCK.
If this variable is set, each '}' at the first column brings
end of all blocks.
o gtags: New --skip-unreadable option.
If this option is specified, gtags skips unreadable files
instead of exiting the command.
[FIXED BUGS]
o gtags: There was a difference of interpretation of the langmap
between gtags and ctags. Now there is no difference.
o gtags (C++): Gtags did not pick up 'my_type1' as a definition
in the following example:
[xxx.cpp]
+------------------------
|using my_type1 = double;
Now it picks up the symbol as a definition.
o gtags (C++): gtags picked up 'DomainId_t' as a definition
in the following example:
[xxx.cc]
+------------------------
|typedef std::map<DomainId_t, int> map_t2;
Now it does not pick up it as a definition.
o gtags (C, C++): Gtags did not pick up 'pr_debug' as a definition
in the following example:
[xxx.h]
+------------------------
|extern void dump_stack(void) __cold;
|#define pr_debug() printk()
Now it picks up it as a definition.
o gtags (PHP): Gtags did not treat back-quote correctly.
[xxx.php]
+------------------------
|<?php `ls $echo ~/*`; ?>
Now it works.
[INCOMPATIBLE CHANGES]
o gozilla: Now, gozilla invokes firefox as a generic browser, that is, using
command line 'firefox url'. Because firefox have removed the -remote command
since version 39.
-rw-r--r-- | devel/global/Makefile | 4 | ||||
-rw-r--r-- | devel/global/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/global/Makefile b/devel/global/Makefile index 73ef1e93110..aecce79ac3f 100644 --- a/devel/global/Makefile +++ b/devel/global/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.54 2015/06/14 16:14:54 wiz Exp $ +# $NetBSD: Makefile,v 1.55 2015/09/30 20:26:51 wiz Exp $ -DISTNAME= global-6.5 +DISTNAME= global-6.5.1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=global/} diff --git a/devel/global/distinfo b/devel/global/distinfo index 7c14140b072..6e1584e8767 100644 --- a/devel/global/distinfo +++ b/devel/global/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.25 2015/06/14 16:14:54 wiz Exp $ +$NetBSD: distinfo,v 1.26 2015/09/30 20:26:51 wiz Exp $ -SHA1 (global-6.5.tar.gz) = f6534bd1cd6d93b767a4021f762ff78bd975d213 -RMD160 (global-6.5.tar.gz) = cae4da70abfedf474edb50b0af9b2c729a943a66 -Size (global-6.5.tar.gz) = 2923134 bytes +SHA1 (global-6.5.1.tar.gz) = 2ae6c546d13add297d458029adc75dd47eaa4487 +RMD160 (global-6.5.1.tar.gz) = 7a2336d9221e72ce3cb01670242cb64c8a3f4ba5 +Size (global-6.5.1.tar.gz) = 2922424 bytes |