pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/cscope cscope: update to 15.9.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fc1fad390159
branches:  trunk
changeset: 444089:fc1fad390159
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jan 03 00:42:55 2021 +0000

description:
cscope: update to 15.9.

Based on patch by Brad Harder on pkgsrc-users.

Changes not found.

diffstat:

 devel/cscope/Makefile         |    5 +-
 devel/cscope/PLIST            |    4 +-
 devel/cscope/distinfo         |   13 +-
 devel/cscope/patches/patch-aa |   27 -----
 devel/cscope/patches/patch-ac |   12 --
 devel/cscope/patches/patch-ad |  208 ------------------------------------------
 6 files changed, 9 insertions(+), 260 deletions(-)

diffs (truncated from 302 to 300 lines):

diff -r 5a89995afc33 -r fc1fad390159 devel/cscope/Makefile
--- a/devel/cscope/Makefile     Sat Jan 02 23:00:50 2021 +0000
+++ b/devel/cscope/Makefile     Sun Jan 03 00:42:55 2021 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.61 2020/05/08 16:20:38 rillig Exp $
+# $NetBSD: Makefile,v 1.62 2021/01/03 00:42:55 wiz Exp $
 
-DISTNAME=      cscope-15.8a
-PKGREVISION=   2
+DISTNAME=      cscope-15.9
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=cscope/}
 
diff -r 5a89995afc33 -r fc1fad390159 devel/cscope/PLIST
--- a/devel/cscope/PLIST        Sat Jan 02 23:00:50 2021 +0000
+++ b/devel/cscope/PLIST        Sun Jan 03 00:42:55 2021 +0000
@@ -1,6 +1,6 @@
-@comment $NetBSD: PLIST,v 1.3 2010/12/18 13:06:04 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2021/01/03 00:42:55 wiz Exp $
 bin/cscope
 bin/cscope-indexer
+bin/ocs
 man/man1/cscope.1
-share/cscope/ocs
 share/emacs/site-lisp/xcscope.el
diff -r 5a89995afc33 -r fc1fad390159 devel/cscope/distinfo
--- a/devel/cscope/distinfo     Sat Jan 02 23:00:50 2021 +0000
+++ b/devel/cscope/distinfo     Sun Jan 03 00:42:55 2021 +0000
@@ -1,9 +1,6 @@
-$NetBSD: distinfo,v 1.21 2015/11/03 03:27:20 agc Exp $
+$NetBSD: distinfo,v 1.22 2021/01/03 00:42:55 wiz Exp $
 
-SHA1 (cscope-15.8a.tar.gz) = 00f76825791b895532778f720c509cd13b9d6846
-RMD160 (cscope-15.8a.tar.gz) = 9536de3b7bdf6dd355dd9c28308457692c9a0b9f
-SHA512 (cscope-15.8a.tar.gz) = bedba69820eca86420f6c975d1f267de67a457b182a3fe49720a2ae5ea48759c5b5b8db06ed5ffd85173ddf4a0f12ca722e87200dea4a2da7d43c8c711b00318
-Size (cscope-15.8a.tar.gz) = 601232 bytes
-SHA1 (patch-aa) = b8f3a2b4f30726a51c8cf676c2accd07bfd5ccb1
-SHA1 (patch-ac) = d548d256e9d7dd26195e37512ccbe9844bf7ace1
-SHA1 (patch-ad) = c64b701d5a06c6b3dffd961a95960f417d9399b1
+SHA1 (cscope-15.9.tar.gz) = e89c6a3458164552d9301ccc213181f463e5210e
+RMD160 (cscope-15.9.tar.gz) = afea7d56e0536bfe02fcd647a510ae022100c88d
+SHA512 (cscope-15.9.tar.gz) = f3b95da5eb5c036cd39215785990c7cce7ce7b8eda4b18e60792e70d01ffb63809ce32ace310a9aefd88e6761c1609039ccfab0e8e49f81730bc1630babbcb80
+Size (cscope-15.9.tar.gz) = 613948 bytes
diff -r 5a89995afc33 -r fc1fad390159 devel/cscope/patches/patch-aa
--- a/devel/cscope/patches/patch-aa     Sat Jan 02 23:00:50 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,27 +0,0 @@
-$NetBSD: patch-aa,v 1.13 2012/10/25 08:28:20 asau Exp $
-
---- src/constants.h.orig       2012-04-07 14:12:07.000000000 +0000
-+++ src/constants.h
-@@ -85,6 +85,13 @@
- #define NUMLEN_STR STRINGIZE(NUMLEN)
- #define TEMPSTRING_LEN_STR STRINGIZE(TEMPSTRING_LEN)
- 
-+#define STR2(x) #x
-+#define STRINGIZE(x) STR2(x)
-+#define PATLEN_STR STRINGIZE(PATLEN)
-+#define PATHLEN_STR STRINGIZE(PATHLEN)
-+#define NUMLEN_STR STRINGIZE(NUMLEN)
-+#define TEMPSTRING_LEN_STR STRINGIZE(TEMPSTRING_LEN)
-+
- /* screen lines */
- #define       FLDLINE (LINES - FIELDS - 1)    /* first input field line */
- #define       MSGLINE 0                       /* message line */
-@@ -103,7 +110,7 @@
- #define INCLUDES      8
- #define       FIELDS          10
- 
--#if (BSD || V9) && !__NetBSD__ && !__FreeBSD__
-+#if (BSD || V9) && !__NetBSD__ && !__FreeBSD__ && !__APPLE__
- # define TERMINFO     0       /* no terminfo curses */
- #else
- # define TERMINFO     1
diff -r 5a89995afc33 -r fc1fad390159 devel/cscope/patches/patch-ac
--- a/devel/cscope/patches/patch-ac     Sat Jan 02 23:00:50 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-$NetBSD: patch-ac,v 1.7 2012/10/25 08:28:20 asau Exp $
-
---- contrib/Makefile.am.orig   2012-08-04 15:11:39.000000000 +0000
-+++ contrib/Makefile.am
-@@ -1,6 +1,6 @@
- ## Process this file with automake to produce Makefile.in
- 
--bin_SCRIPTS = ocs
-+pkgdata_DATA = ocs
- 
- EXTRA_DIST = README ocs cctree.txt cctree.vim xcscope webcscope
- 
diff -r 5a89995afc33 -r fc1fad390159 devel/cscope/patches/patch-ad
--- a/devel/cscope/patches/patch-ad     Sat Jan 02 23:00:50 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,208 +0,0 @@
-$NetBSD: patch-ad,v 1.7 2012/10/25 08:28:20 asau Exp $
-
---- contrib/Makefile.in.orig   2012-08-04 15:17:12.000000000 +0000
-+++ contrib/Makefile.in
-@@ -1,9 +1,8 @@
--# Makefile.in generated by automake 1.11.3 from Makefile.am.
-+# Makefile.in generated by automake 1.12.4 from Makefile.am.
- # @configure_input@
- 
--# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
--# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
--# Foundation, Inc.
-+# Copyright (C) 1994-2012 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.
-@@ -16,6 +15,23 @@
- @SET_MAKE@
- 
- VPATH = @srcdir@
-+am__make_dryrun = \
-+  { \
-+    am__dry=no; \
-+    case $$MAKEFLAGS in \
-+      *\\[\ \ ]*) \
-+        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
-+          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
-+      *) \
-+        for am__flg in $$MAKEFLAGS; do \
-+          case $$am__flg in \
-+            *=*|--*) ;; \
-+            *n*) am__dry=yes; break;; \
-+          esac; \
-+        done;; \
-+    esac; \
-+    test $$am__dry = yes; \
-+  }
- pkgdatadir = $(datadir)/@PACKAGE@
- pkgincludedir = $(includedir)/@PACKAGE@
- pkglibdir = $(libdir)/@PACKAGE@
-@@ -35,7 +51,8 @@ POST_UNINSTALL = :
- build_triplet = @build@
- host_triplet = @host@
- subdir = contrib
--DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
-+DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
-+      $(top_srcdir)/mkinstalldirs
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
- am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
-       $(top_srcdir)/configure.in
-@@ -45,6 +62,13 @@ mkinstalldirs = $(SHELL) $(top_srcdir)/m
- CONFIG_HEADER = $(top_builddir)/config.h
- CONFIG_CLEAN_FILES =
- CONFIG_CLEAN_VPATH_FILES =
-+SOURCES =
-+DIST_SOURCES =
-+am__can_run_installinfo = \
-+  case $$AM_UPDATE_INFO_DIR in \
-+    n|no|NO) false;; \
-+    *) (install-info --version) >/dev/null 2>&1;; \
-+  esac
- am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
- am__vpath_adj = case $$p in \
-     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
-@@ -72,10 +96,8 @@ am__uninstall_files_from_dir = { \
-     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
-          $(am__cd) "$$dir" && rm -f $$files; }; \
-   }
--am__installdirs = "$(DESTDIR)$(bindir)"
--SCRIPTS = $(bin_SCRIPTS)
--SOURCES =
--DIST_SOURCES =
-+am__installdirs = "$(DESTDIR)$(pkgdatadir)"
-+DATA = $(pkgdata_DATA)
- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
- ACLOCAL = @ACLOCAL@
- AMTAR = @AMTAR@
-@@ -180,7 +202,7 @@ target_alias = @target_alias@
- top_build_prefix = @top_build_prefix@
- top_builddir = @top_builddir@
- top_srcdir = @top_srcdir@
--bin_SCRIPTS = ocs
-+pkgdata_DATA = ocs
- EXTRA_DIST = README ocs cctree.txt cctree.vim xcscope webcscope
- all: all-am
- 
-@@ -215,44 +237,35 @@ $(top_srcdir)/configure:  $(am__configur
- $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- $(am__aclocal_m4_deps):
--install-binSCRIPTS: $(bin_SCRIPTS)
-+install-pkgdataDATA: $(pkgdata_DATA)
-       @$(NORMAL_INSTALL)
--      test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
--      @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
-+      @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
-+      if test -n "$$list"; then \
-+        echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \
-+        $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \
-+      fi; \
-       for p in $$list; do \
-         if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
--        if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
--      done | \
--      sed -e 'p;s,.*/,,;n' \
--          -e 'h;s|.*|.|' \
--          -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
--      $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
--        { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
--          if ($$2 == $$4) { files[d] = files[d] " " $$1; \
--            if (++n[d] == $(am__install_max)) { \
--              print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
--          else { print "f", d "/" $$4, $$1 } } \
--        END { for (d in files) print "f", d, files[d] }' | \
--      while read type dir files; do \
--           if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
--           test -z "$$files" || { \
--             echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
--             $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
--           } \
--      ; done
-+        echo "$$d$$p"; \
-+      done | $(am__base_list) | \
-+      while read files; do \
-+        echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \
-+        $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \
-+      done
- 
--uninstall-binSCRIPTS:
-+uninstall-pkgdataDATA:
-       @$(NORMAL_UNINSTALL)
--      @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
--      files=`for p in $$list; do echo "$$p"; done | \
--             sed -e 's,.*/,,;$(transform)'`; \
--      dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
-+      @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
-+      files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
-+      dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
- tags: TAGS
- TAGS:
- 
- ctags: CTAGS
- CTAGS:
- 
-+cscope cscopelist:
-+
- 
- distdir: $(DISTFILES)
-       @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-@@ -286,9 +299,9 @@ distdir: $(DISTFILES)
-       done
- check-am: all-am
- check: check-am
--all-am: Makefile $(SCRIPTS)
-+all-am: Makefile $(DATA)
- installdirs:
--      for dir in "$(DESTDIR)$(bindir)"; do \
-+      for dir in "$(DESTDIR)$(pkgdatadir)"; do \
-         test -z "$$dir" || $(MKDIR_P) "$$dir"; \
-       done
- install: install-am
-@@ -341,13 +354,13 @@ info: info-am
- 
- info-am:
- 
--install-data-am:
-+install-data-am: install-pkgdataDATA
- 
- install-dvi: install-dvi-am
- 
- install-dvi-am:
- 
--install-exec-am: install-binSCRIPTS
-+install-exec-am:
- 
- install-html: install-html-am
- 
-@@ -385,20 +398,20 @@ ps: ps-am
- 
- ps-am:
- 
--uninstall-am: uninstall-binSCRIPTS
-+uninstall-am: uninstall-pkgdataDATA
- 
- .MAKE: install-am install-strip
- 
- .PHONY: all all-am check check-am clean clean-generic distclean \
-       distclean-generic distdir dvi dvi-am html html-am info info-am \
--      install install-am install-binSCRIPTS install-data \
--      install-data-am install-dvi install-dvi-am install-exec \
--      install-exec-am install-html install-html-am install-info \
--      install-info-am install-man install-pdf install-pdf-am \
--      install-ps install-ps-am install-strip installcheck \
--      installcheck-am installdirs maintainer-clean \
--      maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
--      pdf-am ps ps-am uninstall uninstall-am uninstall-binSCRIPTS
-+      install install-am install-data install-data-am install-dvi \
-+      install-dvi-am install-exec install-exec-am install-html \
-+      install-html-am install-info install-info-am install-man \
-+      install-pdf install-pdf-am install-pkgdataDATA install-ps \
-+      install-ps-am install-strip installcheck installcheck-am \
-+      installdirs maintainer-clean maintainer-clean-generic \
-+      mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \
-+      uninstall-am uninstall-pkgdataDATA
- 



Home | Main Index | Thread Index | Old Index