summaryrefslogtreecommitdiff
path: root/devel/cscope
AgeCommit message (Collapse)AuthorFilesLines
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
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-11-11Use "${MASTER_SITE_SOURCEFORGE}".tron1-2/+2
2000-11-02NEED_NCURSES check doesn't have to be after bsd.pkg.mk inclusion anymorewiz1-8/+5
(only after bsd.prefs.mk inclusion)
2000-09-28Revert previous change, which was tested with the wrong version ofagc1-8/+12
bsd.pkg.mk and bsd.prefs.mk.. Pointed out by Thomas Klausner.
2000-09-27Clean up the post-extract target, and use sh(1) for loops in preferenceagc1-12/+8
to make(1) .for loops.
2000-09-11Try to fix build failure on <1.4Y (noted in recent sparc bulk build).wiz1-2/+7
2000-07-28Add USE_CURSES for packages that need curses functionality that onlywiz1-14/+4
got added in 1.4Y; on older version of NetBSD, ncurses will be used. Replace previous code that did the same, but wasn't shared.
2000-06-14Use the defines from bsd.pkg.mk, don't start subshells.hubertf1-3/+3
(The values for uname etc. will probably be passed in from upper-level make processes).
2000-06-08add 1.4Z[A-Z] pattern for recognition of 'good' curseswiz1-2/+2
2000-05-30DEPEND -> DEPENDSdmcmahill1-2/+2
2000-05-30fix path to bsd.pkg.mkdmcmahill1-2/+2
2000-05-19Update to 15.0bl2.wiz13-194/+35
Changes: Bugfixes, better man page, code cleanup. Fixes pkg/10153.
2000-05-14Fix some of the patches - some RCS IDs did sneak in!hubertf4-37/+18
Need a smarter pkgdiff...! - Hubert
2000-05-04 * splithubertf10-210/+180
* don't change the name of cbreak to crmode if sun is not defined Hint by Brett Lymn <blymn@baesystems.com.au>, sent to me by Thomas Klausner.
2000-04-21Avoid compile-time warnings caused by redefinition of curses.h macros.bouyer2-4/+14
2000-04-21install manpagehubertf2-2/+6
2000-04-20Added a patch to address pkg/9941.elric2-1/+12
2000-04-20remove $Id$ in patch.itojun2-11/+6
2000-04-20cscope 13.0, interactive C program browseritojun8-0/+255