diff options
| author | ivan <ivan> | 2003-05-09 06:03:51 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2003-05-09 06:03:51 +0000 |
| commit | 2ab7e2ea6762778e2e472148f24e214700567728 (patch) | |
| tree | f34d55a38d5068391568d6c97580fc3a4f3eebea /install/freebsd/INSTALL | |
| parent | c2cea79c06644ceb2acb02357fa803a1d1118ac9 (diff) | |
updated freebsd install
Diffstat (limited to 'install/freebsd/INSTALL')
| -rwxr-xr-x | install/freebsd/INSTALL | 18 |
1 files changed, 15 insertions, 3 deletions
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" |
