pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/spiff Apply patch by Roland Illig posted to tech...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f23ea719e6a4
branches: trunk
changeset: 477535:f23ea719e6a4
user: jschauma <jschauma%pkgsrc.org@localhost>
date: Sun Jul 04 16:21:59 2004 +0000
description:
Apply patch by Roland Illig posted to tech-pkg to make this compile
on Linux.
diffstat:
devel/spiff/distinfo | 4 ++--
devel/spiff/patches/patch-ab | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (31 lines):
diff -r 99d281c98573 -r f23ea719e6a4 devel/spiff/distinfo
--- a/devel/spiff/distinfo Sun Jul 04 16:18:14 2004 +0000
+++ b/devel/spiff/distinfo Sun Jul 04 16:21:59 2004 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.1.1.1 2001/10/15 10:12:08 agc Exp $
+$NetBSD: distinfo,v 1.2 2004/07/04 16:21:59 jschauma Exp $
SHA1 (spiff-1.0.tar.gz) = 09803fa6f946c3639bb2c7ac5b5644860ebed643
Size (spiff-1.0.tar.gz) = 48291 bytes
SHA1 (patch-aa) = 7385b723590f1e8ce86e830605da3ce1bd97a3ea
-SHA1 (patch-ab) = 4bc7a5c5ea75f478248e52fa492e4cc0cd4ae201
+SHA1 (patch-ab) = 36b0ee588e64fc2716e18711099125636e95bf38
SHA1 (patch-ac) = d88280626b3d1621377d38037a52e79e6e35bb1a
diff -r 99d281c98573 -r f23ea719e6a4 devel/spiff/patches/patch-ab
--- a/devel/spiff/patches/patch-ab Sun Jul 04 16:18:14 2004 +0000
+++ b/devel/spiff/patches/patch-ab Sun Jul 04 16:21:59 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.1.1.1 2001/10/15 10:12:08 agc Exp $
+$NetBSD: patch-ab,v 1.2 2004/07/04 16:21:59 jschauma Exp $
--- misc.h 2001/10/15 10:01:22 1.1
+++ misc.h 2001/10/15 10:02:19
@@ -15,7 +15,7 @@
/*
** lines needed to shut up lint
*/
-+#if !(defined(BSD) && BSD >= 199306)
++#if !(defined(BSD) && BSD >= 199306) && !defined(__linux__)
extern char *sprintf();
extern char *strcat();
extern char *strncat();
Home |
Main Index |
Thread Index |
Old Index