head 1.6; access; symbols pkgsrc-2013Q2:1.6.0.10 pkgsrc-2013Q2-base:1.6 pkgsrc-2012Q4:1.6.0.8 pkgsrc-2012Q4-base:1.6 pkgsrc-2011Q4:1.6.0.6 pkgsrc-2011Q4-base:1.6 pkgsrc-2011Q2:1.6.0.4 pkgsrc-2011Q2-base:1.6 pkgsrc-2009Q4:1.6.0.2 pkgsrc-2009Q4-base:1.6 pkgsrc-2009Q2:1.2.0.34 pkgsrc-2009Q2-base:1.2 pkgsrc-2009Q1:1.2.0.32 pkgsrc-2009Q1-base:1.2 pkgsrc-2008Q4:1.2.0.30 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.28 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.26 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.24 pkgsrc-2008Q2-base:1.2 cwrapper:1.2.0.22 pkgsrc-2008Q1:1.2.0.20 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.18 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.16 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.14 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.12 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.10 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.8 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.6 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.2.0.4 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.2.0.2 pkgsrc-2005Q4-base:1.2 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.6 date 2009.10.06.21.37.12; author wiz; state dead; branches; next 1.5; 1.5 date 2009.10.06.17.16.47; author joerg; state Exp; branches; next 1.4; 1.4 date 2009.09.23.15.22.36; author wiz; state Exp; branches; next 1.3; 1.3 date 2009.09.03.13.39.39; author hasso; state Exp; branches; next 1.2; 1.2 date 2005.11.04.19.52.30; author rillig; state Exp; branches; next 1.1; 1.1 date 2005.10.02.11.10.45; author wiz; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2005.10.02.11.10.45; author wiz; state Exp; branches; next ; desc @@ 1.6 log @Replace highly fought over patch with sed statement. @ text @$NetBSD: patch-aa,v 1.5 2009/10/06 17:16:47 joerg Exp $ --- 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 ../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 @ 1.5 log @Regen patch-aa to work. Do not look at the local tommath headers either. @ text @d1 1 a1 1 $NetBSD$ @ 1.4 log @Fix patch, it didn't apply on NetBSD-current (whitespace trouble). @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.3 2009/09/03 13:39:39 hasso Exp $ d3 1 a3 1 --- clit18/Makefile.orig 2004-07-04 16:52:14.000000000 +0000 d6 11 a16 11 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 @ 1.3 log @Fix build. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.2 2005/11/04 19:52:30 rillig Exp $ d3 1 a3 1 --- clit18/Makefile.orig 2004-07-04 16:52:14.000000000 +0200 d6 11 a16 11 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 @ 1.2 log @Fixed wrong use of WRKSRC. gcc-2.95 does not like CRLF line ends, so they are stripped from all *.c and *.h files. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1.1.1 2005/10/02 11:10:45 wiz Exp $ d3 2 a4 2 --- clit18/makefile.orig 2004-07-04 16:52:14.000000000 +0200 +++ clit18/makefile @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ d3 2 a4 2 --- makefile.orig 2004-07-04 16:52:14.000000000 +0200 +++ makefile @ 1.1.1.1 log @Initial import of convertlit: Convert LIT, the program which allows you to convert Microsoft Legal Reader format eBooks into open format for use with software or devices which are not Download directly compatible with Microsoft's Reader. Approved by wennmach@@ @ text @@