[freeside-commits]
freeside/install/freebsd INSTALL, 1.7, 1.8 ports, 1.9, 1.10
Ivan,,,
ivan at wavetail.420.am
Mon Jul 11 05:23:02 PDT 2005
Update of /home/cvs/cvsroot/freeside/install/freebsd
In directory wavetail:/tmp/cvs-serv15039
Modified Files:
INSTALL ports
Log Message:
freebsd install update i guess
Index: ports
===================================================================
RCS file: /home/cvs/cvsroot/freeside/install/freebsd/ports,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- ports 10 Mar 2005 15:43:59 -0000 1.9
+++ ports 11 Jul 2005 12:23:00 -0000 1.10
@@ -53,4 +53,4 @@
misc/p5-Locale-SubCountry
devel/p5-IO-stringy
textproc/p5-XML-Parser
-
+mail/p5-MIME-Tools
Index: INSTALL
===================================================================
RCS file: /home/cvs/cvsroot/freeside/install/freebsd/INSTALL,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- INSTALL 10 Mar 2005 15:43:59 -0000 1.7
+++ INSTALL 11 Jul 2005 12:23:00 -0000 1.8
@@ -1,35 +1,53 @@
#!/bin/sh
+# if /usr/local/sbin/portupgrade does not exist
+# then install portupgrade
( cd /usr/ports/sysutils/portupgrade
#??? setenv WITH_OPENSSL_PORT "yes"
- make install
+ make install clean
)
-#rehash
-pkgdb -u
+# ???
+##rehash
+#pkgdb -u
+# if cvsup is not installed, then
portinstall -PR cvsup-without-gui
-cp /usr/share/examples/cvsup/ports-supfile /root
-perl -pi -e 's/CHANGE_THIS/cvsup13/;' /root/ports-supfile
-cvsup /root/ports-supfile
+#cp /usr/share/examples/cvsup/ports-supfile /root
+#perl -pi -e 's/CHANGE_THIS/cvsup13/;' /root/ports-supfile
+#cvsup /root/ports-supfile
+# choose the fastest cvsup server, then cvsup update
+/usr/local/bin/cvsup -g -L 2 -h cvsup2.freebsd.org /usr/share/examples/cvsup/ports-supfile
+
+# Update the ports database
+#/usr/local/sbin/portsdb -Uu
portsdb -Uu
portinstall -PR portupgrade
portinstall -PR lang/perl5.8
+# if FreeBSD 4.x, then
/usr/local/bin/use.perl port
+#portupgrade -f `(pkg_info -R perl-5\* |tail +4; \
+# find /usr/local/lib/perl5/site_perl/5.[68].[1245] -type f -print0 \
+# | xargs -0 pkg_which -fv | sed -e '/: ?/d' -e 's/.*: //')|sort -u`
+
+
for port in `grep -v '^ *#' ports`; do
- #cd /usr/ports/$port
- #make install || exit
- portinstall -P -R $port || exit
+ portinstall -PR $port
done
for a in JavaScript::RPC::Server::CGI Chart::LinesPoints Frontier::RPC2; do perl -MCPAN -e"install $a"; done
su -l pgsql -c initdb
+echo '
+postgresql_enable="YES"
+postgresql_data="/usr/local/pgsql/data"
+postgresql_flags="-w -s -m fast"
+' >>/etc/rc.conf
/usr/local/etc/rc.d/010.pgsql.sh start
@@ -46,13 +64,13 @@
freeside-adduser -c -h /usr/local/etc/freeside/htpasswd ivan
su freeside -c 'freeside-setup ivan'
su freeside -c '/home/ivan/freeside/bin/populate-msgcat ivan'
-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"
+echo '
+apache_enable="YES"
+apache_flags="-DSSL"
+' >>/etc/rc.conf
+make deploy
More information about the freeside-commits
mailing list