<< SOLVED >> Re: PORTS: What is "Makefile broken" ?

Kris Kennaway kris at obsecurity.org
Sun Feb 1 14:28:20 PST 2004


On Sun, Feb 01, 2004 at 05:06:16PM -0500, Payam wrote:
> I solved the problem (I think, I'm compiling new ports as we speak).
> 
> I found my solution in another post.
> 
> In /usr/local/sbin/make_describe_pass1
> 
> Change:
> open("|cd #{dir} && make -k -j3 -f -", 'w') do |w|
> To:
> open("|cd #{dir} && make -k -f -", 'w') do |w|
> 
> (IE: Remove the -j3)
> 
> Then I did
> # portsdb -uU
> 
> And now libexif doesn't b**ch when I do a make. yay.

That should have no effect, because port makes don't use the INDEX.

Kris
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20040201/e7ecaf67/attachment-0001.bin


More information about the freebsd-questions mailing list