pkgsrc/devel/global/Makefile
wiz 149b6543dc global: update to 6.6.2.
Version 6.6.2 - February 9 2018

[INCOMPATIBLE CHANGES]
o gozilla: Deleted the following undocumented functions to reduce or eliminate
  possibility of future security risks. These were inherently unnecessary as
  source code tagging system.

  $HOME/.gozillarc
        Alias file. Please read the source code for details.
  BUGS
        Gozilla can accept not only source files but also text files,
        directories, HTML files and even URLs, because it is omnivorous.

[FIXED BUGS]
o geco.rc: gecoless always failed with a message 'geco: percol, peco or fzf is required.'
  Now, it works.
o gtags-cscope: did not accept function '9' in the line mode. This caused vim8 to hang.
  Now it accepts function '9' and reports an error message.
2018-02-25 20:43:05 +00:00

30 lines
815 B
Makefile

# $NetBSD: Makefile,v 1.70 2018/02/25 20:43:05 wiz Exp $
DISTNAME= global-6.6.2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=global/}
MAINTAINER= uebayasi@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/global/
COMMENT= Source code tag system including web browser output
LICENSE= gnu-gpl-v3
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
CONFIGURE_ARGS+= --with-posix-sort=${SORT:Q}
INFO_FILES= YES
USE_LANGUAGES= c99
USE_LIBTOOL= YES
USE_TOOLS+= perl:run sort:run
CONF_FILES= ${PREFIX}/share/gtags/gtags.conf ${PKG_SYSCONFDIR}/gtags.conf
REPLACE_PYTHON+= plugin-factory/pygments_parser.py
REPLACE_PERL+= plugin-factory/maps2conf.pl
.include "options.mk"
.include "../../lang/python/application.mk"
.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"