pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/cksfv Fix compilation on Solaris, from Jonathan P...
details: https://anonhg.NetBSD.org/pkgsrc/rev/63bb425a07a5
branches: trunk
changeset: 461831:63bb425a07a5
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Sep 22 12:23:20 2003 +0000
description:
Fix compilation on Solaris, from Jonathan Perkin in PR 22887.
diffstat:
misc/cksfv/distinfo | 3 ++-
misc/cksfv/patches/patch-af | 19 +++++++++++++++++++
2 files changed, 21 insertions(+), 1 deletions(-)
diffs (37 lines):
diff -r 0b376eb7f3ac -r 63bb425a07a5 misc/cksfv/distinfo
--- a/misc/cksfv/distinfo Mon Sep 22 11:56:19 2003 +0000
+++ b/misc/cksfv/distinfo Mon Sep 22 12:23:20 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2003/09/22 09:11:31 wiz Exp $
+$NetBSD: distinfo,v 1.5 2003/09/22 12:23:20 wiz Exp $
SHA1 (cksfv-1.3.tar.gz) = be8a2adff70a3787b367cf01f247014113bfc646
Size (cksfv-1.3.tar.gz) = 14925 bytes
@@ -7,3 +7,4 @@
SHA1 (patch-ac) = 4048202c1e2baf8f01cd237e7c16368a0a8d1773
SHA1 (patch-ad) = 99294fce6cdecbe7c256eaef90bc0e3c66096153
SHA1 (patch-ae) = dd36480ccebd825a74554906ca075a82af304cd1
+SHA1 (patch-af) = c16ee21d0d45a89d3ae2dac6d647a43cba4671c1
diff -r 0b376eb7f3ac -r 63bb425a07a5 misc/cksfv/patches/patch-af
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/cksfv/patches/patch-af Mon Sep 22 12:23:20 2003 +0000
@@ -0,0 +1,19 @@
+$NetBSD: patch-af,v 1.1 2003/09/22 12:23:21 wiz Exp $
+
+--- src/Makefile.orig Fri Jul 6 07:33:08 2001
++++ src/Makefile Mon Sep 22 11:42:14 2003
+@@ -17,11 +17,11 @@
+ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+
+ PROG= cksfv
+-CFLAGS+= -Wall -Werror -O2 -g
++#CFLAGS+= -Wall -Werror -O2 -g
+ SRCS= cksfv.c print.c crc32.c readsfv.c newsfv.c
+
+ cksfv: $(SRCS)
+- gcc -DVERSION=\"$(VERSION)\" $(CFLAGS) -o $(PROG) $(SRCS)
++ $(CC) -DVERSION=\"$(VERSION)\" $(CFLAGS) -o $(PROG) $(SRCS)
+
+ install: cksfv
+ cp $(PROG) /usr/local/bin
+
Home |
Main Index |
Thread Index |
Old Index