pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/cscope Fix patch-ah, bump PKGREVISION.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0e6c00463b18
branches:  trunk
changeset: 524216:0e6c00463b18
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jan 20 23:39:44 2007 +0000

description:
Fix patch-ah, bump PKGREVISION.
>From martijnb at atlas.ipv6.stack.nl in PR 35451.

diffstat:

 devel/cscope/Makefile         |  3 ++-
 devel/cscope/distinfo         |  4 ++--
 devel/cscope/patches/patch-ah |  4 ++--
 3 files changed, 6 insertions(+), 5 deletions(-)

diffs (48 lines):

diff -r 18ed32bc1a1c -r 0e6c00463b18 devel/cscope/Makefile
--- a/devel/cscope/Makefile     Sat Jan 20 22:17:53 2007 +0000
+++ b/devel/cscope/Makefile     Sat Jan 20 23:39:44 2007 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.46 2007/01/06 22:45:49 wiz Exp $
+# $NetBSD: Makefile,v 1.47 2007/01/20 23:39:44 wiz Exp $
 
 DISTNAME=      cscope-15.6
+PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=cscope/}
 
diff -r 18ed32bc1a1c -r 0e6c00463b18 devel/cscope/distinfo
--- a/devel/cscope/distinfo     Sat Jan 20 22:17:53 2007 +0000
+++ b/devel/cscope/distinfo     Sat Jan 20 23:39:44 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.16 2007/01/06 22:45:49 wiz Exp $
+$NetBSD: distinfo,v 1.17 2007/01/20 23:39:44 wiz Exp $
 
 SHA1 (cscope-15.6.tar.gz) = f5f73dca1f223cf6905c09a7f0e8eb993fa5fd93
 RMD160 (cscope-15.6.tar.gz) = b93238d3c91782d032e028abcfde3c2a7491a9c9
@@ -9,7 +9,7 @@
 SHA1 (patch-ae) = d02ded0d2fb998450cc725b717f9d60a28191835
 SHA1 (patch-af) = 0cbf2e00612765221b62e57450f41bc69e760687
 SHA1 (patch-ag) = 332297168be35b8448a8f4ee7750698bfebcb726
-SHA1 (patch-ah) = 90c3caf336edde19b56b751bac528cf48e0b2e60
+SHA1 (patch-ah) = a79523d1a7d685eab31f06085547f91a2fbb01ff
 SHA1 (patch-ai) = 17b4d1be4303b858916f2d01446df4e5a142d08f
 SHA1 (patch-aj) = 57a2a0060672ee145f0f55fefd72673cbfbf6b25
 SHA1 (patch-ak) = 74d5395066642792ec3d5ee611b21a7075757ab9
diff -r 18ed32bc1a1c -r 0e6c00463b18 devel/cscope/patches/patch-ah
--- a/devel/cscope/patches/patch-ah     Sat Jan 20 22:17:53 2007 +0000
+++ b/devel/cscope/patches/patch-ah     Sat Jan 20 23:39:44 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ah,v 1.6 2007/01/06 22:45:49 wiz Exp $
+$NetBSD: patch-ah,v 1.7 2007/01/20 23:39:44 wiz Exp $
 
 --- src/dir.c.orig     2006-09-30 10:13:00.000000000 +0200
 +++ src/dir.c
@@ -51,7 +51,7 @@
            }
            /* make sure it exists and is readable */
 -          sprintf(path, "%.*s/%s",
-+          sprintf(path, sizeof(path), "%.*s/%s",
++          snprintf(path, sizeof(path), "%.*s/%s",
                    PATHLEN - 2 - file_len, incdirs[i],
                    file);
            if (access(compath(path), READ) == 0) {



Home | Main Index | Thread Index | Old Index