pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/convertlit Fix patch, it didn't apply on NetB...
details: https://anonhg.NetBSD.org/pkgsrc/rev/839a6e99d60b
branches: trunk
changeset: 399643:839a6e99d60b
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Sep 23 15:22:36 2009 +0000
description:
Fix patch, it didn't apply on NetBSD-current (whitespace trouble).
diffstat:
textproc/convertlit/distinfo | 4 ++--
textproc/convertlit/patches/patch-aa | 26 +++++++++++++-------------
2 files changed, 15 insertions(+), 15 deletions(-)
diffs (45 lines):
diff -r 2f74b60dc624 -r 839a6e99d60b textproc/convertlit/distinfo
--- a/textproc/convertlit/distinfo Wed Sep 23 13:52:11 2009 +0000
+++ b/textproc/convertlit/distinfo Wed Sep 23 15:22:36 2009 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2009/09/03 13:39:39 hasso Exp $
+$NetBSD: distinfo,v 1.4 2009/09/23 15:22:36 wiz Exp $
SHA1 (clit18src.zip) = 0fa9aead468bd8640c49374d46d78d2a3e79489f
RMD160 (clit18src.zip) = 6104a7d951ed60ea73705e401be8b55633ea2d47
Size (clit18src.zip) = 135120 bytes
-SHA1 (patch-aa) = 1d2db4b05d2045be50595b1dfb89b767a5edd877
+SHA1 (patch-aa) = 9a51057a1c91fcb97021d1a5c482f3d87960e5d3
diff -r 2f74b60dc624 -r 839a6e99d60b textproc/convertlit/patches/patch-aa
--- a/textproc/convertlit/patches/patch-aa Wed Sep 23 13:52:11 2009 +0000
+++ b/textproc/convertlit/patches/patch-aa Wed Sep 23 15:22:36 2009 +0000
@@ -1,16 +1,16 @@
-$NetBSD: patch-aa,v 1.3 2009/09/03 13:39:39 hasso Exp $
+$NetBSD: patch-aa,v 1.4 2009/09/23 15:22:36 wiz Exp $
---- clit18/Makefile.orig 2004-07-04 16:52:14.000000000 +0200
+--- clit18/Makefile.orig 2004-07-04 16:52:14.000000000 +0000
+++ clit18/Makefile
@@ -1,9 +1,9 @@
- all: clit
-
--CFLAGS=-funsigned-char -Wall -O2 -I ../libtommath-0.30/ -I ../lib -I ../lib/des -I .
-+CFLAGS+=-funsigned-char -Wall -I ../libtommath-0.30/ -I ../lib -I ../lib/des -I .
- clean:
- rm -f *.o clit
-
- clit: clit.o hexdump.o drm5.o explode.o transmute.o display.o utils.o manifest.o ../lib/openclit.a
-- gcc -o clit $^ ../libtommath-0.30/libtommath.a
-+ gcc ${LDFLAGS} -o clit $^ -ltommath
-
+ all: clit
+
+-CFLAGS=-funsigned-char -Wall -O2 -I ../libtommath-0.30/ -I ../lib -I ../lib/des -I .
++CFLAGS+=-funsigned-char -Wall -I ../libtommath-0.30/ -I ../lib -I ../lib/des -I .
+ clean:
+ rm -f *.o clit
+
+ clit: clit.o hexdump.o drm5.o explode.o transmute.o display.o utils.o manifest.o ../lib/openclit.a
+- gcc -o clit $^ ../libtommath-0.30/libtommath.a
++ gcc ${LDFLAGS} -o clit $^ -ltommath
+
Home |
Main Index |
Thread Index |
Old Index