pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/cscope Add patch from Kailash Sethuraman in PR 2...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b3e2a1e92a97
branches: trunk
changeset: 474789:b3e2a1e92a97
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed May 05 13:25:27 2004 +0000
description:
Add patch from Kailash Sethuraman in PR 25471 that removes an obsolete
sort(1) flag. PKGREVISION=2.
diffstat:
devel/cscope/Makefile | 4 ++--
devel/cscope/distinfo | 3 ++-
devel/cscope/patches/patch-ae | 13 +++++++++++++
3 files changed, 17 insertions(+), 3 deletions(-)
diffs (45 lines):
diff -r 16009b31ef9c -r b3e2a1e92a97 devel/cscope/Makefile
--- a/devel/cscope/Makefile Wed May 05 13:11:09 2004 +0000
+++ b/devel/cscope/Makefile Wed May 05 13:25:27 2004 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.33 2004/02/15 23:46:17 minskim Exp $
+# $NetBSD: Makefile,v 1.34 2004/05/05 13:25:27 wiz Exp $
#
DISTNAME= cscope-15.4
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cscope/}
diff -r 16009b31ef9c -r b3e2a1e92a97 devel/cscope/distinfo
--- a/devel/cscope/distinfo Wed May 05 13:11:09 2004 +0000
+++ b/devel/cscope/distinfo Wed May 05 13:25:27 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2003/07/12 07:04:32 wiz Exp $
+$NetBSD: distinfo,v 1.8 2004/05/05 13:25:27 wiz Exp $
SHA1 (cscope-15.4.tar.gz) = 4b70bc0b3c87e5b3f032f9bd93af09ac861ca539
Size (cscope-15.4.tar.gz) = 224057 bytes
@@ -6,3 +6,4 @@
SHA1 (patch-ab) = 66042af02a5af64111a914aebcb4d7a74f421442
SHA1 (patch-ac) = 46fb2edc1ddec03c0ac50f87acde2b59f907e12b
SHA1 (patch-ad) = b3975c7abfcbd2081fc63b9857b0f162400dc075
+SHA1 (patch-ae) = b57c9bc91a88064dfa8dcb7592cd862eb926c7f1
diff -r 16009b31ef9c -r b3e2a1e92a97 devel/cscope/patches/patch-ae
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/cscope/patches/patch-ae Wed May 05 13:25:27 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.5 2004/05/05 13:25:27 wiz Exp $
+
+--- src/build.c.orig 2001-11-22 18:38:19.000000000 +0100
++++ src/build.c
+@@ -443,7 +443,7 @@ build(void)
+ }
+ (void) fstat(fileno(postings), &statstruct);
+ (void) fclose(postings);
+- (void) sprintf(sortcommand, "env LC_ALL=C sort -y -T %s %s", tmpdir, temp1);
++ (void) sprintf(sortcommand, "env LC_ALL=C sort -T %s %s", tmpdir, temp1);
+ if ((postings = mypopen(sortcommand, "r")) == NULL) {
+ (void) fprintf(stderr, "cscope: cannot open pipe to sort command\n");
+ cannotindex();
Home |
Main Index |
Thread Index |
Old Index