pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/cscope Update to 15.5:
details: https://anonhg.NetBSD.org/pkgsrc/rev/3d4afc89eadb
branches: trunk
changeset: 500172:3d4afc89eadb
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Oct 03 15:00:12 2005 +0000
description:
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.
diffstat:
devel/cscope/Makefile | 5 +-
devel/cscope/distinfo | 17 +-
devel/cscope/patches/patch-aa | 24 ---
devel/cscope/patches/patch-ab | 24 ---
devel/cscope/patches/patch-ac | 4 +-
devel/cscope/patches/patch-ad | 283 +++++++++++++++++++++++++++++------------
devel/cscope/patches/patch-ae | 13 -
devel/cscope/patches/patch-af | 6 +-
8 files changed, 215 insertions(+), 161 deletions(-)
diffs (truncated from 456 to 300 lines):
diff -r 4faebd41725c -r 3d4afc89eadb devel/cscope/Makefile
--- a/devel/cscope/Makefile Mon Oct 03 14:43:12 2005 +0000
+++ b/devel/cscope/Makefile Mon Oct 03 15:00:12 2005 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.41 2005/09/20 03:52:01 jlam Exp $
+# $NetBSD: Makefile,v 1.42 2005/10/03 15:00:12 wiz Exp $
-DISTNAME= cscope-15.4
-PKGREVISION= 4
+DISTNAME= cscope-15.5
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cscope/}
diff -r 4faebd41725c -r 3d4afc89eadb devel/cscope/distinfo
--- a/devel/cscope/distinfo Mon Oct 03 14:43:12 2005 +0000
+++ b/devel/cscope/distinfo Mon Oct 03 15:00:12 2005 +0000
@@ -1,11 +1,8 @@
-$NetBSD: distinfo,v 1.10 2005/02/23 22:24:11 agc Exp $
+$NetBSD: distinfo,v 1.11 2005/10/03 15:00:12 wiz Exp $
-SHA1 (cscope-15.4.tar.gz) = 4b70bc0b3c87e5b3f032f9bd93af09ac861ca539
-RMD160 (cscope-15.4.tar.gz) = d833a25783212ce9169be124608046e7577e34ae
-Size (cscope-15.4.tar.gz) = 224057 bytes
-SHA1 (patch-aa) = 0212dd5ee9777bb2987cc57dca3747299b065f4f
-SHA1 (patch-ab) = 66042af02a5af64111a914aebcb4d7a74f421442
-SHA1 (patch-ac) = 46fb2edc1ddec03c0ac50f87acde2b59f907e12b
-SHA1 (patch-ad) = b3975c7abfcbd2081fc63b9857b0f162400dc075
-SHA1 (patch-ae) = b57c9bc91a88064dfa8dcb7592cd862eb926c7f1
-SHA1 (patch-af) = 7a2905d1d29b06b83684cbd7afdd8fc435cd8ef2
+SHA1 (cscope-15.5.tar.gz) = 2e8e66735254328399dc50757b270bcc3e9002d3
+RMD160 (cscope-15.5.tar.gz) = 30623f07043abc90d76b384c407abe5813a8a716
+Size (cscope-15.5.tar.gz) = 243793 bytes
+SHA1 (patch-ac) = 40a69af0eb5419de827b490c960803a736040f2c
+SHA1 (patch-ad) = 7e0f25b67f3476ac90b7541595649d6a6bf65aa9
+SHA1 (patch-af) = fbccbdcbf195a5852ff35be36446c471daf36cd5
diff -r 4faebd41725c -r 3d4afc89eadb devel/cscope/patches/patch-aa
--- a/devel/cscope/patches/patch-aa Mon Oct 03 14:43:12 2005 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-$NetBSD: patch-aa,v 1.8 2002/06/12 13:16:50 seb Exp $
-
---- configure.in.orig Mon Jul 2 17:48:55 2001
-+++ configure.in
-@@ -52,8 +52,6 @@
- dnl
- # ACNU_PROG_LEX fm AC_PROG_LEX
- # -----------
--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 @@
- flex*) ac_lib=fl ;;
- *) ac_lib=l ;;
- esac
-- LDFLAGS='-L/usr/local/lib'
-- AC_CHECK_LIB($ac_lib, yywrap, LEXLIB="-L/usr/local/lib -l$ac_lib")
-- LDFLAGS=
-+ AC_CHECK_LIB($ac_lib, yywrap, LEXLIB="-l$ac_lib")
- fi
- AC_SUBST(LEXLIB)
- ])
diff -r 4faebd41725c -r 3d4afc89eadb devel/cscope/patches/patch-ab
--- a/devel/cscope/patches/patch-ab Mon Oct 03 14:43:12 2005 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-$NetBSD: patch-ab,v 1.8 2003/07/12 07:04:33 wiz Exp $
-
---- 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
-
-- LDFLAGS=
- fi
-
- echo "$as_me:2492: checking lex output file root" >&5
diff -r 4faebd41725c -r 3d4afc89eadb devel/cscope/patches/patch-ac
--- a/devel/cscope/patches/patch-ac Mon Oct 03 14:43:12 2005 +0000
+++ b/devel/cscope/patches/patch-ac Mon Oct 03 15:00:12 2005 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-ac,v 1.5 2001/10/03 14:57:21 seb Exp $
+$NetBSD: patch-ac,v 1.6 2005/10/03 15:00:12 wiz Exp $
---- contrib/Makefile.am.orig Mon Jul 2 17:54:46 2001
+--- contrib/Makefile.am.orig 2001-07-18 15:48:55.000000000 +0200
+++ contrib/Makefile.am
@@ -1,6 +1,7 @@
## Process this file with automake to produce Makefile.in
diff -r 4faebd41725c -r 3d4afc89eadb devel/cscope/patches/patch-ad
--- a/devel/cscope/patches/patch-ad Mon Oct 03 14:43:12 2005 +0000
+++ b/devel/cscope/patches/patch-ad Mon Oct 03 15:00:12 2005 +0000
@@ -1,116 +1,235 @@
-$NetBSD: patch-ad,v 1.4 2003/07/12 07:04:33 wiz Exp $
+$NetBSD: patch-ad,v 1.5 2005/10/03 15:00:12 wiz Exp $
---- contrib/Makefile.in.orig Sun Jul 28 18:58:23 2002
+--- contrib/Makefile.in.orig 2003-09-04 18:51:25.000000000 +0200
+++ contrib/Makefile.in
-@@ -71,13 +71,13 @@ PACKAGE = @PACKAGE@
- VERSION = @VERSION@
- YACC = @YACC@
+@@ -1,8 +1,8 @@
+-# Makefile.in generated by automake 1.7.2 from Makefile.am.
++# Makefile.in generated by automake 1.9.6 from Makefile.am.
+ # @configure_input@
+-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
+-# Free Software Foundation, Inc.
++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
++# 2003, 2004, 2005 Free Software Foundation, Inc.
+ # This Makefile.in is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+ # with or without modifications, as long as this notice is preserved.
+@@ -21,7 +21,6 @@ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = ..
+-
+ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+ INSTALL = @INSTALL@
+ install_sh_DATA = $(install_sh) -c -m 644
+@@ -35,7 +34,29 @@ POST_INSTALL = :
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
++build_triplet = @build@
+ host_triplet = @host@
++subdir = contrib
++DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
++am__aclocal_m4_deps = $(top_srcdir)/configure.in
++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
++ $(ACLOCAL_M4)
++mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
++CONFIG_HEADER = $(top_builddir)/config.h
++CONFIG_CLEAN_FILES =
++SOURCES =
++DIST_SOURCES =
++am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
++am__vpath_adj = case $$p in \
++ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
++ *) f=$$p;; \
++ esac;
++am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
++am__installdirs = "$(DESTDIR)$(pkgdatadir)"
++pkgdataDATA_INSTALL = $(INSTALL_DATA)
++DATA = $(pkgdata_DATA)
++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+ ACLOCAL = @ACLOCAL@
+ AMDEP_FALSE = @AMDEP_FALSE@
+ AMDEP_TRUE = @AMDEP_TRUE@
+@@ -99,7 +120,10 @@ ac_ct_STRIP = @ac_ct_STRIP@
+ am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
+ am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
+ am__include = @am__include@
++am__leading_dot = @am__leading_dot@
+ am__quote = @am__quote@
++am__tar = @am__tar@
++am__untar = @am__untar@
+ bindir = @bindir@
+ build = @build@
+ build_alias = @build_alias@
+@@ -122,6 +146,7 @@ libdir = @libdir@
+ libexecdir = @libexecdir@
+ localstatedir = @localstatedir@
+ mandir = @mandir@
++mkdir_p = @mkdir_p@
+ oldincludedir = @oldincludedir@
+ prefix = @prefix@
+ program_transform_name = @program_transform_name@
+@@ -129,18 +154,8 @@ sbindir = @sbindir@
+ sharedstatedir = @sharedstatedir@
+ sysconfdir = @sysconfdir@
+ target_alias = @target_alias@
+-
-bin_SCRIPTS = ocs
+-
+pkgdata_DATA = ocs
-
EXTRA_DIST = ocs README xcscope webcscope
- mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
- CONFIG_HEADER = ../config.h
- CONFIG_CLEAN_FILES =
--SCRIPTS = $(bin_SCRIPTS)
-+DATA = $(pkgdata_DATA)
+-subdir = contrib
+-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+-CONFIG_HEADER = $(top_builddir)/config.h
+-CONFIG_CLEAN_FILES =
+-SCRIPTS = $(bin_SCRIPTS)
+-
+-DIST_SOURCES =
+-DIST_COMMON = README Makefile.am Makefile.in
+ all: all-am
- DIST_COMMON = README Makefile.am Makefile.in
-
-@@ -89,30 +89,30 @@ GZIP_ENV = --best
- all: all-redirect
.SUFFIXES:
- $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
-- cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps contrib/Makefile
-+ cd $(top_srcdir) && $(AUTOMAKE) --gnu contrib/Makefile
-
--Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
- cd $(top_builddir) \
- && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
-
-
+@@ -149,37 +164,30 @@ $(srcdir)/Makefile.in: Makefile.am $(t
+ $(AUTOMAKE) --gnu contrib/Makefile
+ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+-binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
-install-binSCRIPTS: $(bin_SCRIPTS)
++uninstall-info-am:
+install-pkgdataDATA: $(pkgdata_DATA)
@$(NORMAL_INSTALL)
- $(mkinstalldirs) $(DESTDIR)$(bindir)
- @list='$(bin_SCRIPTS)'; for p in $$list; do \
-- if test -f $$p; then \
-- echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
-- $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
-- else if test -f $(srcdir)/$$p; then \
-- echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
-- $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
-- else :; fi; fi; \
-+ $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
++ test -z "$(pkgdatadir)" || $(mkinstalldirs) "$(DESTDIR)$(pkgdatadir)"
+ @list='$(pkgdata_DATA)'; for p in $$list; do \
-+ if test -f $(srcdir)/$$p; then \
-+ echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgdatadir)/$$p"; \
-+ $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgdatadir)/$$p; \
-+ else if test -f $$p; then \
-+ echo " $(INSTALL_DATA) $$p $(DESTDIR)$(pkgdatadir)/$$p"; \
-+ $(INSTALL_DATA) $$p $(DESTDIR)$(pkgdatadir)/$$p; \
-+ fi; fi; \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+- if test -f $$d$$p; then \
+- f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
+- echo " $(binSCRIPT_INSTALL) $$d$$p $(DESTDIR)$(bindir)/$$f"; \
+- $(binSCRIPT_INSTALL) $$d$$p $(DESTDIR)$(bindir)/$$f; \
+- else :; fi; \
++ f=$(am__strip_dir) \
++ echo " $(pkgdataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgdatadir)/$$f'"; \
++ $(pkgdataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgdatadir)/$$f"; \
done
-uninstall-binSCRIPTS:
+uninstall-pkgdataDATA:
@$(NORMAL_UNINSTALL)
-- list='$(bin_SCRIPTS)'; for p in $$list; do \
-- rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
-+ list='$(pkgdata_DATA)'; for p in $$list; do \
-+ rm -f $(DESTDIR)$(pkgdatadir)/$$p; \
+- @list='$(bin_SCRIPTS)'; for p in $$list; do \
+- f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
+- echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
+- rm -f $(DESTDIR)$(bindir)/$$f; \
++ @list='$(pkgdata_DATA)'; for p in $$list; do \
++ f=$(am__strip_dir) \
++ echo " rm -f '$(DESTDIR)$(pkgdatadir)/$$f'"; \
++ rm -f "$(DESTDIR)$(pkgdatadir)/$$f"; \
done
+-uninstall-info-am:
tags: TAGS
TAGS:
-@@ -123,6 +123,11 @@ distdir = $(top_builddir)/$(PACKAGE)-$(V
- subdir = contrib
+
+ ctags: CTAGS
+ CTAGS:
+
+-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+-
+-top_distdir = ..
+-distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
distdir: $(DISTFILES)
-+ here=`cd $(top_builddir) && pwd`; \
-+ top_distdir=`cd $(top_distdir) && pwd`; \
-+ distdir=`cd $(distdir) && pwd`; \
-+ cd $(top_srcdir) \
-+ && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu contrib/Makefile
Home |
Main Index |
Thread Index |
Old Index