Ports Collection - INDEX Error (FreeBSD 5.4)
    Abu Khaled 
    khaled.abu at gmail.com
       
    Thu May 12 17:39:42 PDT 2005
    
    
  
On 5/13/05, Benjamin Keating <motionsiren at gmail.com> wrote:
> Thanks! I completely forgot about `make fetchindex`. Would this
> command replace `portsdb -Uu`?
I use a SH script to do something similar.
<script start>
#!/bin/sh
cvsup <supfile>   # update src/ports
portsdb –Fu   # fetch the index and update ports database
#portupgrade –avrR  # oops better to read /usr/ports/UPDATING before this
<script end>
I used this script in the past to update the ports and have
portupgrade do the rest. As you can see, I commented the third line
out after running into trouble for not reading /usr/ports/UPDATING.
-- 
Kind regards
Abu Khaled
    
    
More information about the freebsd-questions
mailing list