Wed Sep 23 15:22:36 2009 UTC ()
Fix patch, it didn't apply on NetBSD-current (whitespace trouble).


(wiz)
diff -r1.3 -r1.4 pkgsrc/textproc/convertlit/distinfo
diff -r1.3 -r1.4 pkgsrc/textproc/convertlit/patches/patch-aa

cvs diff -r1.3 -r1.4 pkgsrc/textproc/convertlit/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/convertlit/distinfo 2009/09/03 13:39:39 1.3
+++ pkgsrc/textproc/convertlit/distinfo 2009/09/23 15:22:36 1.4
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.3 2009/09/03 13:39:39 hasso Exp $ 1$NetBSD: distinfo,v 1.4 2009/09/23 15:22:36 wiz Exp $
2 2
3SHA1 (clit18src.zip) = 0fa9aead468bd8640c49374d46d78d2a3e79489f 3SHA1 (clit18src.zip) = 0fa9aead468bd8640c49374d46d78d2a3e79489f
4RMD160 (clit18src.zip) = 6104a7d951ed60ea73705e401be8b55633ea2d47 4RMD160 (clit18src.zip) = 6104a7d951ed60ea73705e401be8b55633ea2d47
5Size (clit18src.zip) = 135120 bytes 5Size (clit18src.zip) = 135120 bytes
6SHA1 (patch-aa) = 1d2db4b05d2045be50595b1dfb89b767a5edd877 6SHA1 (patch-aa) = 9a51057a1c91fcb97021d1a5c482f3d87960e5d3

cvs diff -r1.3 -r1.4 pkgsrc/textproc/convertlit/patches/Attic/patch-aa (expand / switch to unified diff)

--- pkgsrc/textproc/convertlit/patches/Attic/patch-aa 2009/09/03 13:39:39 1.3
+++ pkgsrc/textproc/convertlit/patches/Attic/patch-aa 2009/09/23 15:22:36 1.4
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1$NetBSD: patch-aa,v 1.3 2009/09/03 13:39:39 hasso Exp $ 1$NetBSD: patch-aa,v 1.4 2009/09/23 15:22:36 wiz Exp $
2 2
3--- clit18/Makefile.orig 2004-07-04 16:52:14.000000000 +0200 3--- clit18/Makefile.orig 2004-07-04 16:52:14.000000000 +0000
4+++ clit18/Makefile 4+++ clit18/Makefile
5@@ -1,9 +1,9 @@ 5@@ -1,9 +1,9 @@
6 all: clit  6 all: clit
7  7
8-CFLAGS=-funsigned-char -Wall -O2 -I ../libtommath-0.30/ -I ../lib -I ../lib/des -I .  8-CFLAGS=-funsigned-char -Wall -O2 -I ../libtommath-0.30/ -I ../lib -I ../lib/des -I .
9+CFLAGS+=-funsigned-char -Wall -I ../libtommath-0.30/ -I ../lib -I ../lib/des -I .  9+CFLAGS+=-funsigned-char -Wall -I ../libtommath-0.30/ -I ../lib -I ../lib/des -I .
10 clean:  10 clean:
11 rm -f *.o clit  11 rm -f *.o clit
12  12
13 clit: clit.o hexdump.o drm5.o explode.o transmute.o display.o utils.o manifest.o ../lib/openclit.a  13 clit: clit.o hexdump.o drm5.o explode.o transmute.o display.o utils.o manifest.o ../lib/openclit.a
14- gcc -o clit $^ ../libtommath-0.30/libtommath.a  14- gcc -o clit $^ ../libtommath-0.30/libtommath.a
15+ gcc ${LDFLAGS} -o clit $^ -ltommath  15+ gcc ${LDFLAGS} -o clit $^ -ltommath
16  16