summaryrefslogtreecommitdiff
path: root/devel/cscope
AgeCommit message (Collapse)AuthorFilesLines
2012-10-31Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-25Update to cscope 15.8aasau5-74/+183
Changes since 15.7a - Allow usage of function keys ctrl-f and ctrl-b even from result pane. - More informative display of position in a multi-screenful result set. - Handle source files with freaky large numbers of lines. - Search for assignment failed to recognize >>= and <<=, incorrectly recognized ~=, and was implemented somewhat clumsily. - Added vi plugin to read cscope db's - Tolerate C++ :: scope operator inside argument lists, too. - Bug fixes.
2010-12-18Install some emacs support files. Requested by Stefan in PR 44250.wiz2-2/+18
Bump PKGREVISION.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-05-23Set the license type to "original-bsd".tron1-1/+2
2009-05-23Update "cscope" package to version 15.7a. This version fixes thetron14-346/+7
security vulnerability reported in CVE-2009-0148.
2008-12-17When Vim receives a SIGWINCH when its window is resized, it passes the signalghen3-3/+46
on to cscope when it's running (whether this is correct or not is a different discussion). The signal handler in cscope tries to ungetch() which crashes if cscope is running in line mode (as under Vim) as opposed to under ncurses. From Philip Paeps <philip@freebsd.org>. Bump PKGREVISION.
2008-06-07Supports DESTDIR.joerg1-1/+3
2007-01-20Fix patch-ah, bump PKGREVISION.wiz3-5/+6
From martijnb at atlas.ipv6.stack.nl in PR 35451.
2007-01-06Update to 15.6:wiz14-543/+197
Some security problems have been addressed, and overall stability has improved. There are no new features. (The security problems were already fixed in pkgsrc.)
2006-08-24Security fix for SA21601:salo10-47/+219
"Will Drewry has reported some vulnerabilities in Cscope, which potentially can be exploited by malicious people to compromise a vulnerable system. 1) Various boundary errors within the parsing of file lists or the expansion of environment variables can be exploited to cause stack-based buffer overflows when parsing specially crafted "cscope.lists" files or directories. 2) A boundary error within the parsing of command line arguments can be exploited to cause a stack-based buffer overflow when supplying an overly long "reffile" argument. Successful exploitation may allow execution of arbitrary code." Patches adapted from cscope CVS. Bump PKGREVISION.
2006-05-29Add missing RCS Ids.tron12-12/+34
2006-05-29Integrate Debian's fix for security whole reported in CVE-2004-2541.tron13-34/+302
Bump package revision.
2006-03-23Make this build on Darwin.yyamano3-1/+29
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2005-10-03Update to 15.5:wiz8-160/+214
(2003/08/14 - broeker) Cleaned up man page, INSTALL and TODO files. (2003/08/14 - broeker) Have configure check for <regex.h>. Bail out if none found. (2003/08/14 - broeker) New options --help and --version. (2003/06/12 - broeker) New option -v to output progress updates even in line mode. To be used by interface kscope. (2003/06/02 - broeker) Use the basename of files only to test for SCCS/RCS files in -R traversal. (2003/04/29 - broeker) Check that a src file is a regular file before trying to scan it. Change from S_IFDIR/S_IFREG bit tests to macros S_ISDIR/S_ISREG. (2003/03/05 - broeker) Remove '-y' option from pipe call to utility "sort". It's long since deprecated, and some modern versions will barf seeing it. (2003/03/02 - broeker) Don't restrict to 14 character filenames any longer. (2003/01/23 - broeker) Update to latest auto* tools. First step towards integration of GNOME GUI version. (2002/12/11 - broeker) Get rid of deprecated ={...} style actions in egrep.y. Use plain {...} instead. (2002/10/29 - broeker) Fix bug #588671: disprefs was still 0 if only 1 very long reference output shown by curses display. (2002/08/27 - broeker) Fix bug #600494: use mygetenv() for HOME, and provide a fall-back if it's not there.
2005-09-20Do previous in a better way by asking for "byacc" instead of "yacc",jlam1-3/+3
as this will avoid using bison completely. This fixes PR pkg/31321.
2005-08-07Force use of "yacc" instead of "bison" because (at least the currenttron1-4/+3
version of) bison cannot parse the grammar file.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-05-22For packages that use GNU configure, don't bother adding "TOOL"jlam1-2/+1
variables into CONFIGURE_ENV if the new tools framework already takes care of adding them automatically.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests.agc1-1/+2
2004-12-17Apply patch from Debian package against CAN-2004-0996; based on patchwiz3-3/+44
by Gerardo Di Giacomo. Bump PKGREVISION.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-05-05Add patch from Kailash Sethuraman in PR 25471 that removes an obsoletewiz3-3/+17
sort(1) flag. PKGREVISION=2.
2004-02-15bl3ifyminskim1-3/+3
2004-02-14USE_GNU_TOOLS+=lex.grant1-9/+2
2004-02-14remove unneeded CONFIG_{GUESS,SUB}_OVERRIDE, as bsd.pkg.mk does thisgrant1-3/+1
automatically now.
2004-01-03Correct dependency on flexheinz1-2/+2
2003-09-28Back out last change related to moving ncurses/buildlink2.mk tojlam1-2/+2
curses.buildlink2.mk. This was wrong because we _really_ do want to express that we want _n_curses when we include the buildlink2.mk file. We should have a better way to say that the NetBSD curses doesn't quite work well enough. In fact, it's far better to depend on ncurses by default, and exceptionally note when it's okay to use NetBSD curses for specific packages. We will look into this again in the future.
2003-09-27move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it providesgrant1-2/+2
support for base system curses/ncurses as well as ncurses itself. suggested by wiz.
2003-08-02Override config.guess and config.sub to make the pkg recognize and buildkristerw1-1/+3
on more systems (e.g. NetBSD 1.6.1/shark).
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-1/+2
2003-07-12Not needed in 15.4.wiz1-13/+0
2003-07-12Update to 15.4: bugfix release.wiz4-46/+43
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-03-22Remove obsolete "-y" flag from sort call; bump PKGREVISION.wiz3-2/+17
Patch from Istvan Marko in PR 19425.
2002-10-13buildlink1 -> buildlink2.wiz1-4/+4
2002-06-12Regen some patches so Solaris' /usr/bin/gpatch is happier with them.seb3-26/+12
2001-12-04By default, prevent invocation of GNU "auto*" driven by the generatedjlam1-2/+1
Makefiles during the build process by touching various auto{conf,make} source files to make them up-to-date. Packages that require regenerating the configure script and Makefile.in files should make the appropriate calls to auto{conf,make} in a pre-configure target. This allows the various targets listed in ${_CONFIG_PREREQ} to modify the generated files without triggering the GNU auto* tools and having the modifications be overwritten.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-29Use AUTOMAKE_OVERRIDE instead of custom pre-configure target.seb1-9/+3
2001-10-03Improve English in comment.wiz1-3/+3
2001-10-03Upgrade to version 15.3seb7-51/+204
Changes in release 15.3: Improvements, major bug fixes, XEmacs, Vim and web interface support Changes in release 15.1: Improvements to interface and major bug fixes
2001-06-20Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. Alsojlam1-13/+12
use a slightly more general mechanism to replaces references to <curses.h> to <ncurses.h> in the source files.
2001-06-20Fix stupid change by package author that looked for files explicitly injlam3-1/+53
/usr/local/lib and that explicitly set LDFLAGS to nothing.
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-7/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo