X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=install%2Ffreebsd%2FINSTALL;h=f42699c145241b62e9e3b451d13af4618a7f37d7;hp=4840ac2be00ef3fd8db3b5dc8a702fd8a2a7fa26;hb=1a6e8ccb610247daf9f475358471cfeed44f4e65;hpb=14d7fe93445d40a8ae24cfd81e30d595ea2004d6 diff --git a/install/freebsd/INSTALL b/install/freebsd/INSTALL index 4840ac2be..f42699c14 100755 --- a/install/freebsd/INSTALL +++ b/install/freebsd/INSTALL @@ -1,9 +1,21 @@ #!/bin/sh +cd /usr/ports/sysutils/portupgrade +make install + +pkgdb -u + +portinstall -PR cvsup-without-gui + +cp /usr/share/examples/cvsup/ports-supfile /root +perl -pi -e 's/CHANGE_THIS/cvsup1/;' /root/ports-supfile +cvsup /root/ports-supfile + for port in `grep -v '^ *#' ports`; do - cd /usr/ports/$port - make install || exit + #cd /usr/ports/$port + #make install || exit + portinstall -P -R $port || exit done -perl -MCPAN -e"install DBIx::DBSchema HTML::Widgets::SelectLayers Time::Duration" +perl -MCPAN -e"install Net::SSH DBIx::DBSchema HTML::Widgets::SelectLayers Time::Duration Business::CreditCard"