| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

Using CVSUP or CSUP to update ports in FreeBSD

Page history last edited by trunasuci 15 years ago

CVSUP ( or CSUP for FreeBSD with latest version ) is tools to keep update your cvs tree, especially in this case is ports collection.. I start to use it when i 1st encounter with FreeBSD in early 2000 till now..

 

1- copy the supfile to your folder

trunasuci# cp /usr/share/examples/cvsup/ports-supfile .

 

2- edit the ports-supfile using ee ( or vi or any_text_editor_u_like )

trunasuci# ee ports-supfile

 

edit just this lines, make it look like this:

*default host=cvsup.Free.myBSD.org.my

 

put it to cvsup server, in this case, i use myBSD csup server, our local BSD cvsup server

 

SAVE!

 

 

3- start cvsup/csup to update your ports tree...

trunasuci# csup -g -L 2 ports-supfile

Parsing supfile "ports-supfile"

Connecting to cvsup.Free.myBSD.org.my

Connected to 203.106.61.110

Server software version: SNAP_16_1h

Negotiating file attribute support

Exchanging collection information

Establishing multiplexed-mode data connection

Running

Updating collection ports-all/cvs

 Edit ports/GIDs

  Add delta 1.69 2009.03.16.08.45.58 delphij

  Add delta 1.70 2009.03.17.15.10.39 rafan

 Edit ports/KNOBS

  Add delta 1.32 2009.03.06.02.01.27 lioux

 Edit ports/MOVED

  Add delta 1.1810 2009.03.06.15.30.14 wxs

  Add delta 1.1811 2009.03.06.17.27.11 wxs

  Add delta 1.1812 2009.03.06.21.20.22 wxs

  Add delta 1.1813 2009.03.06.21.41.09 wxs

  Add delta 1.1814 2009.03.07.03.05.42 gerald

  Add delta 1.1815 2009.03.07.03.10.29 gerald

  Add delta 1.1816 2009.03.07.13.09.28 gerald

  Add delta 1.1817 2009.03.07.19.01.07 gerald

  Add delta 1.1818 2009.03.07.19.19.42 mm

  Add delta 1.1819 2009.03.08.16.15.05 ed

  Add delta 1.1820 2009.03.09.08.45.36 stas

  Add delta 1.1821 2009.03.09.08.57.56 stas

  Add delta 1.1822 2009.03.09.12.40.28 skv

  Add delta 1.1823 2009.03.09.21.29.09 miwi

  Add delta 1.1824 2009.03.09.21.44.02 miwi

  Add delta 1.1825 2009.03.09.22.46.46 miwi

  Add delta 1.1826 2009.03.13.16.06.08 obrien

  Add delta 1.1827 2009.03.14.13.39.00 gerald

  Add delta 1.1828 2009.03.14.22.39.10 gerald

 

 

wait until it finished..

if u never do/update this ports before since installation date, it'll take abit long.. when it finished, then u now can use your ports to install the latest and updated pkg for your FreeBSD box/server!!!

 

created and finished on 20/3/2009 8:25am

 

Comments (0)

You don't have permission to comment on this page.