DragonFly BSD
DragonFly users List (threaded) for 2009-12
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: package not found


From: Pierre Abbat <phma@xxxxxxxxxxxxx>
Date: Tue, 8 Dec 2009 01:31:31 -0500

On Monday 07 December 2009 20:49:07 justin@shiningsilence.com wrote:
> Have you tried doing a 'bmake install' in textproc/convertlit to build it
> separately?  That would at least let the original install finish, which
> was the goal.

I tried. I got this result:


===> Patching for convertlit-1.8nb1
=> Applying pkgsrc patches for convertlit-1.8nb1
1 out of 1 hunks failed--saving rejects to clit18/Makefile.rej
Patch /usr/pkgsrc/textproc/convertlit/patches/patch-aa failed
ERROR: Patching failed due to modified or broken patch file(s):
ERROR:  /usr/pkgsrc/textproc/convertlit/patches/patch-aa
*** Error code 1

Stop.
bmake: stopped in /usr/pkgsrc/textproc/convertlit
*** Error code 1

Stop.
bmake: stopped in /usr/pkgsrc/textproc/convertlit

Pierre
-- 
li ze te'a ci vu'u ci bi'e te'a mu du
li ci su'i ze te'a mu bi'e vu'u ci
@@ -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
 


[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]