so Search.tsf and Search.rdf work
[freeside.git] / install / freebsd / INSTALL
index 9b05c6f..6e3c26b 100755 (executable)
@@ -1,9 +1,11 @@
 #!/bin/sh
 
 ( cd /usr/ports/sysutils/portupgrade
+  #??? setenv WITH_OPENSSL_PORT "yes"
   make install
 )
 
+#rehash
 pkgdb -u
 
 portinstall -PR cvsup-without-gui
@@ -14,15 +16,18 @@ cvsup /root/ports-supfile
 
 portsdb -Uu
 
-portinstall -P -R portupgrade
+portinstall -PR portupgrade
+
+portinstall -PR lang/perl5.8
+/usr/local/bin/use.perl port
 
 for port in `grep -v '^ *#' ports`; do
   #cd /usr/ports/$port
   #make install || exit
-  portinstall -P -R $port
+  portinstall -P -R $port || exit
 done
 
-for a in JavaScript::RPC::Server::CGI Chart::LinesPoints; do perl -MCPAN -e"install $a"; done
+for a in JavaScript::RPC::Server::CGI Chart::LinesPoints Frontier::RPC2; do perl -MCPAN -e"install $a"; done
 
 su -l pgsql -c initdb
 
@@ -45,3 +50,9 @@ make deploy
 
 #edit apache config, etc.
 
+#mkdir /etc/rc.conf.d
+#add these to /etc/rc.conf.d/apache
+#apache_enable="YES"
+#apache_flags="-DSSL"
+
+