summaryrefslogtreecommitdiff
path: root/devel/exctags/Makefile
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2003-04-07 09:30:42 +0000
committerseb <seb@pkgsrc.org>2003-04-07 09:30:42 +0000
commit6af7334c1650877316b0ddc8f1608d2d42448682 (patch)
tree1adc415093008e8d21e87c8ee064460e46c9e1db /devel/exctags/Makefile
parentcf8e386a5fe65d425f59eaeaad55e88e3163937c (diff)
downloadpkgsrc-6af7334c1650877316b0ddc8f1608d2d42448682.tar.gz
Update to version 5.5.
Package change: $PKG_SYSCONFDIR/ctags.conf added as glogal, configuration file, parsed before /etc/ctags.conf, /usr/local/etc/ctags.conf and $HOME/.ctags Changes since version 5.4: ctags-5.5 (Tue Apr 1 2003) * Changed kind indicator for methods from 'f' to 'm' [Tcl]. * Changed tags within interfaces to be disabled by default (like prototypes in C/C++) [Fortran]. * Removed explicit descriptions of individual --<LANG>-types options from --help output. See new --list-languages and --list-kinds options. * Removed explicit list of supported languages and supported tag kinds and mapping patterns from man page. See new --list-languages, --list-kinds, and --list-maps options. * Renamed --<LANG>-types option to --<LANG>-kinds (still accepts old name). * Added --list-kinds option. * Added --list-maps option. * Added --list-languages option. * Added support for dimensioned variables, contributed by Simon Bohlin [ASP]. * Added support for C# language. * Added support for Erlang language, contributed by Brent Fulgham. * Added support for HTML language files. * Added support for JavaScript language files. * Added support for SML (Standard ML) language, contributed by Venkatesh Prasad. * Added mapping for .plx to Perl. * Added tags for autocommand groups [Vim, Patch #664685]. * Added support for numerous language extensions [Fortran]. * Added '$', 'D', and 'd' in column 1 as comment characters [Fortran]. * Added special handling of --options=NONE to disable automatic reading of options from configuration files or environment. * Added check for case-insensitive filenames to configure. * Fixed problem with lower case <SID> tag [Vim, Bug #657327]. * Fixed problem recognizing indented code [Vim, Patch #664685]. * Fixed problem with infinite loop in certain comments [PL/SQL, Bug #629115]. * Fixed problem of incorrect extension field [C, Bug #639639]. * Fixed problem of empty scoping extension field [C, Bug #639644]. * Fixed missing tags for functions split across lines [PHP, Bug #681824]. * Fixed missing tags for nested subprograms using 'contains' [Fortran, Bug #670433]. * Fixed missing tags when variable has same name as keyword [Fortran]. * Fixed spurious tag when an array-spec occurs within an entity-decl [Fortran]. * Fixed mishandling of multiline raw strings [Python, Bug #699171]. * Fixed missing scope extension field on namespaces [C++, C#, Bug #665086]. * Fixed several bugs causing missed tags [Fortran]. * Fixed problem with --langmap option preventing clearing of map [Bug #688442]. * Fixed recognition of Unicode-8 characters [Java]. * Fixed man page errors and omissions. * Fixed bug in readFieldValue() in readtags library. * Fixed bug in option parsing in readtags command-line program. * Fixed portability problems with DJGPP [Bug #692569]. * Fixed portability problems with Cygwin.
Diffstat (limited to 'devel/exctags/Makefile')
-rw-r--r--devel/exctags/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/exctags/Makefile b/devel/exctags/Makefile
index 3a7b47fdd85..5e9a492031c 100644
--- a/devel/exctags/Makefile
+++ b/devel/exctags/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2002/12/01 23:57:05 seb Exp $
+# $NetBSD: Makefile,v 1.7 2003/04/07 09:30:42 seb Exp $
#
-DISTNAME= ctags-5.4
+DISTNAME= ctags-5.5
PKGNAME= ex${DISTNAME}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ctags/}
@@ -14,6 +14,7 @@ USE_BUILDLINK2= # defined
GNU_CONFIGURE= # defined
CONFIGURE_ARGS+= --enable-macro-patterns
CONFIGURE_ARGS+= --with-readlib
+CONFIGURE_ARGS+= --enable-custom-config=${PKG_SYSCONFDIR}/ctags.conf
CPPFLAGS+= -DETAGS='\"exetags\"'