summaryrefslogtreecommitdiff
path: root/devel/global/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-09-30 20:26:51 +0000
committerwiz <wiz@pkgsrc.org>2015-09-30 20:26:51 +0000
commita8b033afbc89174f2f5d605e0dacb66fa15eb2dc (patch)
tree21829d75f6147e23ab52d734ab4f6218ed27e645 /devel/global/Makefile
parent34c5a7f066f1bc5d956a2931d1ec731bbc30343e (diff)
downloadpkgsrc-a8b033afbc89174f2f5d605e0dacb66fa15eb2dc.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/Makefile')
-rw-r--r--devel/global/Makefile4
1 files changed, 2 insertions, 2 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/}