L LateNiteTV Mar 22, 2009 #1 in your supfile, can you update both src and ports at the same time by having src-all and ports-all in the same supfile? thanks.
in your supfile, can you update both src and ports at the same time by having src-all and ports-all in the same supfile? thanks.
D DrJ Mar 22, 2009 #2 Yes. I do src, ports and docs all in one shot. Code: *default host=cvsup.freebsd.org *default base=/usr/local/etc/cvsup *default prefix=/usr *default tag=RELENG_7 *default release=cvs delete use-rel-suffix compress src-all ports-all tag=. doc-all tag=. There are disadvantages to doing it this way, of course.
Yes. I do src, ports and docs all in one shot. Code: *default host=cvsup.freebsd.org *default base=/usr/local/etc/cvsup *default prefix=/usr *default tag=RELENG_7 *default release=cvs delete use-rel-suffix compress src-all ports-all tag=. doc-all tag=. There are disadvantages to doing it this way, of course.