freeside/install/freebsd INSTALL,1.6,1.7 ports,1.8,1.9

ivan ivan at pouncequick.420.am
Thu Mar 10 07:44:01 PST 2005


Update of /home/cvs/cvsroot/freeside/install/freebsd
In directory pouncequick:/tmp/cvs-serv14836

Modified Files:
	INSTALL ports 
Log Message:
ports is a steaming pile

Index: INSTALL
===================================================================
RCS file: /home/cvs/cvsroot/freeside/install/freebsd/INSTALL,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- INSTALL	10 Mar 2005 07:27:00 -0000	1.6
+++ INSTALL	10 Mar 2005 15:43:59 -0000	1.7
@@ -18,13 +18,16 @@
 
 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
 
@@ -46,4 +49,10 @@
 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"
+
 

Index: ports
===================================================================
RCS file: /home/cvs/cvsroot/freeside/install/freebsd/ports,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- ports	6 Mar 2005 11:45:36 -0000	1.8
+++ ports	10 Mar 2005 15:43:59 -0000	1.9
@@ -50,3 +50,7 @@
 graphics/p5-GD
 textproc/p5-Spreadsheet-WriteExcel
 textproc/p5-Text-CSV_XS
+misc/p5-Locale-SubCountry
+devel/p5-IO-stringy
+textproc/p5-XML-Parser
+




More information about the freeside-commits mailing list