howto find build date for ports ?

Bruno Damour freebsd.ruomad at free.fr
Sat May 26 01:45:24 UTC 2007


Bruno Damour wrote:
> Björn König wrote:
>> Hello Bruno,
>>
>>  
>>> I wonder if there is a tool that can tell which prots were last built
>>> before a certain date ?
>>> Thanks in advance
>>>     
>>
>>   find /var/db/pkg -type d -mtime +30
>>
>> lists all ports that haven't been touched for more than 30 days.
>>
>> Regards
>> Björn
>>
>> P.S. questions at freebsd.org is a better place for those questions. ;)
>>
>>   
> Yes but I guess if I csup the tree i'll get today's date everywhere.
> What I want to know is when I _built_ the port.
>
> Thanks in advance
> Bruno
>
Got the answer from freebsd-questions : pkg_glob
Thanks to all
Bruno


More information about the freebsd-current mailing list