pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/convertlit Regen patch-aa to work. Do not loo...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a6fc69f2e661
branches: trunk
changeset: 399864:a6fc69f2e661
user: joerg <joerg%pkgsrc.org@localhost>
date: Tue Oct 06 17:16:47 2009 +0000
description:
Regen patch-aa to work. Do not look at the local tommath headers either.
diffstat:
textproc/convertlit/distinfo | 4 ++--
textproc/convertlit/patches/patch-aa | 26 +++++++++++++-------------
2 files changed, 15 insertions(+), 15 deletions(-)
diffs (45 lines):
diff -r 1006b9e388e6 -r a6fc69f2e661 textproc/convertlit/distinfo
--- a/textproc/convertlit/distinfo Tue Oct 06 15:46:32 2009 +0000
+++ b/textproc/convertlit/distinfo Tue Oct 06 17:16:47 2009 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2009/09/23 15:22:36 wiz Exp $
+$NetBSD: distinfo,v 1.5 2009/10/06 17:16:47 joerg Exp $
SHA1 (clit18src.zip) = 0fa9aead468bd8640c49374d46d78d2a3e79489f
RMD160 (clit18src.zip) = 6104a7d951ed60ea73705e401be8b55633ea2d47
Size (clit18src.zip) = 135120 bytes
-SHA1 (patch-aa) = 9a51057a1c91fcb97021d1a5c482f3d87960e5d3
+SHA1 (patch-aa) = ab1545705a84263b8a45a7e72f3d004788bf12c7
diff -r 1006b9e388e6 -r a6fc69f2e661 textproc/convertlit/patches/patch-aa
--- a/textproc/convertlit/patches/patch-aa Tue Oct 06 15:46:32 2009 +0000
+++ b/textproc/convertlit/patches/patch-aa Tue Oct 06 17:16:47 2009 +0000
@@ -1,16 +1,16 @@
-$NetBSD: patch-aa,v 1.4 2009/09/23 15:22:36 wiz Exp $
+$NetBSD: patch-aa,v 1.5 2009/10/06 17:16:47 joerg Exp $
---- clit18/Makefile.orig 2004-07-04 16:52:14.000000000 +0000
+--- clit18/Makefile.orig 2004-07-04 16:52:14.000000000 +0200
+++ 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 ../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