head	1.11;
access;
symbols
	pkgsrc-2013Q2:1.11.0.28
	pkgsrc-2013Q2-base:1.11
	pkgsrc-2012Q4:1.11.0.26
	pkgsrc-2012Q4-base:1.11
	pkgsrc-2011Q4:1.11.0.24
	pkgsrc-2011Q4-base:1.11
	pkgsrc-2011Q2:1.11.0.22
	pkgsrc-2011Q2-base:1.11
	pkgsrc-2009Q4:1.11.0.20
	pkgsrc-2009Q4-base:1.11
	pkgsrc-2008Q4:1.11.0.18
	pkgsrc-2008Q4-base:1.11
	pkgsrc-2008Q3:1.11.0.16
	pkgsrc-2008Q3-base:1.11
	cube-native-xorg:1.11.0.14
	cube-native-xorg-base:1.11
	pkgsrc-2008Q2:1.11.0.12
	pkgsrc-2008Q2-base:1.11
	pkgsrc-2008Q1:1.11.0.10
	pkgsrc-2008Q1-base:1.11
	pkgsrc-2007Q4:1.11.0.8
	pkgsrc-2007Q4-base:1.11
	pkgsrc-2007Q3:1.11.0.6
	pkgsrc-2007Q3-base:1.11
	pkgsrc-2007Q2:1.11.0.4
	pkgsrc-2007Q2-base:1.11
	pkgsrc-2007Q1:1.11.0.2
	pkgsrc-2007Q1-base:1.11
	pkgsrc-2006Q4:1.10.0.8
	pkgsrc-2006Q4-base:1.10
	pkgsrc-2006Q3:1.10.0.6
	pkgsrc-2006Q3-base:1.10
	pkgsrc-2006Q2:1.10.0.4
	pkgsrc-2006Q2-base:1.10
	pkgsrc-2006Q1:1.10.0.2
	pkgsrc-2006Q1-base:1.10
	pkgsrc-2005Q4:1.9.0.2
	pkgsrc-2005Q4-base:1.9
	pkgsrc-2005Q3:1.8.0.16
	pkgsrc-2005Q3-base:1.8
	pkgsrc-2005Q2:1.8.0.14
	pkgsrc-2005Q2-base:1.8
	pkgsrc-2005Q1:1.8.0.12
	pkgsrc-2005Q1-base:1.8
	pkgsrc-2004Q4:1.8.0.10
	pkgsrc-2004Q4-base:1.8
	pkgsrc-2004Q3:1.8.0.8
	pkgsrc-2004Q3-base:1.8
	pkgsrc-2004Q2:1.8.0.6
	pkgsrc-2004Q2-base:1.8
	pkgsrc-2004Q1:1.8.0.4
	pkgsrc-2004Q1-base:1.8
	pkgsrc-2003Q4:1.8.0.2
	pkgsrc-2003Q4-base:1.8
	netbsd-1-6-1:1.7.0.4
	netbsd-1-6-1-base:1.7
	netbsd-1-6:1.7.0.6
	netbsd-1-6-RELEASE-base:1.7
	pkgviews:1.7.0.2
	pkgviews-base:1.7
	buildlink2:1.6.0.2
	buildlink2-base:1.7
	netbsd-1-5-PATCH003:1.6
	pkgsrc-base:1.1.1.1
	TNF:1.1.1;
locks; strict;
comment	@# @;


1.11
date	2007.01.06.22.45.49;	author wiz;	state dead;
branches;
next	1.10;

1.10
date	2006.03.23.16.09.32;	author yyamano;	state Exp;
branches;
next	1.9;

1.9
date	2005.10.03.15.00.12;	author wiz;	state dead;
branches;
next	1.8;

1.8
date	2003.07.12.07.04.33;	author wiz;	state Exp;
branches;
next	1.7;

1.7
date	2002.06.12.13.16.50;	author seb;	state Exp;
branches;
next	1.6;

1.6
date	2001.10.03.14.57.21;	author seb;	state Exp;
branches
	1.6.2.1;
next	1.5;

1.5
date	2001.06.20.03.19.21;	author jlam;	state Exp;
branches;
next	1.4;

1.4
date	2000.05.19.11.03.35;	author wiz;	state dead;
branches;
next	1.3;

1.3
date	2000.05.14.00.18.55;	author hubertf;	state Exp;
branches;
next	1.2;

1.2
date	2000.05.04.01.33.06;	author hubertf;	state Exp;
branches;
next	1.1;

1.1
date	2000.04.20.07.03.55;	author itojun;	state Exp;
branches
	1.1.1.1;
next	;

1.6.2.1
date	2002.06.23.18.44.01;	author jlam;	state Exp;
branches;
next	;

1.1.1.1
date	2000.04.20.07.03.55;	author itojun;	state Exp;
branches;
next	;


desc
@@


1.11
log
@Update to 15.6:

Some security problems have been addressed, and overall stability
has improved. There are no new features.

(The security problems were already fixed in pkgsrc.)
@
text
@$NetBSD: patch-ab,v 1.10 2006/03/23 16:09:32 yyamano Exp $

--- src/egrep.y.orig	2002-12-11 23:39:10.000000000 +0900
+++ src/egrep.y
@@@@ -605,7 +605,7 @@@@ done:	(void) fclose(fptr);
 
 /* FIXME HBB: should export this to a separate file and use
  * AC_REPLACE_FUNCS() */
-#if BSD
+#if !STDC_HEADERS && !defined(HAVE_MEMSET) && !defined(HAVE_MEMORY_H)
 /*LINTLIBRARY*/
 /*
  * Set an array of n chars starting at sp to the character c.
@


1.10
log
@Make this build on Darwin.
@
text
@d1 1
a1 1
$NetBSD$
@


1.9
log
@Update to 15.5:

(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.
@
text
@d1 1
a1 1
$NetBSD: patch-ab,v 1.8 2003/07/12 07:04:33 wiz Exp $
d3 3
a5 17
--- configure.orig	Sun Jul 28 18:50:35 2002
+++ configure
@@@@ -2431,7 +2431,6 @@@@ fi
       flex*) ac_lib=fl ;;
       *) ac_lib=l ;;
       esac
-      LDFLAGS='-L/usr/local/lib'
       as_ac_Lib=`echo "ac_cv_lib_$ac_lib''_yywrap" | $as_tr_sh`
 echo "$as_me:2436: checking for yywrap in -l$ac_lib" >&5
 echo $ECHO_N "checking for yywrap in -l$ac_lib... $ECHO_C" >&6
@@@@ -2483,10 +2482,9 @@@@ fi
 echo "$as_me:2483: result: `eval echo '${'$as_ac_Lib'}'`" >&5
 echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
 if test `eval echo '${'$as_ac_Lib'}'` = yes; then
-  LEXLIB="-L/usr/local/lib -l$ac_lib"
+  LEXLIB="-l$ac_lib"
 fi
d7 7
a13 4
-      LDFLAGS=
     fi
 
             echo "$as_me:2492: checking lex output file root" >&5
@


1.8
log
@Update to 15.4: bugfix release.
@
text
@d1 1
a1 1
$NetBSD$
@


1.7
log
@Regen some patches so Solaris' /usr/bin/gpatch is happier with them.
@
text
@d3 1
a3 1
--- configure.orig	Wed Jun 12 12:47:17 2002
d5 1
a5 1
@@@@ -1344,9 +1344,8 @@@@
d10 7
a16 10
       echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6
-echo "configure:1350: checking for yywrap in -l$ac_lib" >&5
+echo "configure:1349: checking for yywrap in -l$ac_lib" >&5
 ac_lib_var=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
@@@@ -1380,12 +1379,11 @@@@
 fi
 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
   echo "$ac_t""yes" 1>&6
a18 2
 else
   echo "$ac_t""no" 1>&6
a22 1
     
d24 1
@


1.6
log
@Upgrade to version 15.3

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
@
text
@d3 1
a3 1
--- configure.orig	Mon Jul  2 17:50:46 2001
d5 1
a5 10
@@@@ -829,6 +829,8 @@@@
 
 
 
+# configure's patch is hand-trimmed after regen from patched configure.in
+
 # ACNU_PROG_LEX fm AC_PROG_LEX 
 # -----------  
 
@@@@ -1344,9 +1346,8 @@@@
d11 2
a12 1
 echo "configure:1350: checking for yywrap in -l$ac_lib" >&5
d16 1
a16 1
@@@@ -1380,12 +1381,11 @@@@
@


1.6.2.1
log
@Merge from pkgsrc-current to buildlink2 branch.
@
text
@d1 1
a1 1
$NetBSD: patch-ab,v 1.7 2002/06/12 13:16:50 seb Exp $
d3 1
a3 1
--- configure.orig	Wed Jun 12 12:47:17 2002
d5 10
a14 1
@@@@ -1344,9 +1344,8 @@@@
d20 1
a20 2
-echo "configure:1350: checking for yywrap in -l$ac_lib" >&5
+echo "configure:1349: checking for yywrap in -l$ac_lib" >&5
d24 1
a24 1
@@@@ -1380,12 +1379,11 @@@@
@


1.5
log
@Fix stupid change by package author that looked for files explicitly in
/usr/local/lib and that explicitly set LDFLAGS to nothing.
@
text
@d3 8
a10 4
--- configure.in.orig	Fri May  5 17:09:35 2000
+++ configure.in
@@@@ -52,8 +52,6 @@@@
 dnl 
d13 2
a14 6
-dnl chg: probes for lib in /usr/local/lib
-dnl sheesh you'd have thought that this was obvious enough to be done anyway
 AC_DEFUN(ACNU_PROG_LEX,[
 dnl   autoconf-2.14a
 dnl    AH_CHECK_LIB(fl)dnl
@@@@ -65,9 +63,7 @@@@
d19 15
a33 1
-      AC_CHECK_LIB($ac_lib, yywrap, LEXLIB="-L/usr/local/lib -l$ac_lib")
a34 1
+      AC_CHECK_LIB($ac_lib, yywrap, LEXLIB="-l$ac_lib")
d36 2
a37 2
     AC_SUBST(LEXLIB)
 ])
@


1.4
log
@Update to 15.0bl2.
Changes: Bugfixes, better man page, code cleanup.
Fixes pkg/10153.
@
text
@d1 1
a1 1
$NetBSD: patch-ab,v 1.3 2000/05/14 00:18:55 hubertf Exp $
d3 22
a24 12
--- common/display.c.orig	Tue Apr 18 03:39:04 2000
+++ common/display.c	Sun May 14 01:05:37 2000
@@@@ -45,2 +45,5 @@@@
 #include <setjmp.h>	/* jmp_buf */
+#ifdef __NetBSD__
+#include <errno.h>
+#endif
 
@@@@ -517,3 +520,2 @@@@
 	char	msg[MSGLEN + 1];
-	long	time();
 
@


1.3
log
@Fix some of the patches - some RCS IDs did sneak in!
Need a smarter pkgdiff...!

 - Hubert
@
text
@d1 1
a1 1
$NetBSD$
@


1.2
log
@ * split
 * 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.
@
text
@d3 3
a5 6
diff -x *.orig -urN ./common/display.c /disk1/cvs/pkgsrc/devel/cscope/work.i386.unpatched/cscope-13.0/common/display.c
--- ./common/display.c	Tue Apr 18 03:39:04 2000
+++ /disk1/cvs/pkgsrc/devel/cscope/work.i386.unpatched/cscope-13.0/common/display.c	Thu May  4 03:24:28 2000
@@@@ -43,6 +43,9 @@@@
 #endif
 #include <curses.h>	/* LINES, COLS */
d11 1
a11 5
 static char const rcsid[] = "$Id$";
 
@@@@ -515,7 +518,6 @@@@
 	static	long	start;
 	long	now;
a14 2
 	/* save the start time */
 	if (searchcount == 0) {
@


1.1
log
@Initial revision
@
text
@d2 22
a23 36
*** i386/Makefile.orig	Tue Apr 18 10:43:47 2000
--- i386/Makefile	Thu Apr 20 15:52:18 2000
***************
*** 42,48 ****
  
  INS= install
! INSDIR=/usr/local/bin
! INSMANDIR=/usr/local/man/man1
  MANPAGE=../doc/cscope.1
  
  OBJ = dir.o crossref.o scanner.o lookup.o command.o display.o find.o \
--- 42,48 ----
  
  INS= install
! INSDIR=${PREFIX}/bin
! INSMANDIR=${PREFIX}/man/man1
  MANPAGE=../doc/cscope.1
  
  OBJ = dir.o crossref.o scanner.o lookup.o command.o display.o find.o \
***************
*** 163,169 ****
  
  install: all
  	$(INS) -s -m 755 $(PROGRAM) $(INSDIR)
! 	$(INS) -m 755 $(MANPAGE) $(INSMANDIR)
  
  clean:
  	rm -f *.o *.out lex.yy.c y.tab.? scanner.c egrep.c
--- 163,169 ----
  
  install: all
  	$(INS) -s -m 755 $(PROGRAM) $(INSDIR)
! #	$(INS) -m 755 $(MANPAGE) $(INSMANDIR)
  
  clean:
  	rm -f *.o *.out lex.yy.c y.tab.? scanner.c egrep.c
@


1.1.1.1
log
@cscope 13.0, interactive C program browser
@
text
@@
