<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/4.6.5">
</HEAD>
<BODY>
Thanks for the tip.<BR>
It's a very very fresh port list, i made make dports-create-shallow at 3PM, today :)<BR>
<BR>
<BR>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
<PRE>
-- 
Best regards,
Loïc BLOT, 
UNIX systems, security and network expert
http://www.unix-experience.fr

</PRE>
<BR>
<BR>
</TD>
</TR>
</TABLE>
Le lundi 20 mai 2013 à 16:53 +0200, John Marino a écrit :
<BLOCKQUOTE TYPE=CITE>
<PRE>
On 5/20/2013 16:47, Loïc BLOT wrote:
<FONT COLOR="#737373">> I agree with you, this works on FreeBSD, but in DragonFly it seems this</FONT>
<FONT COLOR="#737373">> don't work, i don't know why, it seems this is the same file...</FONT>

Maybe this is a stupid question, but is your dports repository fully up 
to date?

"git log -1" from /usr/dports should return something like "Remove 
games/unknown-horizons: depends on removed fife" if it is.

The reason this is important is that the "USES+=" notation from FreeBSD 
is brand new.  Older versions of makefiles would break.


<FONT COLOR="#737373">> Another problem is also when we want to search a port. On FreeBSD we can</FONT>
<FONT COLOR="#737373">> do it with whereis <portname> or going to /usr/ports and do a make</FONT>
<FONT COLOR="#737373">> search name=<portname>.</FONT>
<FONT COLOR="#737373">> In DragonFly the whereis doens't work, why not, but make search failed</FONT>
<FONT COLOR="#737373">> because of missing files (look at the attachment). Then how can i do a</FONT>
<FONT COLOR="#737373">> make search ?</FONT>

It doesn't work because DragonFly doesn't produce an index.  We probably 
could if I move our version of portsnap into dports but as of now we 
haven't seen a need (I think FreeBSD even wants to eliminate the INDEX 
because it's so fragile but I need confirmation on that.).

I'd just use "find", e.g. "find /usr/dports -type d -name <PORTNAME>"
That's pretty quick.

John
</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>