summaryrefslogtreecommitdiff
path: root/devel/global
diff options
context:
space:
mode:
authorwiz <wiz>2015-09-30 20:26:51 +0000
committerwiz <wiz>2015-09-30 20:26:51 +0000
commitee202abe54bb1906e95f3154cf38b0ed906cbef8 (patch)
tree21829d75f6147e23ab52d734ab4f6218ed27e645 /devel/global
parenta088d4c8c872defd662a7c4f0bd860c25c9f44be (diff)
downloadpkgsrc-ee202abe54bb1906e95f3154cf38b0ed906cbef8.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.
Diffstat (limited to 'devel/global')
-rw-r--r--devel/global/Makefile4
-rw-r--r--devel/global/distinfo8
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