pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/icsi-finger Fix build with gcc3.
details: https://anonhg.NetBSD.org/pkgsrc/rev/b92a601412d4
branches: trunk
changeset: 480482:b92a601412d4
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Sep 10 19:47:43 2004 +0000
description:
Fix build with gcc3.
diffstat:
net/icsi-finger/distinfo | 3 ++-
net/icsi-finger/patches/patch-ac | 13 +++++++++++++
2 files changed, 15 insertions(+), 1 deletions(-)
diffs (29 lines):
diff -r 3152a0d1b183 -r b92a601412d4 net/icsi-finger/distinfo
--- a/net/icsi-finger/distinfo Fri Sep 10 19:37:36 2004 +0000
+++ b/net/icsi-finger/distinfo Fri Sep 10 19:47:43 2004 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.2 2001/04/21 11:23:18 wiz Exp $
+$NetBSD: distinfo,v 1.3 2004/09/10 19:47:43 wiz Exp $
SHA1 (icsi-finger-1.0.27.tar.Z) = 41f03c42269a402169000a6b08ba8c6330256861
Size (icsi-finger-1.0.27.tar.Z) = 729351 bytes
SHA1 (patch-aa) = 09aff5e24c2cf5ede8d8b70e805c88824e0ba88c
SHA1 (patch-ab) = d8a719d78288aad8ab3a7159f332afdd59231ebb
+SHA1 (patch-ac) = dd1603bef5c0c6764549a0fdcddfd819d4301809
diff -r 3152a0d1b183 -r b92a601412d4 net/icsi-finger/patches/patch-ac
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/icsi-finger/patches/patch-ac Fri Sep 10 19:47:43 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1 2004/09/10 19:47:43 wiz Exp $
+
+--- Makefile.orig 1998-04-04 21:27:42.000000000 +0200
++++ Makefile
+@@ -98,7 +98,7 @@ dirs: FRC
+ $(SRC)$(MKFILE): support/cpp-Makefile Makefile config.h
+ cp $(SUPPORT)cpp-Makefile $(SRC)tmp-Makefile.c
+ (cd $(SRC); $(CPP) $(CPP_ARGS) tmp-Makefile.c \
+- | sed 's@[ ]*$$@@' | uniq >$(MKFILE))
++ | sed -e 's@[ ]*$$@@' -e 's@^ *@ @' | uniq >$(MKFILE))
+ rm -f $(SRC)tmp-Makefile.c
+
+ # Subsequent lines contain targets that are correctly handled by an
Home |
Main Index |
Thread Index |
Old Index